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=13983>. 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=13983 RMI call from Web Application throws SocketException if CATALINA_HOME has a space in it ------- Additional Comments From [EMAIL PROTECTED] 2002-11-14 12:44 ------- See 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(); -- To unsubscribe, e-mail: <mailto:tomcat-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-dev-help@;jakarta.apache.org>