gzilla/show_bug.cgi?id=5040
EOFException when talking from applet to servlet via mod_webapp
[EMAIL PROTECTED] changed:
What|Removed |Added
Status|NEW |RE
gzilla/show_bug.cgi?id=5040
EOFException when talking from applet to servlet via mod_webapp
Summary: EOFException when talking from applet to servlet via
mod_webapp
Product: Tomcat 4
Version: 4.0.1 Final
Platform: PC
OS/Version: Wind
servletGet = webServerStr += "?";
for(int i=0;imailto:[EMAIL PROTECTED]]
Sent: Monday, August 13, 2001 7:56 AM
To: [EMAIL PROTECTED]
Subject: Applet to Servlet
I am trying to access a servlet through an applet.
In the applet I am using URL Connectio
I am trying to access a servlet through an applet.
In the applet I am using URL Connection object and opening a connection to the servlet.
My URL in the connection object is http://localhost:8080/examples/servlet/DbServlet
and I have kept my DbServlet class in the
D:\Tomcat\webapps\examples\WEB-