I have the JSDK2.1 runnning on a 2000 machine, when I try use the examples Sun provides(RequestParameters) it works perfectly fine when the client is a 2000 or NT machine. If the client machine is running 95/98 the servlet will only work maybe 1 out of 50 times. Any help getting this to work with Windows 95/98 would be greatly appreciated.
Tony Alicea Senior Java Web Application Developer, SCPJ2, SCWCD
Anonymous
Ranch Hand
Joined: Nov 22, 2008
Posts: 18944
posted
0
All I get is a page cannot not be displayed message from the browser.
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12267
1
posted
0
With the IE browser, you can turn off "friendly" http error messages and maybe get more informative display. Thats under tools->Internet Options->advanced Why are you using JSDK when Sun has turned over development of the reference version of servlets and JSP to the Apache organization? jakarta.apache.org Bill