You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Zoltan Kanizsai <qz...@bonus.hu> on 2005/04/04 11:22:09 UTC

Re: How could I autodeploy my webapps onto arbitrary path -s?

Thanks for the idea, urlencoding seems to help:

For the path: corp/edit/
I can use the filename:
              corp%2Fedit%2F.xml

However, I don't like this whole story.
I'd like to use the path="" parameter
in the xml files, as I could before...

Zoltan


QM wrote:
> 
> On Wed, Mar 30, 2005 at 06:11:38PM +0200, Zoltan Kanizsai wrote:
> : In 5.5.7, the path= parameter is forbidden with these
> : context xml files. The path will be derived from the
> : file name. Subdirectories are not processed, not even in
> : the $CATALINA_HOME/conf/[enginename]/[hostname] folder.
> :
> : How could I autodeploy my webapps onto arbitrary path -s?
> 
> There was a recent thread on just this subject.  You have to put special
> chars in the filename, which are interpreted as "/" characters as the file
> is processed.
> 
> I don't recall the exact character, but you should be able to find it in
> the archives.
> 
> -QM
> 
> --
> 
> software   -- http://www.brandxdev.net/
> tech news  -- http://www.RoarNetworX.com/
> code scan  -- http://www.JxRef.org/
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org