Servlet generating applet

2004-05-03 Thread Celona, Paul - AES
Has anyone generated an html page from a servlet that contains an applet? I am having trouble with the browser finding the class specified in the "code" param. I've had "codebase" set to a number of things with no success. Is the codebase the root of the webapp? Or is it supposed to set to WEB-IN

How does a servlet get a username

2004-05-05 Thread Celona, Paul - AES
How does a servlet get a username from a user that has been authenticated using either BASIC or FORM authentication? Paul This email and any files transmitted with it are proprietary and intended solely for the use of the individual or entity to whom they ar

Can't connect from applet

2004-05-07 Thread Celona, Paul - AES
I have developed an applet that can connect to the database and access the data I need. When I run the same applet under Tomcat, I get the following exception Unable to connect to any hosts due to exception java.security.AccessControlException: access denied (java.net.SocketPermission 10.1.1.243:

RE: Can't connect from applet

2004-05-07 Thread Celona, Paul - AES
Research Informatics >-Original Message----- >From: Celona, Paul - AES [mailto:[EMAIL PROTECTED] >Sent: Friday, May 07, 2004 10:42 AM >To: [EMAIL PROTECTED] >Subject: Can't connect from applet > > >I have developed an applet that can connect to the database and access >the