Yes, they have to be part of some package. Works fine now. :)

Thank you.


-----Original Message-----
From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] 
Sent: Monday, November 21, 2005 7:04 PM
To: Tomcat Users List
Subject: RE: JSP compilation

> From: Milan Tomic [mailto:[EMAIL PROTECTED] 
> Subject: RE: JSP compilation
> 
> I have created one simple class:
> 
> public class TestClass
> {
>    public TestClass () {}
> }

I believe such classes need to be part of a package, but I could be
confusing that with something else.  In any event, it won't hurt to
specify some arbitrary package.

> Then I copied it (TestClass.class file) into
> apache-tomcat-5.5.12\webapps\jsp-examples\WEB-INF\lib.

The lib directory is for jar files only; put individual classes in the
WEB-INF\classes directory.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

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