No Fun Trying to Install Subsonic

Hello, all.
I'm a newbie in the Tomcat arena, but pretty familiar with linux/web stuff other than that. I'm running Fedora 8 with Tomcat 5.5 installed on it via the regular OS install - I didn't realize it was already on there.
Anyway, I've done the following to try to get this running:
1) Copied the subsonic.war file to my /var/lib/tomcat5/webapps directory
2) Created a /var/subsonic directory and chown'ed it to be tomcat
3) Restarted the tomcat service
Doing so created a /var/lib/tomcat5/webapps/subsonic directory with lots of files in it. But when I go to my http://myip.com:8080/subsonic weblink, I get literally hundreds of errors that look like this:
Any thoughts about what I need to be looking at? This is my Tomcat learning experience.
I'm a newbie in the Tomcat arena, but pretty familiar with linux/web stuff other than that. I'm running Fedora 8 with Tomcat 5.5 installed on it via the regular OS install - I didn't realize it was already on there.
Anyway, I've done the following to try to get this running:
1) Copied the subsonic.war file to my /var/lib/tomcat5/webapps directory
2) Created a /var/subsonic directory and chown'ed it to be tomcat
3) Restarted the tomcat service
Doing so created a /var/lib/tomcat5/webapps/subsonic directory with lots of files in it. But when I go to my http://myip.com:8080/subsonic weblink, I get literally hundreds of errors that look like this:
- Code: Select all
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
org.apache.jasper.JasperException: Unable to compile class for JSP:
JSP FileName:null
Java FileName:/usr/share/tomcat5/work/Catalina/localhost/subsonic//org/apache/jsp/WEB_002dINF/jsp/login_jsp.java
An error occurred at line: 1 in the generated java file
The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class files
JSP FileName:null
Java FileName:/usr/share/tomcat5/work/Catalina/localhost/subsonic//org/apache/jsp/WEB_002dINF/jsp/login_jsp.java
An error occurred at line: 1 in the generated java file
The type java.util.List cannot be resolved. It is indirectly referenced from required .class files
JSP FileName:null
Java FileName:/usr/share/tomcat5/work/Catalina/localhost/subsonic//org/apache/jsp/WEB_002dINF/jsp/login_jsp.java
An error occurred at line: 1 in the generated java file
The type java.lang.Throwable cannot be resolved. It is indirectly referenced from required .class files
JSP FileName:null
Java FileName:/usr/share/tomcat5/work/Catalina/localhost/subsonic//org/apache/jsp/WEB_002dINF/jsp/login_jsp.java
An error occurred at line: 1 in the generated java file
The type java.util.Enumeration cannot be resolved. It is indirectly referenced from required .class files
JSP FileName:null
Java FileName:/usr/share/tomcat5/work/Catalina/localhost/subsonic//org/apache/jsp/WEB_002dINF/jsp/login_jsp.java
An error occurred at line: 1 in the generated java file
The type java.lang.Boolean cannot be resolved. It is indirectly referenced from required .class files
JSP FileName:null
Java FileName:/usr/share/tomcat5/work/Catalina/localhost/subsonic//org/apache/jsp/WEB_002dINF/jsp/login_jsp.java
Any thoughts about what I need to be looking at? This is my Tomcat learning experience.
