- From: brax <JBrax@compuserve.com>
- Date: Tue, 27 Jul 1999 06:49:12 -0400 (EDT)
- To: Yves Lafon / Jigsaw <ylafon@w3.org>
- Cc: JigSaw Mail <www-jigsaw@w3.org>
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