Subsonic install -- tomcat works, subsonic doesn't -- SOLVED

Here's the setup:
System: Dell PowerEdge 1400
OS: Fedora Core 5
Java: jre-1.5.0_09-fcs
Apache: 2.2.0-5.1.2
Tomcat: tomcat5-5.5.15-1jpp_6fc
Subsonic: 2.9 (stable)
I follow the instructions on the Subsonic download page, unzipping the Subsonic zip file and copying the subsonic.war file over to /var/lib/tomcat5/webapps/ directory. I also chown tomcat.tomcat that same .war file.
I then try to load it in a browser. Now, http://localhost:8080/ works fine, and I see the tomcat default homepage. So far so good.
But if I try to view http://localhost:8080/subsonic then the browser spins its wheels for a LONG time, nothing happening, it's like it's trying to load it but NOTHING is happening. Finally, after an eternity, it comes back with the subsonic 404 "requested resource (/subsonic) is not available" message.
I notice that the act of TRYING to load that page does, indeed, create a "subsonic" directory in the webapps directory that the .war file is in. So clearly it's getting somewhere.
I do note that /var/subsonic is NEVER made through the act of trying to load the site. I HAVE tried manually creating /var/subsonic, but I get the same result. And no log files are ever created in it.
Any ideas why subsonic is not working for me?
System: Dell PowerEdge 1400
OS: Fedora Core 5
Java: jre-1.5.0_09-fcs
Apache: 2.2.0-5.1.2
Tomcat: tomcat5-5.5.15-1jpp_6fc
Subsonic: 2.9 (stable)
I follow the instructions on the Subsonic download page, unzipping the Subsonic zip file and copying the subsonic.war file over to /var/lib/tomcat5/webapps/ directory. I also chown tomcat.tomcat that same .war file.
I then try to load it in a browser. Now, http://localhost:8080/ works fine, and I see the tomcat default homepage. So far so good.
But if I try to view http://localhost:8080/subsonic then the browser spins its wheels for a LONG time, nothing happening, it's like it's trying to load it but NOTHING is happening. Finally, after an eternity, it comes back with the subsonic 404 "requested resource (/subsonic) is not available" message.
I notice that the act of TRYING to load that page does, indeed, create a "subsonic" directory in the webapps directory that the .war file is in. So clearly it's getting somewhere.
I do note that /var/subsonic is NEVER made through the act of trying to load the site. I HAVE tried manually creating /var/subsonic, but I get the same result. And no log files are ever created in it.
Any ideas why subsonic is not working for me?