Try this:
in your applet code:
{
//...
getAppletContext( ).showDocument(
"http://127.0.0.1/your-webapp/servlet/HellWorld" );
//...
}
> ----------
> De: niranjan inamdar[SMTP:[EMAIL PROTECTED]
> Responder: Tomcat Users List
> Enviada: ter�a-feira, 20 de janeiro de 2004 15:05
> Para: [EMAIL PROTECTED]
> Assunto: Help needed
>
> hello,
> I am a new tomcat user and i want to know whether we
> can use tomcat for applet - servlet connection using
> java URL class and openconnection methode. I am trying
> to invoke a servlet from an applet using java URL
> class but the servlet is not being activated. do i
> nedd to change any config. options? I just can't see
> whether servlet is getting invoked.
>
> __________________________________
> 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]
>