Re: How to detect whether Tomcat is running?

2002-07-08 Thread Will Hartung
Of course, the other detail is the definition of Is Tomcat Running. Firstly, Tomcat knows how to talk to itself through a management socket of somekind, is that protocol documented anywhere? That protocol is what is used to shut down Tomcat remotely. If that protocol is documented, that would

RE: How to detect whether Tomcat is running?

2002-07-08 Thread Jack Li
Thanks, The method of check a stream in a jsp page works great. Thank you very much. Jack Li -Original Message- From: Will Hartung [mailto:[EMAIL PROTECTED]] Sent: Monday, July 08, 2002 2:17 PM To: Tomcat Users List Subject: Re: How to detect whether Tomcat is running? Of course

[REPOST] Tomcat 3.2.3 running as a service in Win2k

2002-05-24 Thread Evans, Sean
To all, I have been attempting to get Tomcat 3.2.3 to run a service in Win2k without any luck. The service installs but will not start and generates no error. The servlet will run standalone on the same machine and seems to be working correctly. This is the first time I have ever worked with

RE: [REPOST] Tomcat 3.2.3 running as a service in Win2k

2002-05-24 Thread Wagoner, Mark
If at all possible, I would move to Tomcat 4. The installation program has a run as service option. That way it is configured for you. -Original Message- From: Evans, Sean [mailto:[EMAIL PROTECTED]] Sent: Friday, May 24, 2002 3:23 PM To: '[EMAIL PROTECTED]' Subject: [REPOST] Tomcat

RE: [REPOST] Tomcat 3.2.3 running as a service in Win2k

2002-05-24 Thread Whitcomb, Roger
[mailto:[EMAIL PROTECTED]] Sent: Friday, May 24, 2002 12:26 PM To: 'Tomcat Users List' Subject: RE: [REPOST] Tomcat 3.2.3 running as a service in Win2k If at all possible, I would move to Tomcat 4. The installation program has a run as service option. That way it is configured for you

RE: [REPOST] Tomcat 3.2.3 running as a service in Win2k

2002-05-24 Thread Evans, Sean
Users List' Subject: RE: [REPOST] Tomcat 3.2.3 running as a service in Win2k If at all possible, I would move to Tomcat 4. The installation program has a run as service option. That way it is configured for you. -Original Message- From: Evans, Sean [mailto:[EMAIL PROTECTED]] Sent: Friday

Re: whether tomcat is running

2002-04-18 Thread Danilo Luiz Rheinheimer
At 21:49 17/4/2002 -0700, you wrote: i have put the entry path-to-tomcat\startup.sh in the rc.local file but whenever i reboot, i find tomcat is not running. Is their a way by which i can see if tomcat is running (a way other than typing url in your browser to get the index page). plz tell me

Re: whether tomcat is running

2002-04-18 Thread rob
but whenever i reboot, i find tomcat is not running. Is their a way by which i can see if tomcat is running (a way other than typing url in your browser to get the index page). plz tell me if their is a way to make tomcat run as a service, so that if i reboot the machine tomcat should automatically

whether tomcat is running

2002-04-17 Thread # Lalit Nagpal #
hello 2 all, i have put the entry path-to-tomcat\startup.sh in the rc.local file but whenever i reboot, i find tomcat is not running. Is their a way by which i can see if tomcat is running (a way other than typing url in your browser to get the index page). plz tell me if their is a way

RE: Tomcat isn't running

