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=17401>.
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=17401

Symbolic links not handled properly

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[EMAIL PROTECTED]
         OS/Version|HP-UX                       |Solaris
           Platform|HP                          |Sun



------- Additional Comments From [EMAIL PROTECTED]  2003-02-28 20:51 -------
I ran into this too. I have an whatever.jsp who uses an <applet ... <PARAM 
NAME="code" VALUE="sub/FrameCs.class"> <PARAM NAME="codebase" VALUE="."> ...
Then in my tomcat directory like /xxx/tomcat4/webapps/mine I had a symbolic 
link to WEB-INF/classes/sub.  sub is my subdirectory package for class files. I 
would get a browser console error saying classNotFound or something like that. 
It could not find the applet class file to load it.  Then I tried moving 
the 'sub' directory up to 'mine' and linking up to it like ln -s ../../sub and 
that did not work either (giving a different error, maybe 505). So I have to 
have the directory and all the files in both places, and maintain duplicates :-(
This worked in tomcat 4.1.10 before I just upgraded.  [EMAIL PROTECTED]

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

Reply via email to