You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Santosh Dawara <sd...@gmail.com> on 2005/04/27 16:29:09 UTC

Tomcat 5.5.x: allowLinking under DefaultContext

I would like to load classes required by my web applications via soft
links on Linux. I usually set <DefaultContext allowLinking="true"/>
under the <Host> element in my server.xml. This worked well with
Tomcat 5.0. I moved my webapps to 5.5.9, I made similar modifications
to my 5.5 compliant 'server.xml' to 'allowLinking' under the
DefaultContext. Tomcat does not seem
to find my classes any longer.

To verify, I replaced the SymLink with a real directory, my servlet
initialized correctly. Tomcat was able to locate the class. As far as
the documentation is concerned, this feature should still be available
under 5.5.9 (see link below).

Could someone confirm if this functionality is still working under 5.5.9?

Reference: http://jakarta.apache.org/tomcat/tomcat-5.5-doc/config/defaultcontext.html

Regards,
Santosh

-- 
Santosh Dawara
(sdawara@gmail.com)

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