Help....Applet loading ask the password
Hai..
Web Server : Apache Web Server .
In one of my web page i have used one applet that is loaded from myapplet.jar
.When i am try to access this page from client browser , for loading the jar , it is asking the user name and password .( I have given one user name and password for logging in to the application. The same user name and password
have to use here also.) . Is there any method to avoid this authentication for applet..
Thanx in advance
Suresh.G
[508 byte] By [
Suresh.Ga] at [2007-10-1 17:34:14]

On the web server allowe anonymous so anyone can download the applet.
Browser and applet share a session so if your logon is forms based you can log on with
the browser and then navigate to the page with th applet.
A couple of reasons why the logon sceen would appear:
1. applet is fetched through a proxy that needs authentication and java settings for connectioin are not set to "use browser"
2. Your web server needs authentication and requesting the applet through a browser
would allso pop up the login screen. Test this by typing the location of the applet in a
browser.
3. mentioned before, your server application uses forms based authentication and the
first request to the application is made by the jre (to get the applet)