Re: RMI call fails when URL contain spaces

2009-07-21 Thread André Warnier
And anyway, paths containing spaces are evil and should be proscribed. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

RMI call fails when URL contain spaces

2009-07-20 Thread Tomas Pollak
Hello all, I have this use case: I'm developing a web applicaton that makes an RMI call to a server. If I have a standalone Tomcat instance, and deploy the war to it, it works fine. However, when I use the maven-tomcat-plugin I get a MalformedURLException. Searching for this problem online

RE: RMI call fails when URL contain spaces

2009-07-20 Thread Caldarale, Charles R
From: Tomas Pollak [mailto:tomas_pol...@yahoo.com] Subject: RMI call fails when URL contain spaces I'm developing a web applicaton that makes an RMI call to a server. If I have a standalone Tomcat instance, and deploy the war to it, it works fine. However there must be some bug