On my server tomcat cannot find the users java files that are in his web-inf directory.
Generated servlet error:
/usr/local/jakarta/jakarta-tomcat-4.0.3-src/build/work/www.xxx.com/_/index$jsp.java:93: Class org.apache.jsp.User not found.
User user = null;
is an example. I've used the 4.0.3 installer described above, did anyone have a similar problem?
When i do "echo $TOMCAT_HOME" it gives me:
/usr/local/jakarta/build/tomcat
However, that directory does not exist, through this install everything is located in:
/usr/local/jakarta/jakarta-tomcat-4.0.3-src
I'm not sure what/where is causing this exactly, but maybe someone has an idea?