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.<init>(URL.java:395)
at java.net.URL.<init>(URL.java:283)
when I do :
SimpleProvider p = new SimpleProvider();
p.deployTransport("httpg", new SimpleTargetedChain(new
org.globus.axis.transport.GSIHTTPSender()));
org.globus.axis.util.Util.registerTransport();
new java.net.URL("httpg","srm-server", 1234, "/srm");
It seems that the httpg registration is not done ...
I use a Tomcat 5 server,
ideas?
Thanks,
Nicolas
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]