I was under the impression that by creating the standard /WEB-INF directory structure, CPanel/WHM's implementaiton of Tomcat would autoload the files under these directories, namely, under the /classes and /lib subdirectories.
I've gotten servlets to run just fine by uploading them into the /WEB-INF/classes directory under a user's account, as well as JSPs just about anywhere under thri public_html directory.
My ONLY problem is that JSPs/Servlets can't seem to access any of the JARs placed in /WEB-INF/lib. When you try importing classes from those JARs, Tomcat reports that the package is not found.
Has anyone gotten JARs to work properly?
Jaz
I've gotten servlets to run just fine by uploading them into the /WEB-INF/classes directory under a user's account, as well as JSPs just about anywhere under thri public_html directory.
My ONLY problem is that JSPs/Servlets can't seem to access any of the JARs placed in /WEB-INF/lib. When you try importing classes from those JARs, Tomcat reports that the package is not found.
Has anyone gotten JARs to work properly?
Jaz