As mentioned several times on the mailing list, path
is no longer read from <webapp>/META-INF/context.xml.

Try placing the context information in: 

<engine-name>\<hostname>\<appname>.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 <engine-name> is
Catalina and <hostname> is localhost.

HTH

/mde/

--- David Kerber <[EMAIL PROTECTED]> wrote:

> 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:
> 
>           <Context path="/wradev/pelican" 
> docBase="e:\TomcatClients\Pelican\webapps\SiteData"
> debug="0" 
> reloadable="true" autoDeploy="true"
> unpackWARs="true" crossContext="false"/>
> 
> According to the docs, putting this into the
> server.xml is not the 
> preferred way, but when I put it into my 
> webapps/SiteData/META-INF/context.xml, it doesn't
> seem to take effect, 
> even when I stop and restart Tomcat.
> 
> Is there something I'm missing here?  Or is it a bug
> which will be fixed 
> in a later release.
> 
> Dave
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 



                
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to