Where must I put the code of my application?

2002-05-17 Thread Luca Ventura
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

RE: Where must I put the code of my application?

2002-05-17 Thread John Niven
-Original Message- From: Luca Ventura [mailto:[EMAIL PROTECTED]] Sent: 17 May 2002 12:42 To: tomcat-user; tomcat-dev 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

Re: Where must I put the code of my application?

2002-05-17 Thread rsequeira
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

R: Where must I put the code of my application?

2002-05-17 Thread Luca Ventura
Users List Oggetto: Re: Where must I put the code of my application? 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