Re: Java Servlets with Apache

2000-12-20 Thread Martin Bartlett
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 se

Java Servlets with Apache

2000-12-20 Thread Steve Kesler
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/