Hello Rashmi,

Thanks for response,

I put the class file in ROOT directory, the same place that my html file
exist , but still the same problem.

is it possible classpath should include that class location so computer's jvm
recognize the place that class is exist ?
and also I found some document that it says
codebase tag should cotnain the directory that class are located and code tag should contain
the class name but without class.

your help will be highly appreciated.


Rashmi Rubdi wrote:
Place your Applet's class file anywhere but the WEB-INF folder,
because WEB-INF folder is protected from client/browser's access,
applet classes can't be accessed if they are under WEB-INF.

Also use jsp:plugin tag , if you are accessing the Applet from a JSP file.

-Rashmi

On 3/25/07, Tomcat <[EMAIL PROTECTED]> wrote:
class file is located in tomcat WEB_INF/classes and I am calling it from
ROOT directory and through index.html file.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to