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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to