On 20 Jan 2009, at 06:26, m zyzy wrote:
If this is a jsvc issue, are there any ways to use tomcat without
jsvc?
try using the core binary download , extract it and run the startup
script
inside the /bin folder of extracted folder , test it on the browser
http://localhost:8080 . to stop the server , use the shutdown
script . Make
sure you have set the JAVA_HOME,PATH of java /bin/ , CLASSPATH , and
CATALINA_HOME in your /etc/profile .
port install tomcat6
/opt/local/share/java/tomcat6/bin/startup.sh
/opt/local/share/java/tomcat6/bin/shutdown.sh
Works fine.
Thank you!
Adam