Hi All,
How to setup the context path for webapplication in
Tomcat 5.0?
Say, I hv copied a webapplication folder (foldername - sham) under webapps and did copy the following context setting in server.xml though am getting error while starting tomcat n not able to access url
<Context path="/sham" docBase="sham" debug="0" reloadable="true" crossContext="true" />
Can you pls advise me.. whats wrong am doin?
Thanks
Cheers
Jowsaki