Environement:
NT4 SP5, JRE 1.3Beta client side,(SUN JRE 1.1.8 or 1.2.2 or 1.3)server side
version apache + jserv
1.3.9+1b3
I test it with the simplest servlet I have (Hello world).
On the client side it work with SUN JRE 1.1.x 1.2.x,
Netscape and Internet Explorer VM but not work with 1.3 Beta JRE :
InputStream just contain an EOF.
With the JRE 1.3 it works with Java Web Server servlets Engine but not with
Apache+JServ
Sample Client Code
y =new URL("http://x.x.x.x/servlet/HelloWorldExample");
URLConnection yc = y.openConnection();
BufferedReader in = new BufferedReader(
new InputStreamReader(
yc.getInputStream()));
String inputLine;
while ((inputLine = in.readLine()) != null)
System.out.println(inputLine);
Jean-Pierre ROMEYER, Hardis
tel: (33) (0)4 76 70 80 50 Cityparc - 34 rue de la tuilerie
fax: (33) (0)4 76 21 49 49 38170 Seyssinet-Pariset (France)
[EMAIL PROTECTED]
http://www.hardis.com
--
----------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]