If you have a recent build of mod_webapp, you should be able to specify the full path in the WebAppDeply directive. Pier added this after version 1.0, so you definitely need a recent build.
Example: WebAppDeploy d:/data/tomcat/root conn /root (or whatever) --David On Monday 17 December 2001 06:43 am, you wrote: > Hi all- in my TC4 installation i've changed the path for my document base > to outside of my webapps directory, with the result that I cannot find a > way to map to that webapp from mod_webapp. I.e. in my server.xml I have: > <Context path="" docBase="d:/data/tomcat/root" debug="0"/> > > While the other webapps are in "d:/jakarta-tomcat-4.0.1/webapp". Does > anyone know if there is a way (without symbolic link trickery!) to do this? > Both for the root context and further down the line if other webapps have a > context-path added to move them outside of webapp/? > > In the meanwhile I'm using ajp13, but that combination won't let me log in > to the /manager application (something I posted about yesterday). > > Thanks for any help! > > Best regards, > > Richard > > > -- > 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]>
