DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19824>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19824

symbolic links not followed when looking for servlets

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |VERIFIED
            Version|4.1.12                      |4.1.24



------- Additional Comments From [EMAIL PROTECTED]  2003-06-26 15:45 -------
The reason for this bug is the same as discussed in Bug 17401, and the solution
is the same. Below you will find the quote. This solved your problem for me.
(The thing did cost me several hours and nerves.)

"------- Additional Comments From Jess Holle 2003-03-22 06:56 -------

This bug should be changed to a documentation bug and quickly fixed.

Tomcat 4.1.18 (and 4.1.24) both support symbolic linking.  One just has to add
insert a Resources element in the server.xml enabling it, e.g.:

  <Context ....>
     <Resources allowLinking="true"/>
  </Context>

Unfortunately, this is not documented in the Tomcat docs.  Only by reading
source code and doing specific Tomcat mailing list and google searches based on
my reading was I able to figure this out!"

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

Reply via email to