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
> 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.
>
> H
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 the