servlet to servlet communication

2002-07-12 Thread Hiren Dossani
hello, i am setting the request attributes on one servlet. also i am passing the request parameters to call another servlet using POST method. my limitation being, i don't want to set the session attributes. i want not too sure if the request attributes could be retrieved by another servlet.

thinkdan.com auto-response

2002-07-12 Thread Dan Caylor
*** THIS IS AN AUTO-RESPONSE MESSAGE FROM THINKDAN.COM, PLEASE DO NOT REPLY. THANK-YOU *** Hi, Just letting you know that I have received your e-mail and I am working hard to reply to it as soon as possible. Please do not be surpr

applet lists or help

2002-07-12 Thread Falls, Travis D (CASD, IT)
Hello, I haven't coded to many applets, and I have an intern now who is coding one for our portal.  She has asked me how to get swing files down to the users browsers and I told her to use the archive="yourjar.jar" and to put all the jar files that you will need in this new jar file she was to c

HTTP fail-over

2002-07-12 Thread Mohan Radhakrishnan
Hi, I failed to mention that we are looking at apache/jserv load-balancing/fail-over capabilities for HTTP/FTP and our client will post data from a java program. No browser is involved. Cookies are useless in this case ?? Data will flow from various clients, probably posted from java program c

HTTP fail-over

2002-07-12 Thread Mohan Radhakrishnan
Hi, We have a client that has 3 modes of connection to our central server. HTTP, FTP and e-mail. We are trying to ensure that if HTTP, the primary link fails we should use FTP or e-mail to transfer the data. Is there a straightforward way to find out the HTTP/FTP/mail server is down and fai