Without knowing your setup better, I can't be entirely certain here, but my best guess is that your servlet's attempt to open a connection to the outside world is denied by it's sandbox's security manager. Check the console of your client vm for any security related errors. You might have to tweak the security manager a bit to allow a servlet to open an externa connection.
HTH
Phil
niranjan inamdar wrote:
Hello eveybody, I am using tomcat for the first time. Using tomcat , i was able to invoke a simple servlet that shows data acceted by a form but i was unable to invoke a sevlet from an applet. I want to invoke a servlet using Java URL class and OpenConnection method but it doesn't work. The servlet is not invoked , even i don't get any HTTP error message. Can any one tell what is the problem? How can i know what is the exact problem. Do i need to change any configuration options?
__________________________________ Do you Yahoo!? Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes http://hotjobs.sweepstakes.yahoo.com/signingbonus
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
