Maybe your problem is a relative URL in the codebase, try to use
something like this:

        codebase="https://www.blah.com/applets";
        code="my-applet.class"

        I�m thinking that if you don�t specify the protocol your web-browser
will try to use the default HTTP port like 80.

> ----------
> De:   Gregor Kovac([SMTP:[EMAIL PROTECTED]
> Responder:    Tomcat Users List
> Enviada:      segunda-feira, 3 de novembro de 2003 19:31
> Para:         Tomcat Users List
> Assunto:      Re: Applets and SSL
> 
> Hi!
> 
> The whole application WORKS under HTTP.
> But when I turn on SSL Connector on port 8443 I get ClassNotFound
> exception.
> Codebase is set like: codebase="applet".
> 
> I'm using JDK 1.4.2 on client side and I'+m using plain <applet> tag not 
> <jsp:plugin>.
> 
> Best regards,
>       Kovi
> 
> Edson Alves Pereira wrote:
> >     How are you setting codebase property? Is it full url address? 
> > 
> >     Like: codebase="http://www.blah.com.de/applets/";
> > 
> > 
> >>----------
> >>De:         Gregor Kovac([SMTP:[EMAIL PROTECTED]
> >>Responder:  Tomcat Users List
> >>Enviada:    segunda-feira, 3 de novembro de 2003 16:53
> >>Para:       [EMAIL PROTECTED]
> >>Assunto:    Applets and SSL
> >>
> >>Hi!
> >>
> >>I have a working webapp that uses one applet to send some data back to 
> >>server. It does wor as expected only on plain HTTP 8080 or 80 port.
> >>But if I turn on the 8443 (SSL) and try to load a JSP page that has an 
> >>applet embedded inside I get a ClassNotFoundException on the client 
> >>side's plugin Console.
> >>
> >>Anyone getting this one too? How to solve it?
> >>
> >>Best regards,
> >>    Kovi
> >>
> >>
> >>
> >>---------------------------------------------------------------------
> >>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]
> 

Reply via email to