You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Alberto A C A S Magalhães <al...@bnc.pt> on 2003/04/01 16:39:22 UTC

Applet ->Tomcat 4.1.

**********************************************************************
Este email assim como os ficheiros que possa ter em anexo são confidenciais
e para uso exclusivo da pessoa ou organização para o qual foi enviado.
Se recebeu este email por engano por favor notifique Redes@bnc.pt

Esta nota confirma que esta mensagem foi verificada pelo MIMEsweeper
não tendo sido encontrados virus.

www.mimesweeper.com
***********************************************************************

Hi,
I build a small applet, that is called by an index.html. When I deploy it on
TOMCAT, it gives an error:ClassNotFound.
Anynone can help me?
Thanks...

Re: Applet ->Tomcat 4.1.

Posted by Jacob Kjome <ho...@visi.com>.
Just make sure that the library that the applet is pointing to is publicly 
available.  This means that it does *not* go in WEB-INF/lib.  Put it where 
you put your static html, jsp's, images, css, and other public stuff.

Jake

At 03:39 PM 4/1/2003 +0100, you wrote:
>**********************************************************************
>Este email assim como os ficheiros que possa ter em anexo são confidenciais
>e para uso exclusivo da pessoa ou organização para o qual foi enviado.
>Se recebeu este email por engano por favor notifique Redes@bnc.pt
>
>Esta nota confirma que esta mensagem foi verificada pelo MIMEsweeper
>não tendo sido encontrados virus.
>
>www.mimesweeper.com
>***********************************************************************
>
>Hi,
>I build a small applet, that is called by an index.html. When I deploy it on
>TOMCAT, it gives an error:ClassNotFound.
>Anynone can help me?
>Thanks...