Hi Rasputin, > Open server.xml in the conf directory and change 8080 to 80.
--> Done that, been there. But then what about the IIS?? It does not work as port 80 gets blocked. I want to run Tomcat4 integrated as another service in IIS. The configuration has already been done by my Sys-Admin. The examples run perfectly on port 80 parallel to other ASP scripts. But my application in particular does not work here. That is actually what's happening. So I needed to ask what else is to be done in the server.xml file or whichever file for that matter. > 2. Next, what is to be done when I have to deploy my application in a > > directory other than a directory under $catalina_home. > > Why? ----> Because, I am running my application parallel to other ASP scripts. So it has to be deployed in the directory where there are other ASP scripts also and this corresponding directory is not under $catalina_homr. :)) (ain't I in a soup??)... The ASP scripts execute fine, the examples from tomcat work fine on port 80, but my application does not work at all on port 80. It works perfectly as expected on port 8080. Thanks in advance, Kaustubh. ----- Original Message ----- From: Rasputin <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 06, 2002 9:06 PM Subject: Re: Deploying Servlet on Tomcat > * kaustubh <[EMAIL PROTECTED]> [020206 12:40]: > > Hi all, > > I need to deploy a servlet on tomcat4. > > I am a newbee here. > > I have read the documentation from tomcat docs and servlet api. But cannot > > make out what exactly is to be done. > > My server config is as follows : > > WinNT 4, IIS & Tomcat running as a service. > > My web application works fine when I am running it under Apache - Tomcat > > configuration. But it doesn't work when Tomcat is integrated with IIS. > > > > I need help in 2 things : > > 1. What are the changes to be made to server.xml to make my application > > work on port 80? Coz' my application works fine on 8080 when Tomcat is > > running as a service on WinNT. > Open server.xml in the conf directory and change 8080 to 80. --> Done that, been there. But then what about the IIS?? It does not work as port 80 gets blocked. I want to run Tomcat4 integrated as another service in IIS. The configuration has already been done by my Sys-Admin. The examples run perfectly on port 80 parallel to other ASP scripts also. But my application in particular does not work here. That is actually what's happening. > > > 2. Next, what is to be done when I have to deploy my application in a > > directory other than a directory under $catalina_home. > > Why? > -- > The opposite of a profound truth may well be another profound truth. > -- Bohr > Rasputin :: Jack of All Trades - Master of Nuns :: > > ___________________________________________________________________________ > To unsubscribe, send email to [EMAIL PROTECTED] and include in the body > of the message "signoff SERVLET-INTEREST". > > Archives: http://archives.java.sun.com/archives/servlet-interest.html > Resources: http://java.sun.com/products/servlet/external-resources.html > LISTSERV Help: http://www.lsoft.com/manuals/user/user.html > > ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
