Re: unknown protocol: httpg

2007-09-19 Thread DEMESY Nicolas
. I recommend you try using the following URL form: new URL(URL context, String spec, URLStreamHandler handler) and you provide a URLStreamHandler for globus. Another, but ugly, solution is to put globus classes inside system classloader. En l'instant précis du 18/09/07 14:42, DEMESY Nicolas

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.init(URL.java:395) at java.net.URL.init(URL.java:283) when I do : SimpleProvider p = new SimpleProvider();

System requirements

2006-09-19 Thread DEMESY Nicolas
Hi, I would like to know what are the system requirements for using Tomcat in a production server, with 50-100 users, on a Red Hat Advanced Server 3. Where can I find benchmarks ? Thank you for your advices, Nicolas DEMESY

Re: System requirements

2006-09-19 Thread DEMESY Nicolas
Thank you for yours answers. I have one context for a web portal with servlet pages and one context for an axis web server . Sorry for the missing information . Nicolas DEMESY Mikolaj Rydzewski a écrit: DEMESY Nicolas wrote: I would like to know what are the system requirements for using