Hi all,
I'm very new to
Tomcat (started today
) though I do have some experience in Weblogic. Have a question regarding context in Tomcat. Please help
I've installed Tomcat 5.5 in Windows 2000 Professional machine.
I have a
jsp Test.jsp placed under the folder C:\check in my Windows machine. When I give
http://localhost:8080/Test.jsp , the above page should be shown.
Can anyone help me on what and where to give the configuration setting.
I tried editing ${catalina.home}\conf\context.xml
Tried <Context path="/" docBase="C:\check" reloadable="true"> - did not work
Tried <Context path="" docBase="C:\check" reloadable="true"> - did not work
I tried editing ${catalina.home}\conf\server.xml
Tried <ContextManager debug="0">
<Context path="/" docBase="C:\check" debug="0" reloadable="true"/>
</ContextManager>
Did not work
Tried <ContextManager debug="0">
<Context path="" docBase="C:\check" debug="0" reloadable="true"/>
</ContextManager>
Did not work
Please help.
Thanks and Regards
Sam
[ May 11, 2006: Message edited by: Bear Bibeault ]