Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
Thank you in advance for your patience and understanding on the matter.
Is anyone running tomcat 5.5? I'm going to upgrade at least one of my servers and will probably go for the 'remove all trace, install from scratch approach', removing the Plesk Tomcat capability in the process.
Download tomcat5.5 and the compatibility package (I'm running JRE 1.4) from apache and untar it somewhere sensible. This is your $CATALINA_HOME. chown -R the directory so that it is owned by your tomcat user.
Locate, download and install a jsvc pre-compiled rpm (got mine for FC4 from http://www.jpackage.org/)
Create an /etc/init.d/tomcat5.5 startup script that utilises JSVC. Make sure that the processes run as the tomcat user. Create the symlinks for start and stop
Replace the $CATALINA_HOME/logs directory with a symlink to /var/log/tomcat5
Edit the server.xml in $CATALINA_HOME/conf to create an AJP connector that listens on port 9008 (as per the Plesk /etc/httpd/conf/workers.properties)
Define hosts, start it up, tail the catalina.out, fix the exceptions and bask in the glow!
[/list=1]
Hope that helps.