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