> Dear All,
>
> I am using some applets for login which in turn calls a servlet for
> serverside validations. I am using Jrun for developement and Weblogic for
> final deployment. I am creating a dynamic page using a servlet which sends
> an embedded APPLET tag. The problem with me is that I am not able to
> display/work the applet. If I point the mouse to the Applet area it
> displays the message on the status line - "class not found". Which
> directory in Jrun I need to copy the applet class files. I tried in
> Jrun/classes and Jrun/lib. Do I need to do any changes to the CLASSPATH.
> How can it be done in Jrun as well as Weblogic. I am not able to access
the
> Applet even in weblogic. The applet is working fine if I directly access a
> static page calling that applet.
>
> Although this problem is not directly related to servlets but I would be
> grateful if anybody can provide me with some solution.
>
> Thanks in advance.
>
> Satyan Prakash
>
check CODEBASE parameter of APPLET tag - You must use "absolute" instead of
"relative" URL - if your static html is in document root, and CODEBASE is
"class"
then applet class file must be in <root>/class, but for servlet called from
<root>/servlet/myservlet it must be in <root>/servlet/class
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html