I have Apache and tomcat working too - but as far as I am aware what you
are asking is not possible. Either you run Tomcat as your web server on
port 80 (which Jakarta do not advise) or you run another web server as
your static server and use a plugin to communicate with Tomcat for
servlet/jsp serving. You can't have two different servers listening on the
same port.

Martin Bartlett

On Wed, 20 Dec 2000, Steve Kesler wrote:

> I installed the Jakarta Tomcat Servlet Gateway with Apache, and now am able to run 
>Java servlets via http://someurl:8080/servlet/SnoopServlet.  I would like to have the 
>servlet gateway run inline with Apache on port 80 instead of having it run on port 
>8080.  I tried changing the /opt/tomcat/conf/server.xml file from 8080 to 80 but then 
>the web server will not serve any servlets.  Has anybody been able to run the servlet 
>gateway on port 80 instead of 8080 with Apache?  Documentation is very slim on this 
>so all info is appreciated.
> 
> Thanks,
> 
> Steve
> [EMAIL PROTECTED]
> 

-- 
===========================================================
    _/      _/_/_/_/
   _/_/  _/_/     _/
  _/ _/_/ _/_/_/_/      Martin John Bartlett
 _/  _/  _/     _/      Senior Technical Consultant
_/      _/_/_/_/                CSC Financial Services Group
       _/                               ([EMAIL PROTECTED])
_/    _/
 _/_/
===========================================================



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to