shaikna lebbai

Greenhorn
+ Follow
since Sep 04, 2007
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by shaikna lebbai

Thanks!

I've created %CATALINA_HOME%\conf\catalina\localhost\test2.xml, and placed below contents:

<Context path="/test2" reloadable="true" docBase="d:\www\test2" debug="1"/>

and, restarted tomcat.

It worked perfectly!
16 years ago
By default, Tomcat serves any application context stored under %TOMCAT_HOME%\webapps directory.

Besides, I want to keep a new application, say "test2", in other than default directory, i.e say in "d:\www\test2" directory.

I've tried different ways in both server.xml and context.xml, but in vain.
(There is no clear documentation or specific example in forum too)

Would you please guide me the required file changes with corresponding codes.
Thanks.
16 years ago