Originally posted by Ben Souther:
Also, instead of using the onJava article, why aren't you using the current Tomct documentation for the version of Tomcat that you're running?
I don't know how old that article is but the Tomcat documentation has advised against putting <Context .../> entries in server.xml since version 5.0.
okay. its mentioned. and it can be mentioned at following places:
1. context.xml already have a context element. should i replace it?
2. in 2nd and 3rd option, there is no engine name and host name folder in my system.
3. in 4th, i dont have META-INF folder in my application.
4. in 5th, isn't it modifying host tag is equivalent to modifying context tag? both are common for all application deployed on this tomcat.