regarding tomcat installation on linux platform

2005-01-22 Thread sravanthi
Sir, I have installed jakartha-tomcat latest version in /usr/local/tomcat directory and I have my own local environment /home/saangare/ in linux. I have changed the context path(docBase to /home/saangare/sravanthi) in server.xml of tomcat/conf , So i could able to open the html files that are in

Re: Tomcat Installation on Linux SuSe

2002-08-28 Thread khozaima shakir
Hi all, Tomcat crashes on linux Suse when I set JAVA_HOME env variable to jdk1.3.1 directory. However it doesn't crash when I set the variable to j2sdk1.4.1... works fine with it. This just for information Any comments why so ? Thanks Shakir

Tomcat installation on Linux Suse

2002-08-27 Thread khozaima shakir
Hi Randall, Peter, I tried out the suggestions, sh -x ./shutdown.sh shutdown.txt but the output doesn't say anything, infact I noticed by ps -ef|grep java , there is no process, ie tomcat didn't even start. Somewhere I read , jdk1.3.X doesn't work for tomcat on Linux Suse 7.2, is that true?

Re: Tomcat Installation on linux

2002-08-26 Thread Jhair Tocancipa Triana
- == khozaima shakir [EMAIL PROTECTED] writes: - Should a startup window open? It didn't open. No, if you are running tomcat from a shell. Or did you run it from a Windows emulator? - When I try to shutdown the tomcat, it gives segmentation fault. How do you shutdown the tomcat?

Re: Tomcat Installation on linux

2002-08-26 Thread khozaima shakir
Hi Jhair, yes, I am running tomcat from shell. About shoutdown, I shutdown tomcat by : shutdown.sh Thanks Shakir From: Jhair Tocancipa Triana [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Tomcat Installation on linux Date

Re: Tomcat Installation on linux

2002-08-26 Thread Randall R Schulz
Shakir, Where did you get that command from? Here's what you did: You truncated your shutdown.sh script. The : is the no-op command that is used when one wants to use side-effects (such as I/O redirection) without running a command. The is similar to that of the DOS/CMD.exe/Command.com in

Re: Tomcat Installation on linux

2002-08-26 Thread khozaima shakir
Schulz [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Tomcat Installation on linux Date: Mon, 26 Aug 2002 07:18:58 -0700 Shakir, Where did you get that command from? Here's what you did: You truncated your shutdown.sh script. The : is the no-op

Re: Tomcat Installation on linux

2002-08-26 Thread Michael E. Locasto
try 'sh ./catalina.sh start' from jakarta-tomcat-4.0.4/bin regards, michael - Original Message - From: khozaima shakir [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, August 26, 2002 11:23 AM Subject: Re: Tomcat Installation on linux Hi Randall, Sorry, guess the way i typed

Re: Tomcat Installation on linux

2002-08-26 Thread Randall R Schulz
PROTECTED] Subject: Re: Tomcat Installation on linux Date: Mon, 26 Aug 2002 07:18:58 -0700 Shakir, Where did you get that command from? Here's what you did: You truncated your shutdown.sh script. The : is the no-op command that is used when one wants to use side-effects (such as I/O redirection

Re: Tomcat Installation on linux

2002-08-26 Thread Peter T. Abplanalp
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Aug 26, 2002 at 11:23:16AM -0400, khozaima shakir wrote: Hi Randall, Sorry, guess the way i typed was misleading, i typed just shutdown.sh at command prompt. The directory that I was in when I type in startup.sh or shutdown.sh is

Re: Tomcat Installation on linux

2002-08-26 Thread Randall R Schulz
Hi, At 08:48 2002-08-26, Peter T. Abplanalp wrote: On Mon, Aug 26, 2002 at 11:23:16AM -0400, khozaima shakir wrote: Hi Randall, Sorry, guess the way i typed was misleading, i typed just shutdown.sh at command prompt. The directory that I was in when I type in startup.sh or shutdown.sh

Re: Tomcat Installation on linux

2002-08-26 Thread Peter T. Abplanalp
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Aug 26, 2002 at 09:07:31AM -0700, Randall R Schulz wrote: Hi, hello. sh -x shutdown.sh shutdown.txt 21 The real point is to include the standard error in the output captured in shutdown.txt good point. And really, a .txt suffix?

Tomcat Installation on linux

2002-08-25 Thread khozaima shakir
Hi all, I am trying to setup tomcat 4.0.4 on linux. I have installed the tomcat direcory as : /users/userName/jakarta-tomcat-4.0.4 Then from /jarakarta-tomact-4.0.4/bin, it set JAVA_HOME to /usr/local/jdk1.3.1_01 Next I ran the startup.sh comand, I get message as Using Catalina_home, base,