Title: RE: How to make tomcat to work in port 80 not 8080

There are some docs at http://jakarta.apache.org
I also found the simplest directions at the bottom of server.xml (40 lines from the bottom) located on your local Tomcat 4 download at

%CATALINA_HOME%\conf\server.xml

Open it in a text window, and read through it.  The very bottom explains connecting to Apache 1.3
(you will need to download the "mod_webapps" part and add it to Apache, and append several lines to your Apache Httpd.conf file.)

This will allow your Apache to open servlets from the Tomcat container.

I did mine on Windows NT, raed the config and readme's carefully, there is a 'trick' to the windows part of it. (use a different directory for mod_webapps.so)

gl, -James



-----Original Message-----
From: Rama [mailto:[EMAIL PROTECTED]]
Sent: Friday, November 02, 2001 4:50 AM
To: [EMAIL PROTECTED]
Subject: How to make tomcat to work in port 80 not 8080


Hi,

I have installed tomcat 4.0.1 in my pc and it worked perfectly.
I wonder how to make tomcat to work with apache server in port 80.

I couldn't find any information about this one, even in Wrox books.


Thanks,

Rama


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to