-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.xml
More file actions
19 lines (15 loc) · 722 Bytes
/
server.xml
File metadata and controls
19 lines (15 loc) · 722 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<Host name="demo1.localhost" appBase="webapps">
<Context path="" docBase="D:\htdocs\modular_fw1\demo1\src\web" />
</Host>
<Host name="demo2.localhost" appBase="webapps">
<Context path="" docBase="D:\htdocs\modular_fw1\demo2\src\web" />
</Host>
<Host name="demo3.localhost" appBase="webapps">
<Context path="" docBase="D:\htdocs\modular_fw1\demo3\src\web" />
</Host>
<Host name="demo4.localhost" appBase="webapps">
<Context path="" docBase="D:\htdocs\modular_fw1\demo4\src\web" />
</Host>
<Host name="demo5.localhost" appBase="webapps">
<Context path="" docBase="D:\htdocs\modular_fw1\demo5\src\web" />
</Host>