Check the logs. The "webapps/myproject" web application might not have been
deployed. Can you execute any servlets/jsps under "webapps/examples"?
The Context entry should be something like this:
<Context path="/myproject" docBase="myproject" debug="0" reloadable="false"
crossContext="false">
assuming the appBase attribute of the Host is "webapps"
RS
"Luca Ventura" <[EMAIL PROTECTED]> on 05/17/2002 06:41:54 AM
Please respond to "Tomcat Users List" <[EMAIL PROTECTED]>
To: "tomcat-user" <[EMAIL PROTECTED]>, "tomcat-dev"
<[EMAIL PROTECTED]>
cc:
Subject: Where must I put the code of my application?
Hello!
I have installed Tomcat 4 as servlet/jsp container and IIS as Web Server.
I developed a Web application and I want to put it not in /webapps/examples
folder of Tomcat but in another folder, for example "/webapps/myproject".
The problem is that when I try to connect to it
IIS redirects corretly my request to Tomcat 4 (I have set the Web Server in
this way) but Tomcat
says "The requested resource (/myproject/demo.jsp) is not available.". Why?
I have read that
I have to modify the file "server.xml" file when I develop a new
application
and add a new
context...but in which way? Can someone give me a working example please? I
tried to do it but unsuccessful :-(
I hope someone can help me.
Thanks in advance.
Luca
--
To unsubscribe, e-mail: <
mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <
mailto:[EMAIL PROTECTED]>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>