Why not continuing to use mod_jk with TC 4.0 ?

Just take a look at jakarta-tomcat-connectors :)



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



>-----Original Message-----
>From: Manri Offermann [mailto:[EMAIL PROTECTED]]
>Sent: Wednesday, August 29, 2001 3:08 PM
>To: [EMAIL PROTECTED]
>Subject: Tomcat4-Apache Deploy WebApp on server-root directory
>
>
>Hello all,
>
>I am trying to find out how to deploy a webapp on a root directory of a
>server with Tomcat4+mod_webapp+Apache
>
>For Tomcat 3.x I am doing something like this in httpd.conf:
>JkMount /*.jsp ajp13
>
>and adding a context to server.xml like this:
><Context path="" docBase="/home/user/www" debug="0"/>
>
>However with mod_webapp:
>    WebAppConnection warpConnection warp localhost:8008
>    WebAppDeploy example warpConnection /
>
>it works fine if I for example deploy "example.war" on the 
>root directory,
>but I don't have a clue if I want the directory 
>"/home/user/www" to be shown
>as http://somewhere.com/.
>
>Does anybody have a clue how the WebAppDeploy  Directive 
>should look like?
>
>
>
>Regards,
>
>Manri
>
>
>
>
>

Reply via email to