uhm.  well what's the error?

-----Original Message-----
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Wo
Sent: Monday, October 01, 2001 11:34 AM
To: [EMAIL PROTECTED]
Subject: Re: help!! for tomcat installation


Dear Paul,

forgive my beginner's questions.. i have followed the steps  as prescribed.
Should the "\" in the includes  be "/"?  either way apache still refuses to
start.

i start tomcat server at the dos prompt and then start apache as a service.
tomcat starts but apache will give an error.

can anyone help?

Tim

----- Original Message -----
From: "Paul Idusogie" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, October 01, 2001 11:24 PM
Subject: Re: help!! for tomcat installation


With tomcat 3.2.3 you would need to add the following mod_jk.dll to the
modules subdirectory of
<local drive>:/program files/Apach Group/Apache/modules
Include the following text to the bottom of the httpd.conf script
winthin <local drive>:/program files/Apach Group/Apache/conf


Include C:\tomcat\conf\mod_jk.conf-auto
Include C:\tomcat\conf\tomcat.conf

Add the following file (mod_jk.conf) if not present in the
<localdrive>:/tomcat/conf directory
The mod_jk.conf file should contain the following syntax place within
*******

********************************************************
LoadModule jk_module modules/mod_jk.dll

<IfModule mod_jk.c>

JkWorkersFile c:/tomcat/conf/workers.properties
JkLogFile  logs/jk.log
JkLogLevel warn
JkMount /*.jsp ajp12
JkMount /servlet/* ajp12
JkMount /examples/* ajp12

</IfModule>
********************************************************
You should also have a m-d_jk.conf-auto file within
<localdrive>:/tomcat/conf


Paul Idusogie
Technical Architect, Consulting Services
Stellent Inc.(formerly IntraNet Solutions)
7777 Golden Triangle Drive
Eden Prairie, MN 55104
Desk: 952.656.2755
Cell: 612.810.4174
Fax: 952.903.2115
Email: [EMAIL PROTECTED]
website: http://www.stellent.com


-----Original Message-----
From: Wo [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 01, 2001 10:02 AM
To: [EMAIL PROTECTED]
Subject: help!! for tomcat installation


Hi,

can anyone help me? i am trying to install tomcat with apache on windows
2000. my apache server is working well and tomcat works by itself.

i followed the instructions by appending

#include TOMCAT_HOME/conf/tomcat-apache.conf
#include /tomcat/jakarta-tomcat-3.2.3/conf/tomcat.conf

to the httpd.conf file but the next step of the instructions asks me to
copy
the mod_jsev.dll module to the module directory of apache. but where do
i
find this file??? it is not in the tomcat installation at all??

can someone please help ?

Tim

========================================================================
===
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://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".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
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=P
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=rvlets

===========================================================================
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://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".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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

Reply via email to