Re: https and http on same server

So I tried modifications proposed and it work fine.
But, in the httpsd.java I need to change https into http; example :

request.setURL(new URL("http", url.getHost(), url.getPort(),
url.getFile()));
// jb request.setURL(new URL("https", url.getHost(), url.getPort(),
url.getFile()));

otherwise I get a runtime error : 
java.lang.NoClassDefFoundError: org/w3c/www/protocol/http/HttpURLConnection

I had a look at that source file but cannot see what's involved.

Any ideas ??

Salutations - Jacques Brax

Received on Tuesday, 27 July 1999 08:08:43 UTC