Java/tomcat5
From openSUSE
< Java
Jakarta Tomcat is a reference implementation of the Java Servlet and Java Server Pages (JSP)
specifications and is released in the terms of the Apache License.
Project homepage: [http://tomcat.apache.org/]
[edit]
Availability
| Version: 10.1
| Tomcat5 is not included on the Beta ISO images of 10.1 BetaX, instead fetch the package from the current factory tree ( see Factory_Distribution for yast2 and yum sources) |
[edit]
Running and debugging tomcat5 applications from within Eclipse
| | This tutorial is based on the packages tomcat5 >= 5.0.31 and eclipse >= 3.1.1, which are included in SUSE Linux 10.1 |
In order to use tomcat5 from Eclipse, do the following:
- be sure you have the packages eclipse, tomcat5, mx4j, jakarta-commons-logging and log4j installed.
- edit /etc/sysconfig/j2ee variables TOMCAT_BASE_USER and TOMCAT_BASE_GROUP to the user/group names of the user who will use eclipse with the tomcat5 plugin.
- as root run rctomcat5 start; sleep 60; rctomcat stop
- Download the "Sysdeo Eclipse Tomcat Launcher plugin" from http://www.sysdeo.com/eclipse/tomcatplugin and follow the installation instructions.
- Start eclipse and under "Window/Preferences...", configure the plugin as follows:
... Finally try to start tomcat by clicking "Tomcat/Start Tomcat" in eclipse, the console should output the tomcat log.
Drop me a mail if you experience any problems.
[edit]




