Hi all,

What must one do to change a webapp's context?

I initially deployed my webapp by dropping "test.war" into Tomcat's webapp
directory and it deployed properly.

After testing it out to my satisfaction, I wanted my users to access the
webapp by entering , http://www.example.com"; instead of
"http://www.example.com/test";, so I added this line to Tomcat's server.xml

<Context path="" docBase="test" debug="0"/>

and removed the existing Context with path="" and restarted Tomcat.  At
first it appeared to work but I quickly noticed a lot of flaky problems,
which went away when I undid the line and reverted back to the "test"
context.

What's the best way to change a webapp context?  Are there directories or
files to delete or move or any other suggestions?

Regards,
-Brian   (using Tomcat 4.0.4-b2-01)


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to