Hi all,
I'm using an
applet as front-end and
servlets as back-end, which works just fine except the JVM warm up time.
Today, I tried to use a servlet to redirect to a page I can't connect from an applet due to the security manager. I can successfully connect and write data to the output stream, but the servlet doesn't appear to be executed.
This is the code snippet from the applet:
and this from the servlet:
Neither in the trace nor in the containers log files are any exceptions thrown.
I would much appreciate any help.
Thanks.
Stephan