Re: Context path changes in context.xml not working

2005-10-06 Thread David Kerber
I did a bunch of googling before posting my question, but never came across that post; thanks for listing it; it appears to be exactly what I need. Dave Caldarale, Charles R wrote: From: David Kerber <[EMAIL PROTECTED]> Subject: Re: Context path changes in context.xml not working

Re: Context path changes in context.xml not working

2005-10-05 Thread Caldarale, Charles R
> From: David Kerber <[EMAIL PROTECTED]> > Subject: Re: Context path changes in context.xml not working > Nobody has any suggestions about setting up a 2-level context path > *without* putting it in the server.xml (it works fine in there)? I thought I remembered something ab

Re: Context path changes in context.xml not working

2005-10-05 Thread Mark Eggers
Did you try it in: $CATALINA_HOME/conf///.xml? /mde/ --- David Kerber <[EMAIL PROTECTED]> wrote: > Nobody has any suggestions about setting up a > 2-level context path > *without* putting it in the server.xml (it works > fine in there)? > > Dave ___

Re: Context path changes in context.xml not working

2005-10-05 Thread David Kerber
Nobody has any suggestions about setting up a 2-level context path *without* putting it in the server.xml (it works fine in there)? Dave David Kerber wrote: I guess I missed that part about paths - thanks for pointing that out. How do I rename things to get the 2-level context path? This i

Re: Context path changes in context.xml not working

2005-10-05 Thread David Kerber
I guess I missed that part about paths - thanks for pointing that out. How do I rename things to get the 2-level context path? This is an app I'm migrating from SilverStream to Tomcat, and I don't want to change the url my users use to connect to it. David Smith wrote: Intended behavior.

Re: Context path changes in context.xml not working

2005-10-05 Thread David Smith
Intended behavior. path attributes are ignored in context xml files. If you'd like to change the name of the webapp, I'd suggest changing the name of the .war file to change it's name. If you aren't working with .war files, change the name of the webapp folder and then the name of it's context x

Re: Context path changes in context.xml not working

2005-10-05 Thread Mark Eggers
As mentioned several times on the mailing list, path is no longer read from /META-INF/context.xml. Try placing the context information in: \\.xml under %CATALINA_HOME%\conf or %CATALINA_BASE%\conf if you're using multiple Tomcats served from one binary. If you're using the defaults, then is C

Context path changes in context.xml not working

2005-10-05 Thread David Kerber
Running Tomcat 5.5.9 on Windows 2000 server. I am trying to change the context path of an application, and it works fine when I put this into my server.xml: docBase="e:\TomcatClients\Pelican\webapps\SiteData" debug="0" reloadable="true" autoDeploy="true" unpackWARs="true" crossContex