Ron Day wrote:
> Tomcat 4.0 and above strictly enforces the Servlet 2.2 WebApp directory
> structure (3.0 + did not).
> 
> Inside "your webapp" folder you put JSP's,html etc. You also need a folder
> called WEB-INF (spelling and case important). Inside here are two folders
> classes and lib, and your web.xml if you have one. You put your class files
> in the classes folder (in full package structure). And I strongly suggest
> you use a package. Tomcat does not do well with the default packge.
> 


In other words it will not look for my classes unless it is in the 
specified architecture.

CLASSPATH is ignored.

Thanks, that is what I needed to know.

I have packages.  I just have to rearrange where they are  being put in 
my project.

I read the docs, but I was hoping to avoid that.  Now I know I can't

Steve


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to