>       You simply need to make a request.  It depends upon what you are
>trying to do.  A GET or POST request can be made by 
>URLConnection fairly
>easily.  If you are looking for a session, you have to pass 
>the session id
>back (the applet doesn't know about the cookies of the browser 
>its running
>in without some help from JavaScript).
>
>       There is no Tomcat (or any web server for that matter) specific
>stuff you need to do.
>

And you have to code the cookies support to allow the servlet track
your sessionid ;-)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to