Wiki source code of Create Web Project

Last modified by Thomas Mortagne on 2009/10/09 11:31

Show last authors
1 Using WTP you can create web project linked with applications server (this tutorial use Apache Tomcat but WTP support lots of over applications servers).
2
3 * Start //Dynamic Web Project// creation wizard
4
5 image:1.jpg
6
7 ----
8
9 * Give //xe-debug-web// name to your new project
10 * If you don't already have configured //Target Runtime// click on image:[email protected]
11
12 image:2.jpg
13
14 ----
15
16 * Choose your Tomcat server version in the provided list
17 * Click image:[email protected]
18
19 image:3.jpg
20
21 ----
22
23 * Set the complete path to Tomcat installation folder
24 * Click image:[email protected]
25
26 image:4.jpg
27
28 ----
29
30 * Click image:[email protected]
31
32 image:5.jpg
33
34 ----
35
36 * Click image:[email protected]
37
38 image:6.jpg
39
40 ----
41
42 * Change //Context Root// to "xwiki"
43
44 image:7.jpg
45
46 ----
47
48 * Here the new project
49
50 image:8.jpg
51
52 {{velocity filter="none"}}
53 ##########################################################################
54 ## NAVIGATOR
55 ##set($previous_tuto_page = 'MirrorWeb')
56 #set($next_tuto_page = 'MirrorWeb')
57 #if($previous_tuto_page) [[previous>>DebugXEWithEclipse_$previous_tuto_page]] ~| #end[[home>>DebugXEWithEclipse]]#if($next_tuto_page) ~| [[next>>DebugXEWithEclipse_$next_tuto_page]]#end
58 {{/velocity}}

Get Connected