RE: Tomcat server - Strange problem - stuck like anything

2004-12-21 Thread John Najarian
This sounds like you have a process or user locking things. I would restart the entire machine. Then try everything again. -Original Message- From: Manisha Sathe [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 21, 2004 5:56 PM To: [EMAIL PROTECTED] Subject: Tomcat server - Strange

RE: Tomcat server - Strange problem - stuck like anything

2004-12-21 Thread Manisha Sathe
yes i restarted many many times to see whether i can delete the old TomCat, but still the same. How to check user locking things btw? regards Mansiha John Najarian [EMAIL PROTECTED] wrote: This sounds like you have a process or user locking things. I would restart the entire machine. Then try

RE: Tomcat server - Strange problem - stuck like anything

2004-12-21 Thread Manisha Sathe
One more thing i noticed, my projects inside Eclipse IDE also not getting deleted. Then i had crated one directory to test Ant - that is also not getting deleted. It gives error saying build.xml is in use I am totally confused now, pls pls help me regards Manisha Manisha Sathe [EMAIL

RE: Tomcat server (4.1.29) unable to handle GERMAN characters ; Please help

2004-09-15 Thread Mark Thomas
Add the following to your connector in server.xml URIEncoding=UTF-8 Mark -Original Message- From: koney krishna [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 15, 2004 5:49 AM To: [EMAIL PROTECTED] Subject: Tomcat server (4.1.29) unable to handle GERMAN characters ;

RE: Tomcat server (4.1.29) unable to handle GERMAN characters ; Please help

2004-09-15 Thread koney krishna
Hi MArk, My Problem is solved. I was struck up because of this from last week Thanking You very very much. krishna Mark Thomas [EMAIL PROTECTED] wrote: Add the following to your connector in server.xml URIEncoding=UTF-8 Mark -Original Message- From: koney krishna [mailto:[EMAIL

RE: Tomcat server (4.1.29) unable to handle GERMAN characters ; Please help

2004-09-15 Thread koney krishna
Hi Mark, My Problem is solved. I was struck up because of this from last week Thanking You very very much. krishna Mark Thomas [EMAIL PROTECTED] wrote: Add the following to your connector in server.xml URIEncoding=UTF-8 Mark -Original Message- From: koney krishna [mailto:[EMAIL

Re: Tomcat Server Status

2004-08-31 Thread Ronald Klop
Look at the http://your-hostname/manager/html webapp. See also: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/manager-howto.html Ronald. On Tue Aug 31 12:54:51 CEST 2004 Kashif Siddiqui [EMAIL PROTECTED] wrote: Hi all, I am sucessfully running Tomcat server, now I want to know that is there

Re: Tomcat Server Status

2004-08-31 Thread Kashif Siddiqui
Thank you very much for guidance, but this page don't show StartTime/UpTime of Tomcat Server... http://localhost:/manager/html Is there any way to get it. --- Ronald Klop [EMAIL PROTECTED] wrote: Look at the http://your-hostname/manager/html webapp. See also:

Re: Tomcat Server Status

2004-08-31 Thread Tim Funk
We actually wrote a JSP to do this. Since we utilize the CATALINA_PID environment variable, on startup - a file with tomcat's pid is written. Then we have a JSP which queries the last modify time of this file. -Tim Kashif Siddiqui wrote: Thank you very much for guidance, but this page don't show

RE: Tomcat Server Status

2004-08-31 Thread Shakeel Ahmad
How to set CATALINA_PID for this purpose, I mean can you give some details and correct settings. -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 31, 2004 4:23 PM To: Tomcat Users List Subject: Re: Tomcat Server Status We actually wrote a JSP to do

Re: Tomcat Server Status

2004-08-31 Thread Tim Funk
CATALINA_PID for this purpose, I mean can you give some details and correct settings. -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 31, 2004 4:23 PM To: Tomcat Users List Subject: Re: Tomcat Server Status We actually wrote a JSP to do this. Since we utilize

Re: Tomcat Server Status

2004-08-31 Thread Remy Maucherat
If you also want the StartTime/UpTime, you could contribute a patch. This doesn't sound terribly useful overall, but I suppose it wouldn't hurt. -- x Rémy Maucherat Developer Consultant JBoss Group (Europe) SàRL x

Re: Tomcat Server Status

2004-08-31 Thread Ronald Klop
On Tue Aug 31 13:14:22 CEST 2004 Kashif Siddiqui [EMAIL PROTECTED] wrote: Thank you very much for guidance, but this page don't show StartTime/UpTime of Tomcat Server... http://localhost:/manager/html Is there any way to get it. I use a ServletContextListener for this. It has a 'static long

Re: Tomcat Server Status

2004-08-31 Thread sergio ulloa
On tomcat index.jsp click on status. To login you must create a user with manager rol. After this is done you will see the status of your server - Original Message - From: Kashif Siddiqui [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, August 31, 2004 6:54 AM Subject: Tomcat

RE: Tomcat server stopping immediately after starting.

2004-05-05 Thread STOCKHOLM, Raymond
I had this problem when tomcat's http connector tried to use port 8080, while Oracle was already using it. Otherwise, to have more messages, start tomcat in debug : replace start by debug in startup.bat (line 41 : call %EXECUTABLE% debug %CMD_LINE_ARGS%) -Message d'origine- De : Reddy,

Re: TomCat Server Killed

2003-12-18 Thread Giuliano Gavazzi
At 12:44 pm +0200 2003/12/18, Ferreira, André wrote: 1. I am starting Tomcat version 3.2.2 as user A (not root) on a Solaris 8 system. 2. I exit the console screen from where I started tomcat and everything is still fine. 3. Once I logout the user (From the CDE environment), tomcat

RE: TomCat Server Killed

2003-12-18 Thread Donie Kelly
We have had the same problem with Solaris 8 and tomcat 4.1.18 No solution found yet. Tried using nohup to start the process but still exits when you leave the session. Donie -Original Message- From: Ferreira, André [mailto:[EMAIL PROTECTED] Sent: 18 December 2003 10:45 To: [EMAIL

RE: TomCat Server Killed

2003-12-18 Thread Giuliano Gavazzi
At 11:17 am + 2003/12/18, Donie Kelly wrote: We have had the same problem with Solaris 8 and tomcat 4.1.18 No solution found yet. Tried using nohup to start the process but still exits when you leave the session. have you tried my suggestion? What happens if you start other servers in the

RE: TomCat Server Killed

2003-12-18 Thread Ferreira, André
PROTECTED] Sent: Thursday, December 18, 2003 15:24 To: Tomcat Users List Subject:RE: TomCat Server Killed At 11:17 am + 2003/12/18, Donie Kelly wrote: We have had the same problem with Solaris 8 and tomcat 4.1.18 No solution found yet. Tried using nohup to start the process but still

RE: Tomcat Server Not Running

2003-10-08 Thread Shapira, Yoav
Howdy, The window closing is normally. If you want it to stay, use catalina.bar run instead of catalina.bat start. Check your logs for errors. No one can help with the meager information you've provided... Yoav Shapira Millennium ChemInformatics -Original Message- From: rajesh

Re: Tomcat server shutsdown very often

2003-08-14 Thread
ÔÚ 2003-08-08 22:29:00 ÄúдµÀ£º Hello,of you ? Could you tell me ? Thanks~~ We are running Apache/Tomcat/Mysql on linux. The site was working fine till a few days back. When we introduced a few services, the tomcat server hangs very often. Then we have to restart it using startup.sh.

Re: Tomcat server shutsdown very often

2003-08-14 Thread
ÔÚ 2003-08-08 22:29:00 ÄúдµÀ£º Hello,of you ? Could you tell me ? Thanks~~ We are running Apache/Tomcat/Mysql on linux. The site was working fine till a few days back. When we introduced a few services, the tomcat server hangs very often. Then we have to restart it using startup.sh.

Re: Tomcat server shutsdown very often

2003-08-14 Thread
ÔÚ 2003-08-08 22:29:00 ÄúдµÀ£º Hello,of you ? Could you tell me ? Thanks~~ We are running Apache/Tomcat/Mysql on linux. The site was working fine till a few days back. When we introduced a few services, the tomcat server hangs very often. Then we have to restart it using startup.sh.

RE: Tomcat server shutsdown very often

2003-08-14 Thread Shapira, Yoav
Owdy, We are running Apache/Tomcat/Mysql on linux. The site was working fine till a few days back. When we introduced a few services, the tomcat server hangs very often. Then we have to restart it using startup.sh. Then it's really most likely that your problem is in the few services ;) Yoav

Re: Tomcat server shutsdown very often

2003-08-11 Thread
ÔÚ 2003-08-08 22:29:00 ÄúдµÀ£º Hello,of you ? Could you tell me ? Thanks~~ We are running Apache/Tomcat/Mysql on linux. The site was working fine till a few days back. When we introduced a few services, the tomcat server hangs very often. Then we have to restart it using startup.sh.

Re: Tomcat server shutsdown very often

2003-08-09 Thread
ÔÚ 2003-08-08 22:29:00 ÄúдµÀ£º Hello,of you ? Could you tell me ? Thanks~~ We are running Apache/Tomcat/Mysql on linux. The site was working fine till a few days back. When we introduced a few services, the tomcat server hangs very often. Then we have to restart it using startup.sh.

RE: Tomcat Server Configuration. HTTP 1.0

2003-06-05 Thread Shapira, Yoav
Howdy, One idea: write a filter mapped to /*. Have the filter check the HTTP version header of the request. If it's 1.0, redirect the request to some error page or whatever other page you want. Otherwise, pass the request on. This would be a lightweight, high-performance filter. Also make

RE: Tomcat server crash

2003-02-13 Thread Shapira, Yoav
Howdy, I haven't had this problem, but something similar with Oracle JDBC. We had to up the file descriptors to 1024 for our server user, using ulimit. This was on Solaris, not linux. We have a web-application that runs under Tomcat 4.0.3 on a Debian system with JRE 1.4.1. You do know that

RE: Tomcat server crash

2003-02-13 Thread Justin L. Spies
Gert-Jan, You may have already checked this, however I'll post it just in case. You can easily check the open files situation on the server by doing the following: cd /proc/sys/fs cat file-nr On my system, I get: [root@venus fs]# cat file-nr 1495703 36038 The first number is the

RE: tomcat-server

2003-01-24 Thread Turner, John
All I want to know is what, exactly, is a semi-government organization. ;) John -Original Message- From: Bill Barker [mailto:[EMAIL PROTECTED]] Sent: Friday, January 24, 2003 1:22 AM To: [EMAIL PROTECTED] Subject: Re: tomcat-server 1) Much what Jason said: You can run Tomcat behind

RE: tomcat-server

2003-01-24 Thread Jason Pyeron
: Re: tomcat-server 1) Much what Jason said: You can run Tomcat behind IIS to take advantage of ASP support, or you can get fancy and use Java -- COM bridges to do much the same thing. From your description, I'd guess that you want the first option. 2) Again, what Jason said. You can view

RE: tomcat-server

2003-01-24 Thread Victor Lewis
Wait am minute. Someone sent this guy out to buy some open source software and to make sure that Tomcat is fully compatible with ASP. Might this be the software equivalent of sending the new guy to get a left handed monkey wrench? -Original Message- From: Leela Nanda [mailto:[EMAIL

RE: tomcat-server

2003-01-24 Thread Turner, John
[mailto:[EMAIL PROTECTED]] Sent: Friday, January 24, 2003 9:02 AM To: 'Tomcat Users List' Subject: RE: tomcat-server Wait am minute. Someone sent this guy out to buy some open source software and to make sure that Tomcat is fully compatible with ASP. Might this be the software equivalent

RE: tomcat-server

2003-01-24 Thread Geoff Peters
How about a metric adjustable wrench? -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Friday, January 24, 2003 10:04 AM To: 'Tomcat Users List' Subject: RE: tomcat-server LOL I used to run a pizza joint. I loved sending the new guy to one of the other stores

RE: tomcat-server

2003-01-24 Thread Collins, Jim
I remember my fisrt job at 17, they sent me to the stores for some sky hooks and a long weight. -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: 24 January 2003 14:04 To: 'Tomcat Users List' Subject: RE: tomcat-server LOL I used to run a pizza joint

Re: tomcat-server

2003-01-24 Thread Gary Labowitz
- Original Message - From: Turner, John [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Friday, January 24, 2003 5:55 AM Subject: RE: tomcat-server All I want to know is what, exactly, is a semi-government organization. ;) John The Federal Reserve Banks -- Gary

Re: tomcat-server

2003-01-23 Thread Jason Pyeron
Leelanand, Tomcat (server) is an open-source developed product. This means that you may use it without fee. Please see http://jakarta.apache.org/tomcat . If what you mean by purchase is support or professional assistance, then there are many companies in South East Asia which will assist you

Re: tomcat-server

2003-01-23 Thread Bill Barker
1) Much what Jason said: You can run Tomcat behind IIS to take advantage of ASP support, or you can get fancy and use Java -- COM bridges to do much the same thing. From your description, I'd guess that you want the first option. 2) Again, what Jason said. You can view the Apache license (which

Re: Tomcat server dies without reporting any errors

2002-10-15 Thread Jean-Francois Arcand
Which vendor VM are you using? SUN or IBM? If it's an HotSpot error, look for a file like xxx.log -- Jeanfrancois Vandana Malik wrote: We are running Tomcat 3.2 on Win2K. This is running as servlet only along with IIS as the web server for the main application. The Tomcat server keeps dying

RE: Tomcat Server Setup question

2001-08-10 Thread Larry Isaacs
Hi Michael, I believe the Java_Home the service is looking for is specified by workers.java_home in the workers.properties. Did you modify this one? You only mentioned fixing Tomcat installation home. If not, you will need to uncomment it and set it your JDK directory. Also be sure to uncomment

RE: Tomcat Server Setup question

2001-08-10 Thread Mills, Theo
-Under the System Variables section, click New. -Name: JAVA_HOME -Value: [PATH TO JDK] C:\jdk1.2.2 -Original Message- From: Larry Isaacs [mailto:[EMAIL PROTECTED]] Sent: Friday, August 10, 2001 7:56 AM To: '[EMAIL PROTECTED]' Subject: RE: Tomcat Server Setup question Hi Michael, I

RE: Tomcat Server Setup question

2001-08-10 Thread Larry Isaacs
PROTECTED]' Subject: RE: Tomcat Server Setup question Michael, Hmmm, in order to get Tomcat runnning on win2k, I didn't have to touch the workers.java_home at all. As someone mentioned before, all I had to do was add a system wide environmental variable called JAVA_HOME. -Right

Re: Tomcat Server Setup question

2001-08-10 Thread Greg Fasnacht
Tom, You're still one step (at least one). How did you get Tomcat set up as a service? I'm trying to0 do the same thing on win2k with 4.0b6. I found jk_nt_service.exe but not the wrapper file it's supposed to require. Greg Fasnacht - Original Message - From: Michael Reeves [EMAIL

Re: Tomcat Server Setup question

2001-08-09 Thread Beth Kelly
Set the JAVA_HOME variable within the tomcat.bat file. That may be a hack, but thats the way I did it. Kyle Wayne Kelly (504)391-3985 http://www.cs.uno.edu/~kkelly - Original Message - From: Michael Reeves [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 09, 2001 3:07 PM

RE: Tomcat Server Setup question

2001-08-09 Thread Martin van den Bemt
You have to point a systmwide environment variable to your java installation directory eg : JAVA_HOME=/usr/local/java . While you are at it : some of the java software require jdk_home to be set ;-). Don't point this to the bin directory btw.. just to the root of the installation directory Hope

RE: tomcat server question

2001-07-17 Thread Filip Hanik
http://jakarta.apache.org/tomcat/tomcat-3.3-doc/tomcat-apache-howto.html ~Namaste - I bow to the divine in you~Filip HanikSoftware Architect[EMAIL PROTECTED]www.filip.net -Original Message-From: Nick Stoianov [mailto:[EMAIL PROTECTED]]Sent: Tuesday, July 17, 2001 2:54 PMTo:

Re: tomcat server question

2001-07-17 Thread Nick Stoianov
To: [EMAIL PROTECTED] Sent: Tuesday, July 17, 2001 3:06 PM Subject: RE: tomcat server question http://jakarta.apache.org/tomcat/tomcat-3.3-doc/tomcat-apache-howto.html ~Namaste - I bow to the divine in you~Filip HanikSoftware Architect[EMAIL PROTECTED]www.filip.net

Re: tomcat server takes all of my ip addresses?

2001-05-15 Thread Oki DZ
Eero Volotinen wrote: No, because I want that both run port 80, but in different ip addresses? Is this possible in same machine? Try to define the following (it's in the server.xml): !-- Define the default virtual host -- Host name=myhost.com debug=0 appBase=webapps unpackWARs=true

RE: tomcat server takes all of my ip addresses?

2001-05-14 Thread Ross Dyson
What happens if you start Apache first? Is it not OK to have them running on different ports? -Original Message- From: Eero Volotinen [mailto:[EMAIL PROTECTED]] Sent: Monday, 14 May 2001 4:45 PM To: [EMAIL PROTECTED] Subject: tomcat server takes all of my ip addresses? Well, my tomcat

RE: tomcat server takes all of my ip addresses?

2001-05-14 Thread Eero Volotinen
At 17:44 14.5.2001 +1000, you wrote: What happens if you start Apache first? Is it not OK to have them running on different ports? No, because I want that both run port 80, but in different ip addresses? Is this possible in same machine? -- Eero

Re: Tomcat server access logs?

2000-11-16 Thread Rick Castello
Thank you VERY much for the fast and helpful answer! -Rick - Original Message - From: "Craig R. McClanahan" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, November 16, 2000 4:28 PM Subject: Re: Tomcat server access logs? Rick Castello wrote: I've searched the sit