2002-02-28 Thread Anton Brazhnyk
Hi, -Original Message- From: Yassel Omar Izquierdo Souchay [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 28, 2002 8:08 AM To: [EMAIL PROTECTED] Subject: Tomcat isn't running Hello i had installed tomcat 4.0 and when y try tu run startup it never finish because alwas

Tomcat isn't running

2002-02-27 Thread Yassel Omar Izquierdo Souchay
Hello i had installed tomcat 4.0 and when y try tu run startup it never finish because alwas says Windows cannot find the file -Djava.endorsed.dirs=. Make sure you typed correctily... what i have to do. I couldn't run my Servlets and my .jsp in my iis. If somebody know how i would be grateful

Re: Tomcat not running

2002-02-08 Thread Mario Alberto Haza Treviño
I found my error, i changed CATALINA_HOME from CATALINA_HOME=/usr/local/jakarta-tomcat-4.0.1-src/catalina/build to CATALINA_HOME=/usr/local/jakarta-tomcat-4.0.1-src/catalina/dist and all seems OK. (I compiled tomcat 4.01 from sources with Sun's jdk 1.40 rpm on RH 7.2) -- Mario Haza Jefe de

Tomcat not running

2002-02-07 Thread Mario Alberto Haza Treviño
I have compiled Tomcat 4.01 with Sun's JDK 1.40 on RH 7.2 (minimum installation or distribution). Shell environment variables: PATH=/usr/java/j2sdk1.4.0/bin CATALINA_HOME=/usr/local/jakarta-tomcat-4.0.1-src/catalina/build (i asume this is the tomcat i made) JAVA_HOME=/usr/java/j2sdk1.4.0

Re: change to IBM jre for Tomcat 4.01 running as service

2002-01-29 Thread Remy Maucherat
Is there any way to run Tomcat 4.01 as a service under Win2k using the IBM jre instead of the Sun Hotspot jre? I tried changing the value of HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Apache Tomcat\Parameters but wasn't clear what the appropriate IBM dll to point to was.

JAVA BEANS / JSP not working with TOMCAT 4.01 running as aSERVICE

2002-01-17 Thread ROSHAN NAVENDRA
Does anybody have any information on the following issue: I have developed a simple intranet site containing both html and JSP pages. The JSP pages instantiate Java Bean classes that access a database to pull information from. I am using: JDK 1.3 Tomcat 4.01 Win 2000 The problem lies here:

JAVA BEANS / JSP not working with TOMCAT 4.01 running as aSERVICE

2002-01-16 Thread ROSHAN NAVENDRA
Does anybody have any information on the following issue: I have developed a simple intranet site containing both html and JSP pages. The JSP pages instantiate Java Bean classes that access a database to pull information from. I am using: JDK 1.3 Tomcat 4.01 Win 2000 The problem lies here:

Determining if Tomcat is running

2001-07-02 Thread Fredrik Liden
hey all, Is it possible to determine if Tomcat is running? I'm using Tomcat as a standalone server. Occasionally Tomcat goes down and the page will not display. It's just gets stuck. Is there some way I can redirect a user if the servletEngine goes down? Any suggestions would be greatly

Re: Determining if Tomcat is running

2001-07-02 Thread ericdev
ps -A in linux/unix look for java instances or in windows ctrl alt del look for java instances - Original Message - From: Fredrik Liden [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 02, 2001 3:15 PM Subject: Determining if Tomcat is running hey all, Is it possible

Re: Determining if Tomcat is running

2001-07-02 Thread greyson . smith
: 02-07-01 Subject: Determining if Tomcat is running 04:15 PM Please

Re: Determining if Tomcat is running

2001-07-02 Thread Tim O'Neil
At 03:36 PM 7/2/2001, you wrote: Probably not foolproof, but off the top of my head: ps -aux --cols 500 |grep $TOMCAT_HOME ps aux --- BSD options. You'll want ef for SysV variants like Linux. I KNOW, Linux isn't a sys V kernel, but the ports, like ps seem to be.

RE: Determining if Tomcat is running

2001-07-02 Thread Fredrik Liden
: Determining if Tomcat is running At 03:36 PM 7/2/2001, you wrote: Probably not foolproof, but off the top of my head: ps -aux --cols 500 |grep $TOMCAT_HOME ps aux --- BSD options. You'll want ef for SysV variants like Linux. I KNOW, Linux isn't a sys V kernel, but the ports, like ps seem to be.

RE: Determining if Tomcat is running

2001-07-02 Thread Tim O'Neil
At 04:27 PM 7/2/2001, you wrote: I'm not really familiar with Linux or the ps command. Could you give a short description of what this does: ps -aux --cols 500 |grep $TOMCAT_HOME execute the process status command using arguments that tell it to return a list of all the processes regardless of

several tomcat instances running at the same time

2001-06-27 Thread Mario Vera
Hi!! I have a little problem. I have Tomcat 3.1 installed on SUN 1, near to 200 users use the application. This causes that the application becomes very slow (Is a WEB GIS). I have just one Tomcat instance running on sun system.I believe that maybe if turn on another instance next

Re: several tomcat instances running at the same time

2001-06-27 Thread Peter Hrastnik
On Wed, 27 Jun 2001, Mario Vera wrote: Hi!! I have a little problem. I have Tomcat 3.1 installed on SUN 1, near to 200 users use the application. This causes that the application becomes very slow (Is a WEB GIS). I have just one Tomcat instance running on sun system. I believe

Tomcat stops running ...

2001-06-26 Thread Erin Lester
I have Apache 1.3 and Tomcat 3.2 installed on Sun 2.7. I have had no problems with Apache, but Tomcat seems to stop running after a short period of time (a few hours). I restart it and it seems to work fine. I also haven't seen any error messages popping up. Any ideas as to why this is

Re: how to determine if tomcat is running

2001-06-25 Thread Parag Thakur
hello, why not write a small servlet that returns some value. then, in the script, just try to fetch the URL corresponding to that servlet. if u come back with a value, it means that tomcat is running, else not. hope that helps parag. On Sun, 24 Jun 2001, [EMAIL PROTECTED] wrote: Date: Sun

Re: how to determine if tomcat is running

2001-06-24 Thread 100520 . 2367
thanks for your response, but this method is not working on all unix systems because some of them only show .../java as result of the ps command (even with the options you mentioned). does anybody know anything else how i can be sure if tomcat is running or not??? thanks, thomas. Am

Re: how to determine if tomcat is running

2001-06-24 Thread Jeff Waugh
If tomcat is running it will be listening on the ports specified in the Connectors in server.xml. These will show up as listening in netstat, can be queried with lsof or fuser. Even that is no guarantee that it is tomcat listening, but it would be fairly trivial to retrieve a test page via

Re: how to determine if tomcat is running

2001-06-24 Thread Jeff Kilbride
Have you tried 'man ps' on the systems in question to see what the options should be? --jeff - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: Thomas Fischer [EMAIL PROTECTED] Sent: Sunday, June 24, 2001 5:10 AM Subject: Re: how to determine if tomcat is running

how to determine if tomcat is running

2001-06-23 Thread Thomas Fischer
i'm writing a script (on a unix-system) which should do different tasks wether tomcat is running or not. to do so the script has to figure out the status of tomcat. most daemons use .pid-files or anything similar. but i found nothing for tomcat. i've looked all through the documentation

Re: how to determine if tomcat is running

2001-06-23 Thread Jeff Kilbride
You should have a java process running 'org.apache.tomcat.startup.Tomcat' when Tomcat is running. For example, when I run the 'ps' command I see the following: /usr/local/java/IBMJava2-13/jre/bin/exe/java -Xms64M -Xmx128M -Djava.protocol.handler.pkgs=com.sun.net.ssl.internal.www.protocol

Tomcat+Apache running on different machines using mod_jk

2001-06-05 Thread Chauhan, Anand
Hi All: I am looking to set up apache and tomcat to spread over two machines. I have one machine that will run tomcat and the other running Apache. I was wondering where I might find the required documentation and configuration. Thanks a bunch. Anan

RE: tomcat not running...

2001-05-29 Thread Randy Layman
:[EMAIL PROTECTED]] Sent: Monday, May 28, 2001 4:11 PM To: [EMAIL PROTECTED] Subject: tomcat not running... Hello guys, I don't know what's happening with my tomcat installation, it was ok... but suddenly stopped. I'm running on win2k + IIS redirect mode. When type tomcat start on prompt C

tomcat not running...

2001-05-28 Thread gildlrei
Hello guys, I don't know what's happening with my tomcat installation, it was ok... but suddenly stopped. I'm running on win2k + IIS redirect mode. When type tomcat start on prompt C:\, i receive the usual messages in a new DOS window and after it close automatically and tomcat process

Architectural question for tomcat-apache running Virtual Hosts

2001-05-22 Thread Brandon Cruz
I sent this question over the weekend, but don't think anyone saw it. I have an apache-tomcat configuration running on Linux servers. Does anyone have any experience or know if there is a limit to how many virtual hosts youshould set up on one instance of tomcat? What is the most

RE: Architectural question for tomcat-apache running Virtual Hosts

2001-05-22 Thread Martin van den Bemt
To: [EMAIL PROTECTED] Subject: Architectural question for tomcat-apache running Virtual Hosts I sent this question over the weekend, but don't think anyone saw it. I have an apache-tomcat configuration running on Linux servers. Does anyone have any experience or know if there is a limit to how many

RE: Architectural question for tomcat-apache running Virtual Hosts

2001-05-22 Thread Ross Dyson
of instructions, like playing a recorded macro. -Original Message- From: Martin van den Bemt [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 23 May 2001 5:25 AM To: [EMAIL PROTECTED] Subject: RE: Architectural question for tomcat-apache running Virtual Hosts Hi, At the company we work at, we work

Architectural question for tomcat-apache running Virtual Hosts

2001-05-19 Thread Brandon Cruz
I have an apache-tomcat configuration running on Linux servers. Does anyone have any experience or know if there is a limit to how many virtual hosts youshould set up on one instance of tomcat? What is the most traffic or connection limit before I should either use another instance

Tomcat is running but can't see the examples.

2001-05-02 Thread Mark Feder
Im trying to install the tomcat 3.2.1 on the following configuration: NT server 4 sp6a IIS4 tomcat 3.2.1 i have managed to install it according to the documentation described in the site, but when im trying to run the samples it is not working. i asume it has something to do with the

How change the docBase of Tomcat when running it under Jbuilder4?

2001-02-14 Thread Maxime Boudreault
Hi all, When I run Tomcat within Jbuilder4, a folder conf is created on the root of my C: drive. This folder contains tree files, "server8080.xml", "tomcat-apache.conf" and "web.xml". When I shut down the application those files are deleted. "server8080.xml" contains this declaration:

RE: How change the docBase of Tomcat when running it underJbuild er4?

2001-02-14 Thread John Golubenko
this helps. -Original Message- From: Maxime Boudreault [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 14, 2001 2:19 PM To: [EMAIL PROTECTED] Subject: How change the docBase of Tomcat when running it under Jbuilder4? Hi all, When I run Tomcat within Jbuilder4, a folder conf is created

Can't run servlets or jsp--how can I tell if Tomcat is running?

2000-11-21 Thread michael e. brubaker
kage. I really don't know what that means. I don't think Tomcat has started running, but I don't know how to check. A few other miscellaneous notes: I included the %JAVA_HOME%\tools.jar in my CLASSPATH, but tools.jar dones not exist anywhere on my hard drive. But it was in the startup.bat where I m

<    1   2