Hi,

How do you try to invoke the servlet?

In general, "invoking a servlet" means to access the URL this
servlet is configured to service.  You should be able to access
the servlet with any HTTP-enabled client (I like curl to troubleshoot
such problems on windows, wget might be another option for UNIX),
maybe you want to test the servlet's URL from a simple client and
see that it works, then make sure that the applet is accessing the
same URL with the correct method and parameters.

(Divide an conquer...:)

Hope this helps,

--Amos Shapira
WebCollage

> -----Original Message-----
> From: Eswar Subramanyam [mailto:[EMAIL PROTECTED]]
> Sent: Monday, June 26, 2000 10:52 AM
> To: [EMAIL PROTECTED]
> Subject: Re: applet-servlet communication
>
>
> thanx dave
>
> But i am using servlet-exec and did not find any cookies setting ..
> Can you please tell me how to overcome this problem ? I will
> give you a
> brief explanation
>
> I have an applet running with Java plugin 1.2 Which needs to
> write a file on
> the server.
> I am using a servlet to accomplish this job.
>
> But i donot understand why my applet is not able to invoke my
> servlet ? Not
> even Init method ...
> And on the other hand there is no exception on either sides ???
>
> ----- Message d'origine -----
> De : <[EMAIL PROTECTED]>
> � : <[EMAIL PROTECTED]>
> Envoy� : vendredi 23 juin 2000 22:15
> Objet : Re: applet-servlet communication
>
>
> > Session tracking from the plugin is not straightforward
> because the applet
> > in the plugin does not really belong to the web page. You
> will have to
> > manually do session tracking. One way is to turn off cookie
> support in the
> > servlet engine and use URL rewriting.
> > Dave Godbey
> >
> > -----Original Message-----
> > From: Eswar Subramanyam [mailto:[EMAIL PROTECTED]]
> > Sent: Friday, June 23, 2000 12:57 PM
> > To: [EMAIL PROTECTED]
> > Subject: Re: applet-servlet communication
> >
> >
> > I am doing the same and really stuk inbetween Java plugin
> 1.2.2, Servlet
> and
> > Apache ????
> > If you get some response please let me know ...
> > ----- Message d'origine -----
> > De : <[EMAIL PROTECTED]>
> > � : <[EMAIL PROTECTED]>
> > Envoy� : vendredi 23 juin 2000 17:55
> > Objet : applet-servlet communication
> >
> >
> > > can some one explain the specifics of applet-servlet
> communication?
> > >
> > > thanks in advance
> > >
> > > kannan d.
> > >
> > >
> > >
> ______________________________________________________________
> _________
> > >
> > > $1 million in prizes! 20 daily instant winners.
> > > AltaVista Rewards: Click here to win!
> > > http://shopping.altavista.com/e.sdc?e=3
> > >
> > >
> ______________________________________________________________
> _________
> > >
> > >
> >
> ______________________________________________________________
> _____________
> > > To unsubscribe, send email to [EMAIL PROTECTED] and
> include in the
> > body
> > > of the message "signoff SERVLET-INTEREST".
> > >
> > > Archives:
http://archives.java.sun.com/archives/servlet-interest.html
> > Resources: http://java.sun.com/products/servlet/external-resources.html
> > LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
> >
>
>
___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>
>
___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to