Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » Tomcat Users »

allowLinking and Warp Connector

Thomas Rimmele

2003-06-07

Replies:

Hello everybody,

We are using Tomcat 4.1.24 and our Webapps are accessed via a symbolic link.


Thus I had to configure my Contexts with a the allowLinking option:
<Context path="appname" docBase="/my_webapp" debug="0">
 <Resources className="org.apache.naming.resources.FileDirContext"
caseSensitive="false" allowLinking="true"/>
<Context>

This worked well if I connected via Http to Tomcat.

But when I tried to connect via a warp connection, the web.xml was not
found. (the typical "allowLinking=false"-error)

I tried to define the warp connector within a separate service and defined
the contexts in there.

And I tried to define the connector within the standard service that already
worked... No Way.

Was anybody able to enable allowLinking together with the Warp connector?


Greethings, Thomas



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)


©2008 junlu.com - Jax Systems, LLC, U.S.A.