Hi there.
I've been trying to configure my Tomcat and Subsonic whole day, and had none success. I've tried everything up, found some interesting info about on some machines jdk5 works, but not on mine. I'm using Debian 4.0 lenny, and I think something is really f***d up with repositories, or it just isn't meant to be working with debian. Last thing I'm going to try out, install tomcat from source, if it doesn't work, then I'm all out of ideas. Let me know if you get any success on your work.
Jarmo
*EDIT*
WOOHOO!!! IT STARTED TO WORK!
So, what I did :
Download latest JDK from java.sun.com
Download latest subsonic [beta, might work also with latest stable!]
Download latest Tomcat [6.0.14 at this moment]
unpack them all. Set with
- Code: Select all
export JAVA_HOME=/location/where/your/jdk6/is
your location to unpacked jdk. Unpack Tomcat and start it
- Code: Select all
./tomcat/bin/startup.sh
IF it says
Using JRE_HOME: /usr/lib/jvm/java-1.5.0-sun
or anything else THAN your unpacked jdk6, then export once again that earlier command. Then just open up a browser and seek to address localhost:8080 to check if tomcat works. If so, then proceed with normal subsonic installation instructions [just need to copy that subsonic.war file to $tomcat/webapps and then
http://localhost:8080/subsonic ].
Hopefully it works on your machine too. Merry Christmas
