Re: IOException in Applet-Servlet Communication-- code snippet

2000-12-20 Thread puppala sreenivas
y of the web server. TIA S >From: Danny Rubis <[EMAIL PROTECTED]> >Reply-To: "A mailing list for discussion about Sun Microsystem's Java >Servlet API Technology." <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: IOException in Applet-Servlet

Re: IOException in Applet-Servlet Communication

2000-12-20 Thread Bo Xu
puppala sreenivas wrote: > Hi, > Here is my code snippet: > > Servlet: > > public void doGet(HttpServletRequest req, HttpServletResponse res) throws > ServletException, IOException{ > >Hashtable mainHT = new Hashtable(); >mainHT = processSelect(); > >res.setContentType("application/oc

Re: IOException in Applet-Servlet Communication

2000-12-20 Thread for chatting
em. > I am having all the class files of applet in the > public_html directory and > servlet's class file is in servlets directory of the > web server. > > TIA > S > > > > > >From: Danny Rubis <[EMAIL PROTECTED]> > >Reply-To: "A mailing list for di

Re: IOException in Applet-Servlet Communication

2000-12-20 Thread puppala sreenivas
From: Danny Rubis <[EMAIL PROTECTED]> >Reply-To: "A mailing list for discussion about Sun Microsystem's Java >Servlet API Technology." <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: IOException in Applet-Servlet Communication >Date: Mon, 18 De

Re: IOException in Applet-Servlet Communication

2000-12-19 Thread puppala sreenivas
e more insight to the problem. Thanks S >From: Danny Rubis <[EMAIL PROTECTED]> >Reply-To: "A mailing list for discussion about Sun Microsystem's Java > Servlet API Technology." <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: IOException in App

Re: IOException in Applet-Servlet Communication

2000-12-19 Thread Mark Galbreath
Use IE 5.0. :-) -mark -Original Message- From: Danny Rubis [mailto:[EMAIL PROTECTED]] Sent: Monday, December 18, 2000 7:10 PM To: [EMAIL PROTECTED] Subject: Re: IOException in Applet-Servlet Communication Hey! Send the list a small sniplette of you code where you are doing the IO

Re: IOException in Applet-Servlet Communication

2000-12-19 Thread R.Gurumoorthy
hi, did you put your applet class in your servlet directory...?? put it into a directory that is a html document directory and try. regards guru Gurumoorthy Raghupathy Cisco Projects Zensar Technologies Hello Office : 91-

Re: IOException in Applet-Servlet Communication

2000-12-18 Thread Danny Rubis
Hey! Send the list a small sniplette of you code where you are doing the IO. How can we tell otherwise? Sans adieu, Danny Rubis puppala sreenivas wrote: > Hello All, > > I am having the applet-servlet communication in my project and in the > initial testing it self I am getting this exception