what are the changes need to be done on apache side ?
regards
guru
-----Original Message-----
From: Klosa Uwe [mailto:[EMAIL PROTECTED]]
Sent: 27 March 2002 10:39
To: [EMAIL PROTECTED]
Subject: SV: SV: help with apache and tomcat
Yes
here is my server.xml:
<Server port="8005" shutdown="SHUTDOWN" debug="0">
<Listener className="org.apache.ajp.tomcat4.config.ApacheConfig"
modJk="/etc/httpd/modules/mod_jk.so"/>
<!-- Define the Tomcat Stand-Alone Service -->
<Service name="Tomcat-Standalone">
<!-- Define an AJP 1.3 Connector on port 8009 -->
<Connector
className="org.apache.ajp.tomcat4.Ajp13Connector" port="8009"
minProcessors="5" maxProcessors="255" acceptCount="10" debug="0"/>
<!-- Define the top level container in our container
hierarchy -->
<Engine name="Standalone" defaultHost="localhost" debug="0">
<!-- Global logger unless overridden at lower levels
-->
<Logger
className="org.apache.catalina.logger.FileLogger" prefix="catalina_log."
suffix=".txt" timestamp="true"/>
<!-- Because this Realm is here, an instance will be
shared globally -->
<Realm
className="org.apache.catalina.realm.MemoryRealm"/>
<!-- Define the default virtual host -->
<Host name="localhost" debug="0" appBase="webapps"
unpackWARs="true">
<Valve
className="org.apache.catalina.valves.AccessLogValve" directory="logs"
prefix="localhost_access_log." suffix=".txt" pattern="common"/>
<Logger
className="org.apache.catalina.logger.FileLogger" directory="logs"
prefix="localhost_log." suffix=".txt" timestamp="true"/>
<Context path="" docBase="/var/www/html"
debug="0" reloadable="true"/>
</Host>
</Engine>
</Service>
</Server>
Uwe
-----Ursprungligt meddelande-----
Fr�n: A mailing list for discussion about Sun Microsystem's Java Servlet
API Technology. [mailto:[EMAIL PROTECTED]]F�r Raghupathy,
Gurumoorthy
Skickat: den 27 mars 2002 09:57
Till: [EMAIL PROTECTED]
�mne: Re: SV: help with apache and tomcat
can you please send me the example of the the ajp connectiion.
The documentation is not that clear....
Please ?
Thanks
guru
-----Original Message-----
From: ASALAM [mailto:[EMAIL PROTECTED]]
Sent: 27 March 2002 02:51
To: [EMAIL PROTECTED]
Subject: Re: SV: help with apache and tomcat
Hi Uwe,
Thanks lot.Let me try it :)
ASalam.
----- Original Message -----
From: Klosa Uwe
To: [EMAIL PROTECTED]
Sent: Tuesday, March 26, 2002 1:22 PM
Subject: SV: help with apache and tomcat
Hi ASALAM,
have a look at
http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/ajp.html. You can't
mix the mod_jk with the mod_webapp. You have to choose one of it.
I'm working with the ajp13 connector and it's working pretty well and fast.
Uwe
___________________________________________________________________________
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
___________________________________________________________________________
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
___________________________________________________________________________
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