On a Redhat 6.2/Apache web server, I'm trying to install Jakarta-Tomcat. Included in the *readme* file from the Jakarta-Tomcat download, it says the following: 2. INSTALLING AND RUNNING TOMCAT Tomcat requires a Java Runtime Environment conformant to JRE 1.1 or later, including any Java2 platform system. So, I downloaded the JRE from : ftp://metalab.unc.edu/pub/linux/devel/lang/java/blackdown.org/JDK-1.3.0/ppc/ b2/ and followed the install instructions ie: cd /usr/local tar -Ixf j2jre-1.3.0beta-b02-linux-ppc.tar.bz2 chown -R desired_owner:desired_group jre1.3 export PATH=$PATH:/usr/local/jre1.3/bin Now how do I test to verify that the JRE is installed correctly? Or do I have to wait until Jakarta-Tomcat is configured to verify the JRE? Thanks. =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
