> From: Mon Cab [mailto:[EMAIL PROTECTED] > Subject: RE: Tomcat shutting down when instantiating > javax.swing.ImageIcon on Fedora > > Then, when I started Tomcat, even the Tomcat home page would not > display.
You really should try reading the Tomcat doc - it will save you a lot of time and grief. First the README: http://apache.downlod.in/tomcat/tomcat-5/v5.5.20/README.html "Tomcat 5.5 requires JRE 5.0 by default. Read the RELEASE-NOTES and the RUNNING.txt file in the distribution for more details." Now from RUNNING.txt: ------------------------------------------------------------------------ -- ==================================== Running Tomcat With J2SE Version 1.4 ==================================== (1) Obtain the compat package: (1.1) Download the compat package from the binary download site: http://tomcat.apache.org * Or build this package yourself from the source code: see "BUILDING.txt" in this directory. (2) Unzip the package in $CATALINA_HOME. It will place the XML parser APIs and Xerces implementation in the common/endorsed directory, and the JMX API jar (jmx.jar from Sun) in the bin directory. (3) Follow the same directions for starting and stopping the server as if you were using J2SE 5.0. ------------------------------------------------------------------------ -- - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]