Re: unknown protocol: httpg

2007-09-19 Thread DEMESY Nicolas
colas s'exprimait en ces termes: Hi, I would like to contact httpg servers with a servlet host on a tomcat server and I have an error : java.net.MalformedURLException: unknown protocol: httpg at java.net.URL.(URL.java:395) at java.net.URL.(URL.java:283) when I do : SimpleProvid

Re: unknown protocol: httpg

2007-09-18 Thread David Delbecq
va.net.MalformedURLException: unknown protocol: httpg > at java.net.URL.(URL.java:395) > at java.net.URL.(URL.java:283) > > when I do : > SimpleProvider p = new SimpleProvider(); > p.deployTransport("httpg", new SimpleTar

unknown protocol: httpg

2007-09-18 Thread DEMESY Nicolas
Hi, I would like to contact httpg servers with a servlet host on a tomcat server and I have an error : java.net.MalformedURLException: unknown protocol: httpg at java.net.URL.(URL.java:395) at java.net.URL.(URL.java:283) when I do : SimpleProvider p = new SimpleProvider