RE: installing and running tomcat 4.1 on linux

2002-09-23 Thread Yaogeng Cheng
, 2002 10:39 AM To: 'Tomcat Users List' Subject: RE: installing and running tomcat 4.1 on linux most JSPs do not work? Some work and some don't? John -Original Message- From: Yaogeng Cheng [mailto:[EMAIL PROTECTED]] Sent: Friday, September 20, 2002 1:22 PM To: 'Tomcat Users List

RE: installing and running tomcat 4.1 on linux

2002-09-23 Thread Yaogeng Cheng
server is a VA linux machine version 6.2.4. Thanks a lot! Yaogeng -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Friday, September 20, 2002 11:04 AM To: 'Tomcat Users List' Subject: RE: installing and running tomcat 4.1 on linux Something has to be messed up

RE: installing and running tomcat 4.1 on linux

2002-09-23 Thread Turner, John
Users List' Subject: RE: installing and running tomcat 4.1 on linux I have JDK1.3.1 installed. I used binary install just as your instruction outlined. In catalina.sh, I include the following lines. export PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/jdk1.3.1/bin export

RE: installing and running tomcat 4.1 on linux

2002-09-23 Thread Yaogeng Cheng
To: 'Tomcat Users List' Subject: RE: installing and running tomcat 4.1 on linux Are these repeat postings somehow? I thought I replied to this last week. I don't have any suggestions...installing and running Tomcat from binary is a fairly straight-forward 5 step process. I don't modify my startup

Re: installing and running tomcat 4.1 on linux

2002-09-20 Thread Kwok Peng Tuck
Yeah, there is a start up script in /etc/init.d/ , but on some systems it doesn't add itself using chkconfig. You can check if it has done so using /sbin/chkconfig --list | more Look for tomcat4. If you want it to autostart during bootup, do this /sbin/chkconfig --add tomcat4 then start it for

RE: installing and running tomcat 4.1 on linux

2002-09-20 Thread Turner, John
: installing and running tomcat 4.1 on linux Hi all, I've installed and used Tomcat on Windows for a couple of years now with no problems, but now I'm trying to run Tomcat on Linux and really have no clue as to what to do. I'm a Linux newbie. I've installed Tomcat on my box using the RPM

RE: installing and running tomcat 4.1 on linux

2002-09-20 Thread Yaogeng Cheng
(HttpProcessor.java:1125 ) at java.lang.Thread.run(Thread.java:484) -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Friday, September 20, 2002 5:08 AM To: 'Tomcat Users List' Subject: RE: installing and running tomcat 4.1 on linux I don't use RPMs, but I've

RE: installing and running tomcat 4.1 on linux

2002-09-20 Thread Turner, John
most JSPs do not work? Some work and some don't? John -Original Message- From: Yaogeng Cheng [mailto:[EMAIL PROTECTED]] Sent: Friday, September 20, 2002 1:22 PM To: 'Tomcat Users List' Subject: RE: installing and running tomcat 4.1 on linux Hi, John: I tried your howto

RE: installing and running tomcat 4.1 on linux

2002-09-20 Thread Yaogeng Cheng
, 2002 10:39 AM To: 'Tomcat Users List' Subject: RE: installing and running tomcat 4.1 on linux most JSPs do not work? Some work and some don't? John -Original Message- From: Yaogeng Cheng [mailto:[EMAIL PROTECTED]] Sent: Friday, September 20, 2002 1:22 PM To: 'Tomcat Users List

RE: installing and running tomcat 4.1 on linux

2002-09-20 Thread Turner, John
? John -Original Message- From: Yaogeng Cheng [mailto:[EMAIL PROTECTED]] Sent: Friday, September 20, 2002 2:00 PM To: 'Tomcat Users List' Subject: RE: installing and running tomcat 4.1 on linux I should have said that no jsp works. However, some executalbes such like ErrorPage

RE: installing and running tomcat 4.1 on linux

2002-09-20 Thread Yaogeng Cheng
server is a VA linux machine version 6.2.4. Thanks a lot! Yaogeng -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Friday, September 20, 2002 11:04 AM To: 'Tomcat Users List' Subject: RE: installing and running tomcat 4.1 on linux Something has to be messed up

RE: installing and running tomcat 4.1 on linux

2002-09-20 Thread Turner, John
To: 'Tomcat Users List' Subject: RE: installing and running tomcat 4.1 on linux I have JDK1.3.1 installed. I used binary install just as your instruction outlined. In catalina.sh, I include the following lines. export PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/jdk1.3.1/bin export

RE: installing and running tomcat 4.1 on linux

2002-09-20 Thread Yaogeng Cheng
PM To: 'Tomcat Users List' Subject: RE: installing and running tomcat 4.1 on linux I have JDK1.3.1 installed. I used binary install just as your instruction outlined. In catalina.sh, I include the following lines. export PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/jdk1.3.1/bin

installing and running tomcat 4.1 on linux

2002-09-19 Thread Mark Vovsi
Hi all, I've installed and used Tomcat on Windows for a couple of years now with no problems, but now I'm trying to run Tomcat on Linux and really have no clue as to what to do. I'm a Linux newbie. I've installed Tomcat on my box using the RPM manager, and don't really know what to do next.

Re: installing and running tomcat 4.1 on linux

2002-09-19 Thread Ben Walding
I haven't used 4.1 as an RPM, but with 4.0 it was just a matter of service tomcat4 start Most of the files live in /var/tomcat4 if I remember correctly. Check out /etc/init.d/tomcat4 for more details Mark Vovsi wrote: Hi all, I've installed and used Tomcat on Windows for a couple of years