Hi John,
I was successfull in connecting Apache1.3.26 with tomcat4.0 by using your
documentation...http://www.johnturner.com/howto/apache-tomcat-howto.html
I had two web applications defined on tomcat, but the one I have defined to root
(path="/") is not working from webserver. the other application with path="/FCCSC" is
working fine. When I try to access first application the webserver is looking under
/opt/apache1.3/htdocs/ for index.jsp and it's saying page not found. How to get around
with this error.
One of the web applications has be implemented https, I wanted to use SSL and hence
Apache2, can you tell me the steps or changes in the above document as regards to
Apache2.
thanks a lot again....
-Raj
>>> [EMAIL PROTECTED] 08/28/02 08:02AM >>>
Please define "not working". Error messages? Log files? How do you know
it is not working?
You've got a lot going on in your Connector statement, as well. A working
AJP Connector statement looks like this:
<Connector className="org.apache.ajp.tomcat4.Ajp13Connector"
port="8009" minProcessors="5" maxProcessors="75"
acceptCount="10" debug="0"/>
Note the differences. "Ajp13Connector" instead of "CoyoteConnector", no
"redirectPort", etc.
John Turner
[EMAIL PROTECTED]
> -----Original Message-----
> From: Raj Mettai [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 27, 2002 6:10 PM
> To: [EMAIL PROTECTED]
> Subject: Apach2 and Tomcat4.0 Integration..
>
>
> Hi All,
>
> Finally I found the binaries for mod_jk.so for Apache2.0.39
> and Tomcat4.0.4 for solaris8.
>
> I did following steps, but the configuration is not working...
>
> 1. copied mod_jk.so to {apache.home}/modules
> 2. modifed {tomcat.home}/serve.xml to for ajp13 connector like this..
>
> <Connector
> className="org.apache.ajp.coyote.tomcat4.CoyoteConnector"
> port="8009" minProcessors="5" maxProcessors="75"
> enableLookups="true" redirectPort="8443"
> acceptCount="10" debug="0" connectionTimeout="20000"
>
> protocolHandlerClassName="org.apache.jk.server.JKCoyoteHandler"
> />
>
> 3. Added workers.properties to {tomcat.home}/conf/jk/
> 4 Restarted tomcat.
> 5 Added mod_jk.so module to {apache.home}/conf/httpd.conf
> 6 restarted apache.
>
> The configuration is not working,
>
> Please tell me the steps to connect apache2.0.39 to tomcat4.0
> when mod_jk.so is already available.(both are running on solaris box).
>
>
> thanks
>
> -Raj
>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>