-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Ivan,

Mann, Ivan H wrote:
> Yes, I am using applets.
> 
>> Why fight the way its meant to be packaged.... 
> 
> So, is there a link somewhere that tells the ways it's meant to be
> packaged?

Applets ought to be packaged into a normal JAR file. Johnny is saying
that these classes do not need to be loaded by the server (because
applets run on the client, not the server), so they should neither be
put into the server's CLASSPATH (which is a no-no in general) nor into
the webapp's WEB-INF/lib directory.

> I took out all of the CLASSPATH setting that I done, I moved the .jar
> file to the webapps/<app> directory, and it still doesn't work.  How do
> I tell Tomcat when using applets to use a .jar file?

Tomcat doesn't care: the web browser does. Please post an example of the
<applet> or <object> or <embed> tag that you are using to load the
applet from the web browser.

- -chris

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHKe/E9CaO5/Lv0PARAl8zAKCaxCgOQJYQvbBNvF9RUR9ZaDyUeQCePwhL
PLoDe4WkyVpMUxXvhBD5PE8=
=NA2Q
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
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