DO NOT REPLY [Bug 5040] - EOFException when talking from applet to servlet via mod_webapp

2002-04-29 Thread bugzilla
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

DO NOT REPLY [Bug 5040] New: - EOFException when talking from applet to servlet via mod_webapp

2001-11-23 Thread bugzilla
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

RE: Applet to Servlet

2001-08-13 Thread F.M.Parvez
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

Applet to Servlet

2001-08-13 Thread Haroon Ghaus
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-