Re: OFF TOPIC: Terrorist attacks

2001-09-14 Thread Lambert, Stephen : CO IR
Depending on your age, you may have heard this radio broadcast piece back in 1973. It was written in response to reports that the American Red Cross was on the verge of bankruptcy! Canadian author/reporter Gordon Sinclair died in 1984. Myself being of Canadian origin and currently living in the

Testing a servlet on Tomcat

2000-09-25 Thread Lambert, Stephen : CO IR
I'm still at the installing/configuring Tomcat stage and would like to test to see if Tomcat can handle a servlet. The servlet is working fine on a Linux/Apache/JServ box, now I want to try this same servlet on my new Linux/Apache/JRE/Tomcat box. If I place my TEST.HTML page in /home/httpd/html/t

Re: Installing Tomcat on Linux

2000-09-11 Thread Lambert, Stephen : CO IR
lto:[EMAIL PROTECTED]] Sent: Monday, September 11, 2000 1:51 PM To: [EMAIL PROTECTED] Subject: Re: Installing Tomcat on Linux remove /bin from this line in your .bash_profile JAVA_HOME=usr/local/jre1.2.2/bin should be JAVA_HOME=usr/local/jre1.2.2 -Original Message- From: Lambert, Ste

Installing Tomcat on Linux

2000-09-11 Thread Lambert, Stephen : CO IR
I have a Redhat 6.2 /Apache web server with JRE1.2.2 installed. I have the following environment variables in my /root/.bash_profile TOMCAT_HOME=usr/local/jakarta-tomcat JAVA_HOME=usr/local/jre1.2.2/bin and /usr/local/jre1.2.2/bin has been added to the PATH. I am trying to install Tomcat. But

Re: How to test JRE?

2000-09-06 Thread Lambert, Stephen : CO IR
java -version Tad "Lambert, Stephen : CO IR" wrote: > 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 > Tomc

How to test JRE?

2000-09-05 Thread Lambert, Stephen : CO IR
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

JSP Linux Install Questions

2000-07-11 Thread Lambert, Stephen : CO IR
What are the components required to be able to run JSP web pages on a Linux/Apache Web Server? Do I install JServ first then Tomcat-Jakarta... is that all that is needed? I have tried searching for some definitive info on just exactly what software components are needed to run JSP on Linux/Apach