* kaustubh <[EMAIL PROTECTED]> [020207 05:00]:
> 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.

Right, so what's happening is that IIS is running on port 80,
and tomcat is on port 8080, right?
        In that case, what your sysadmin porbably did was mapped URLS in IIS to
redirect to port 8080 on the same machine - in Apache, it'd be something like:

ProxyPass /path/servlet-seems-to-run-on  http://yourhost:8080/your-servlet

I'm happy to say I know nothing at all about IIS, but 5'll get you 10 that's
how this works. You can't have more than 1 app listening on the same port
without some serious voodoo.

> 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.

Ignore my last post, tomcat is almost definitely fine where it is.
See the NT admin.

> > 2.    Next, what is to be done when I have to deploy my application in a
> > > directory other than a directory under $catalina_home.

Can't help you with that, I've only just got a 'hello surfer' test WAR installed
under TC4.

> 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.

See above - this makes plenty of sense when you think about it.

--
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

Reply via email to