Mike, I experienced some problems with Apache 1.3.12 for Windows NT and
Tomcat 3.1.
To solve them I did as follows:
a) Make shure you choose directories with no blank spaces in their names.
Try something like
c:\bin\apache
c:\bin\tomcat
and you will avoid some problems.
b) Install Apache and be sure it is working properly. It will publish the
default "hey i�m here" page showing version, links to docs, et al
c) Install a java VM to run Tomcat.
d) install Tomcat, decompressing all of its folders.
e) Run Tomcat using the "tomcat" shell script. If your environment is
properly set you will be able to start it with the "tomcat start" command.
f) To make shure Tomcat is working, open the url "http://localhost:8080" in
your browser. You will see the Tomcat presentation page.
g) Every time Tomcat runs it generates a file called "tomcat-apache.conf" on
its "conf" folder. It is an Apache configuration file with all parameters to
load the Apache-Tomcat servlet module and do the right virtual directory
settings.
Modify the "httpd.conf" file in the Apache�s "conf" folder and add the
following line:
Include "c:\bin\tomcat\conf\tomcat-apache.conf"
(please check all directory names, I don't have it installed to verify
it)
h) Download the Apache servlet library, "ApacheModuleJser.dll" and place it
in the Apache's "modules" folder.
i) stop and re-start Apache to make it load the new configuration.
If all settings are ok you will be able to activate servlets through Tomcat
using the Apache virtual directories listed in "tomcat-apache.conf".
Saran
----- Original Message -----
From: "mike dell" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, July 20, 2000 4:37 PM
Subject: tomcat configuration
Hi folks,
I was trying to configure tomcat to work with apache
but I got lost! I followed the getting started
document but I could not get it to work.
Would you please help how to configure tomcat with
apache web server?
Thanks...
Mike,
__________________________________________________
Do You Yahoo!?
Get Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets