On Fri, 21 Dec 2001, Mohammad - Meftauddin wrote: > Problem: > I have apache server (Apache_1.3.17) and Tomcat 4.0 on Solaris. > I am able to run servlets on http://localhost:8080 > But the problem is I have to run it on http://localhost:80 > To make it run on port 80 what I need to do? > > I have tried to change server.xml but all the servlet stop working. > > I am desperately seeking help on this... any body aware of this please > help.
You need to configure Tomcat to work with Apache, as opposed to standalone (and you should disable the standalone operation). Instructions should be available on the Tomcat site. You will have to put some directives in the apache conf file, and set up the appropriate module to handle communication between apache and tomcat. Again, details should be available on the Tomcat site. Milt Epstein Research Programmer Software/Systems Development Group Computing and Communications Services Office (CCSO) University of Illinois at Urbana-Champaign (UIUC) [EMAIL PROTECTED] ___________________________________________________________________________ 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
