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
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
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
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
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
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
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-
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