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

Spaces in install directory causes errors

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE



------- Additional Comments From [EMAIL PROTECTED]  2002-11-14 12:46 -------
Same problem as #13983.  Workaround is to move Tomcat's installation dir out 
of directories with spaces (c:\Program Files\Apache Group\Tomcat 4.1 to 
something like c:\tomcat), or specify the RMI codebase property.   Or fix 
WebappClassLoader to workaround Sun's bug 4273532 
(http://developer.java.sun.com/developer/bugParade/bugs/4273532.html).

Apparently, the WebappClassLoader is doing nothing wrong when in the getURL 
method it calls realFile.toURL().  Sun's File.toURL is to blame.  Sun's 
suggested workaround fixes the problem:

  return realFile.toURI().toURL();



*** This bug has been marked as a duplicate of 13983 ***

--
To unsubscribe, e-mail:   <mailto:tomcat-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-dev-help@;jakarta.apache.org>

Reply via email to