Hi everyone ,

I have huge problem I developed a jsp project which work great on tomcat on windows through eclipse but when I run it on linux tomcat I get error symbol can not be found that means the compiler does not recognize my class when I use it in different class although they both in the same package and directory.
Thanks alot ,

Gabi/

Then probably not in the "right" directory.

In tomcat, your classes are either in a package heirarchy structure under web-apps/<your-app>/WEB-INF/classes or in a heirarchy structure in jar files in web-apps/<your-app>/WEB-INF/lib and "system" resources, such as JDBC drivers and the like, are in shared/lib or common/liblib in Tomcat versions before 6 (and I think as of version 6 you can also have them web-apps/<your-app>/WEB-INF/lib, I'm not sure, however).

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.