You could use also Tomcat 3.3 with mod_jk :

JkMount /examples/servlet/*             ajp13
JkMount /examples/*.jsp         ajp13

JkMount /onjava/servlet/*               ajp13
JkMount /onjava/*.jsp           ajp13

JkMount /web_change/servlet/*   ajp13
JkMount /web_change/*.jsp               ajp13


-
Henri Gomez                 ___[_]____
EMAIL : [EMAIL PROTECTED]        (. .)                     
PGP KEY : 697ECEDD    ...oOOo..(_)..oOOo...
PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 



>-----Original Message-----
>From: Kemp Randy-W18971 [mailto:[EMAIL PROTECTED]]
>Sent: Monday, November 12, 2001 5:13 PM
>To: [EMAIL PROTECTED]
>Subject: RE: Integrate Apache 1.3.20 and Tomcat 3.2 in Win2k
>
>
>Try 4.01 instead, as it is easier.
>
>1. Get the Mod_webapp binary for Tomcat 4.01, and follow the 
>directions in
>the readme file.
>2.  Add something like this in apache httpd.conf
><VirtualHost *>
>   ServerName localhost
>   WebAppConnection conn warp localhost:8008
>   WebAppDeploy examples conn /examples
>   WebAppDeploy onjava conn /onjava
>   WebAppDeploy web_change conn /web_change
>   WebAppInfo /webapp-info
> </VirtualHost>
>3.  Follow directions for creating web apps in tutorial at
>http://www.oreillynet.com/pub/au/145
>4.  At something like this to Tomcat server.xml
><Context path="/web_change" docBase="web_change" debug="0" 
>reloadable="true"
>/>  
>5.  Start Apache before Tomcat
>
>-----Original Message-----
>From: Andrea Pessotto [mailto:[EMAIL PROTECTED]]
>Sent: Monday, November 12, 2001 3:05 AM
>To: [EMAIL PROTECTED]
>Subject: Integrate Apache 1.3.20 and Tomcat 3.2 in Win2k
>
>
>I have installed both Apache and Tomcat under Win2k and they work fine
>standalone.
>I don't know how to integrate them.
>I have some Linux instructions...but in Win2k some points seem to be
>different.
>I included the "tomcat-apache.conf" at the end of "httpd.conf" file.
>I started tomcat first, then apache but I obtained errors...
>Did I need some apache modules to integrate them?
>Someone could give me detailed instructions?
>
>
>-----------------------------------------------------------------
>Andrea Pessotto
>[EMAIL PROTECTED]
>-----------------------------------------------------------------
>
>--
>To unsubscribe:   <mailto:[EMAIL PROTECTED]>
>For additional commands: <mailto:[EMAIL PROTECTED]>
>Troubles with the list: <mailto:[EMAIL PROTECTED]>
>

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to