You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by ch...@rsag.ch on 2003/05/09 11:08:42 UTC

JNDI / WebApp / WebStart / HttpSession




Hi list,

I got the job to make a web application accesible throught webstart.

this is not the big thing actually. The only problem s like this.

The web application is accessed through a login applet in browser, ba now.
After a succesfull login the browser session id is used to monitor the
user. It was done this way because the web application is running in
several systems. Now I made a web start which starts the login applet. So
far so good. The login is calling the servlet and this is doing what it
should. Then starts the problem. After a successfull login the applet is
calling a jsp which then uses some beans and also requesting the browsers
session id which is now not available.

I am pretty new to JNDI and web start. I also did some research already.
But I did not figure out it. How I could solve this problem without
recoding all jsp and applets. This I would like to avoid if possible.

The main reason to make this change is that the web application has some
jar files which are almost 1MB and take quite a while to download.

If I understood it right with WebStart the web application is downloaded
and each time if the user is using it already on the local machine. This
would solve the download time.

Is it possible to start a html page instead an applet with WebStart?

Any help is appreaciated.

Regards,

Christian Schuster

Rudolf Schuster AG
Postfach 277
CH - 3000 Bern 11

http://www.rsag.ch
++41 31 348 05 30


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org