how to get changes to web.xml without restarting tomcat

2002-01-31 Thread tmarti34
All, My dilemma as I understand it is this. Tomcat is run at root level, requiring restarts of both Tomcat and Apache to be performed by the system administrator. For changes to take effect in web.xml (so far as I can tell) Tomcat must be restarted. This means, bugging the system

getting init params without restarting tomcat 4.0.1

2002-01-30 Thread tmarti34
Here is my situation. I've inherited a bunch of servlets that used to be deployed under JWS. We are transitioning to Tomcat 4.0.1 on a Linux platform. Tomcat is run at the root level, where I do not have (and should not have) access. Many of my servlets, make use of initial parameters,

RE: getting init params without restarting tomcat 4.0.1

2002-01-30 Thread Charles N. Harvey III
PROTECTED] Subject: getting init params without restarting tomcat 4.0.1 Here is my situation. I've inherited a bunch of servlets that used to be deployed under JWS. We are transitioning to Tomcat 4.0.1 on a Linux platform. Tomcat is run at the root level, where I do not have (and should

RE: getting init params without restarting tomcat 4.0.1

2002-01-30 Thread tmarti34
the web.xml file? In order for changes made in web.xml to be picked up, I have to restart Tomcat. I am looking for a way around restarting Tomcat, and still getting changes that were made to the initial paramaters I've declared within web.xml

RE: getting init params without restarting tomcat 4.0.1

2002-01-30 Thread Harry Long
. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 30, 2002 1:32 PM To: Tomcat Users List Subject: RE: getting init params without restarting tomcat 4.0.1 I know about the Manager App. You're correct in saying that you can reload particular

RE: getting init params without restarting tomcat 4.0.1

2002-01-30 Thread tmarti34
: ligence.com Subject: RE: getting init params without restarting tomcat 4.0.1

AW: AW: Problem Restarting Tomcat

2002-01-10 Thread Ralph Einfeldt
Also have look at: http://jakarta.apache.org/tomcat/tomcat-3.2-doc/mod_jk-howto.html#s9 Here it is in httpd.conf. -Ursprüngliche Nachricht- Von: Ralph Einfeldt Gesendet: Donnerstag, 10. Januar 2002 09:01 An: Tomcat Users List Betreff: AW: AW: Problem Restarting Tomcat I think

Re: AW: AW: Problem Restarting Tomcat

2002-01-10 Thread Designing Department
: Donnerstag, 10. Januar 2002 09:01 An: Tomcat Users List Betreff: AW: AW: Problem Restarting Tomcat I think at this point the documentation is wrong. AFAIK those entries must be part of http.conf not server xml. (In fact they are no real xml, apache uses a pseudo xml

AW: AW: AW: Problem Restarting Tomcat

2002-01-10 Thread Ralph Einfeldt
: Problem Restarting Tomcat It means I need to follow the folloing link only, not the previous one? Vikas Ralph Einfeldt wrote: Also have look at: http://jakarta.apache.org/tomcat/tomcat-3.2-doc/mod_jk-howto.html#s9 snip/ -- To unsubscribe: mailto:[EMAIL PROTECTED

Problem Restarting Tomcat

2002-01-09 Thread Designing Department
Hello All, I am using Tomcat3.2.4. I tried to configure Tomcat's server.xml file located in $TOMCAT_HOME/conf/server.xml for the Virtual Hostswith the following details VirtualHost 216.109.76.6 ServerName mydomain.com DocumentRoot /usr/local/psa/home/vhosts/thelinuxhostingpeople.com/httpdocs

AW: Problem Restarting Tomcat

2002-01-09 Thread Ralph Einfeldt
Restarting Tomcat snip/ VirtualHost 216.109.76.6 ServerName mydomain.com DocumentRoot /usr/local/psa/home/vhosts/thelinuxhostingpeople.com/httpdocs ApJServMount /servlet /ROOT Directory /usr/local/psa/home/vhosts/thelinuxhostingpeople.com/httpdocs /WEB-INF Options None Deny from all

Re: AW: Problem Restarting Tomcat

2002-01-09 Thread Designing Department
- Von: Designing Department [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 10. Januar 2002 08:30 An: Tomcat Users List Betreff: Problem Restarting Tomcat snip/ VirtualHost 216.109.76.6 ServerName mydomain.com DocumentRoot /usr/local/psa/home/vhosts/thelinuxhostingpeople.com

AW: AW: Problem Restarting Tomcat

2002-01-09 Thread Ralph Einfeldt
[mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 10. Januar 2002 08:46 An: Tomcat Users List Betreff: Re: AW: Problem Restarting Tomcat But I saw it at http://jakarta.apache.org/tomcat/tomcat-3.2-doc/tomcat-apache- howto.html#virtual_hosting Thanks Vikas -- To unsubscribe: mailto

Why do i have to keep on restarting Tomcat?

2001-12-11 Thread Muhammad Akhtar
I am currently using Tomcat to serve my JSP's, i know nothing of the way JSPs work, my problem is everyday i am having to go onto these live servers and physically restart Tomcat because the website is throwing back error 500s, once restarted however it is fine (for a while at least), the coders

Re:Why do i have to keep on restarting Tomcat?

2001-12-11 Thread Guillaume Mathe
Hi, I have got the same problem with servlets. It's a 'Connection reset by peer' -which means the client disconnected or browsed elsewhere while the server was building the page. Currently i have no clue about why Tomcat dies on these 'errors'. All i can say is i cannot catch them in Servlet

RE: Why do i have to keep on restarting Tomcat?

2001-12-11 Thread Muhammad Akhtar
logs for tomcat show that it is a 'broken pipe', suggesting code issues! -Original Message- From: Guillaume Mathe [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 11, 2001 11:04 AM To: [EMAIL PROTECTED] Subject: Re:Why do i have to keep on restarting Tomcat? Hi, I have got the same

RE: Why do i have to keep on restarting Tomcat?

2001-12-11 Thread Muhammad Akhtar
AM To: Tomcat Users List Subject: RE: Why do i have to keep on restarting Tomcat? logs for tomcat show that it is a 'broken pipe', suggesting code issues! -Original Message- From: Guillaume Mathe [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 11, 2001 11:04 AM To: [EMAIL PROTECTED

RE: Why do i have to keep on restarting Tomcat?

2001-12-11 Thread Randy Layman
:07 AM To: Tomcat Users List Subject: RE: Why do i have to keep on restarting Tomcat? logs for tomcat show that it is a 'broken pipe', suggesting code issues! -Original Message- From: Guillaume Mathe [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 11, 2001 11:04 AM To: [EMAIL

RE: Why do i have to keep on restarting Tomcat?

2001-12-11 Thread Muhammad Akhtar
: RE: Why do i have to keep on restarting Tomcat? Broken Pipe and Connection Reset by Peer exceptions indicate that the client web browser closed the connection before the server was ready for it to happen. At least with Tomcat 3.2 and 3.3 these errors are not a problem - they do not cause

RE: Why do i have to keep on restarting Tomcat?

2001-12-11 Thread Guillaume Mathe
Hi, Original message from: Randy Layman Broken Pipe and Connection Reset by Peer exceptions indicate that the client web browser closed the connection before the server was ready for it to happen. At least with Tomcat 3.2 and 3.3 these errors are not a problem - they do not cause tomcat

Re: Why do i have to keep on restarting Tomcat?

2001-12-11 Thread Micael Padraig Og mac Grene
At 10:39 AM 12/11/01 +, you wrote: I am currently using Tomcat to serve my JSP's, i know nothing of the way JSPs work, my problem is everyday i am having to go onto these live servers and physically restart Tomcat because the website is throwing back error 500s, once restarted however it is

RE: Why do i have to keep on restarting Tomcat?

2001-12-11 Thread Micael Padraig Og mac Grene
At 01:00 PM 12/11/01 +, you wrote: Does anybody know where i can get a connection pool called DbBroker from www.javaexchange.com, as it appears as though javaexchange no longer exists Just wondering if you know that you get a pool automatically when you go to javax.sql.*. -micael -- To

RE: Why do i have to keep on restarting Tomcat?

2001-12-11 Thread Muhammad Akhtar
I believe DbBroker is more a connection pool manager Muhammad -Original Message- From: Micael Padraig Og mac Grene [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 11, 2001 2:33 PM To: Tomcat Users List Subject: RE: Why do i have to keep on restarting Tomcat? At 01:00 PM 12/11/01

RE: Why do i have to keep on restarting Tomcat?

2001-12-11 Thread Micael Padraig Og mac Grene
At 02:40 PM 12/11/01 +, you wrote: I believe DbBroker is more a connection pool manager Muhammad Every connection pool inherently has a pool manager. Otherwise it would not work. Are you familiar with DataSource classes? Just trying to be helpful. I think you are probably headed the

RE: Why do i have to keep on restarting Tomcat?

2001-12-11 Thread Craig R. McClanahan
On Tue, 11 Dec 2001, Micael Padraig Og mac Grene wrote: Date: Tue, 11 Dec 2001 06:45:22 -0800 From: Micael Padraig Og mac Grene [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: Why do i have to keep on restarting Tomcat

RE: Why do i have to keep on restarting Tomcat?

2001-12-11 Thread Amit Kelkar
Users List Subject: RE: Why do i have to keep on restarting Tomcat? At 01:00 PM 12/11/01 +, you wrote: Does anybody know where i can get a connection pool called DbBroker from www.javaexchange.com, as it appears as though javaexchange no longer exists Just wondering if you know that you get

RE: Why do i have to keep on restarting Tomcat?

2001-12-11 Thread Micael Padraig Og mac Grene
At 12:17 PM 12/12/01 +1100, you wrote: Not every database API supports connection pooling... Take Postgres for example... The JDBC driver for 7.1.2/7.2 does not support connection pooling... Just wondering if you know that you get a pool automatically when you go to javax.sql.*. -micael The

RE: Why do i have to keep on restarting Tomcat?

2001-12-11 Thread Micael Padraig Og mac Grene
At 12:17 PM 12/12/01 +1100, you wrote: Not every database API supports connection pooling... Take Postgres for example... The JDBC driver for 7.1.2/7.2 does not support connection pooling... As I previously said, the new PostgreSQL driver does support pooling. Also, I think that any driver

RE: Why do i have to keep on restarting Tomcat?

2001-12-11 Thread Micael Padraig Og mac Grene
At 10:20 PM 12/11/01 -0800, you wrote: At 12:17 PM 12/12/01 +1100, you wrote: Not every database API supports connection pooling... Take Postgres for example... The JDBC driver for 7.1.2/7.2 does not support connection pooling... I will get this all right yet. I don't think there is a 7.2, is

Class partially reloaded even after restarting Tomcat

2001-10-25 Thread Cathy Ooi
Hi, I don't know if anyone have come across this ... I'm running a Tomcat-3.3-m4, with Apache 1.3 on Red Hat Linux release 7.0. My JVM is Classic VM (build 1.3.0, J2RE 1.3.0 IBM build cx130-20010329 (JIT enabled: jitc)). I have 2 JSP pages menu.jsp and data.jsp that called a class DBManager

automcaticly restarting tomcat after crash?

2001-09-24 Thread Hans Brattberg
Hi! I'm using Apache and the mod_jk.dll to connect to Tomcat 3.2.3 onm windows 2000. Once every week my Tomcat, or rather my webapplication, crash. I run both my

Re: automcaticly restarting tomcat after crash?

2001-09-24 Thread chris brown
2:57 PM Subject: automcaticly restarting tomcat after crash? Hi! I'm using Apache and the mod_jk.dll to connect to Tomcat 3.2.3 onm windows 2000. Once every week my Tomcat, or rather my webapplication, crash. I run both my Apache and my Tomcat as a Service in Windows. Is there a way to make

Re: automcaticly restarting tomcat after crash?

2001-09-24 Thread Hans Brattberg
] Sent: Monday, September 24, 2001 2:57 PM Subject: automcaticly restarting tomcat after crash

Re: The pitfalls in restarting tomcat

2001-09-13 Thread Craig R. McClanahan
On Wed, 12 Sep 2001, Jonathan Eric Miller wrote: Date: Wed, 12 Sep 2001 23:57:07 -0500 From: Jonathan Eric Miller [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: The pitfalls in restarting tomcat I agree that there should be a restart.sh. However

Re: The pitfalls in restarting tomcat

2001-09-13 Thread Jonathan Eric Miller
this, but, sometimes you run into bugs and you want to make sure that things are completely reset. Jon - Original Message - From: Craig R. McClanahan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, September 13, 2001 10:57 AM Subject: Re: The pitfalls in restarting tomcat On Wed, 12

Re: The pitfalls in restarting tomcat

2001-09-13 Thread Craig R. McClanahan
On Thu, 13 Sep 2001, Jonathan Eric Miller wrote: Date: Thu, 13 Sep 2001 19:24:08 -0500 From: Jonathan Eric Miller [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: The pitfalls in restarting tomcat IMHO, it would still be nice to have a true easy way

Re: The pitfalls in restarting tomcat

2001-09-13 Thread Jonathan Eric Miller
- Original Message - From: Craig R. McClanahan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, September 13, 2001 7:40 PM Subject: Re: The pitfalls in restarting tomcat On Thu, 13 Sep 2001, Jonathan Eric Miller wrote: Date: Thu, 13 Sep 2001 19:24:08 -0500 From: Jonathan

Re: The pitfalls in restarting tomcat

2001-09-13 Thread Craig R. McClanahan
On Thu, 13 Sep 2001, Jonathan Eric Miller wrote: Date: Thu, 13 Sep 2001 21:00:01 -0500 From: Jonathan Eric Miller [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: The pitfalls in restarting tomcat - Original Message - From: Craig R. McClanahan

Re: The pitfalls in restarting tomcat

2001-09-13 Thread Jonathan Eric Miller
- Original Message - From: Craig R. McClanahan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, September 13, 2001 9:08 PM Subject: Re: The pitfalls in restarting tomcat On Thu, 13 Sep 2001, Jonathan Eric Miller wrote: Date: Thu, 13 Sep 2001 21:00:01 -0500 From: Jonathan

Question on restarting Tomcat service

2001-09-12 Thread Ivy Chen
Hi, I have successfully configured Tomcat 3.2.3 to run as a service on my NT machine. I copied jk_nt_service.exe to my local directory: C:\Project\Tomcat\win32\i386 and executed the file from the same directory. My question is: I stopped Tomcat service from running then deleted the

RE: Question on restarting Tomcat service

2001-09-12 Thread Hoggatt Matt - mahogg
just speculation. . . -Matt -Original Message- From: Ivy Chen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 12, 2001 12:38 PM To: '[EMAIL PROTECTED]' Subject: Question on restarting Tomcat service Hi, I have successfully configured Tomcat 3.2.3 to run as a service on my NT

Re: The pitfalls in restarting tomcat

2001-09-12 Thread Jonathan Eric Miller
would be useful. Jon - Original Message - From: Jeff Turner [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, September 09, 2001 9:55 PM Subject: The pitfalls in restarting tomcat Hi, I was wondering how people who use Tomcat every day) do the stop/start cycle that's required

The pitfalls in restarting tomcat

2001-09-09 Thread Jeff Turner
is completely unkillable even by root, and is holding onto your tomcat port (8080). The only option is to reboot the machine. So anyway, has anyone got a safer way of restarting tomcat? Perhaps a script that waits until Tomcat is *really* dead before restarting? It would be nice if there was direct

Re: The pitfalls in restarting tomcat

2001-09-09 Thread Pier Fumagalli
Jeff Turner [EMAIL PROTECTED] wrote: With Tomcat 3.3, it is very easy to confuse Tomcat into thinking that it has shut down (the ajp12.id file does not exist), but it actually running. In this (common) situation, there is no way to kill tomcat other than killing the processes ('killall

Re: The pitfalls in restarting tomcat

2001-09-09 Thread Pier Fumagalli
Jeff Turner [EMAIL PROTECTED] wrote: So anyway, has anyone got a safer way of restarting tomcat? Perhaps a script that waits until Tomcat is *really* dead before restarting? It would be nice if there was direct support in Tomcat for this everyday task (a restart.sh script). BTW, forgot

RE: The pitfalls in restarting tomcat

2001-09-09 Thread Aravind Naidu
in restarting tomcat Jeff Turner [EMAIL PROTECTED] wrote: With Tomcat 3.3, it is very easy to confuse Tomcat into thinking that it has shut down (the ajp12.id file does not exist), but it actually running. In this (common) situation, there is no way to kill tomcat other than killing the processes

RE: Restarting Tomcat/Apache

2001-08-15 Thread James Bromberger
PROTECTED] Subject: Re: Restarting Tomcat/Apache I use jave just about the exact same configuration and I don't have the problems you state. I have noticed that if I restart tomcat *without* restarting apache, there are problems. To restart I use the following script: #!/bin/bash /usr

RE: Restarting Tomcat/Apache

2001-08-15 Thread Simon Hardingham
: Restarting Tomcat/Apache I use jave just about the exact same configuration and I don't have the problems you state. I have noticed that if I restart tomcat *without* restarting apache, there are problems. To restart I use the following script: #!/bin/bash /usr/apache/bin/apachectl stop

Restarting Tomcat/Apache

2001-08-13 Thread Simon Hardingham
Hi, I am having problems restarting Tomcat. It can be a real problem to get Tomcat to shutdown (often requiring a killall java). Even then starting up can be intermittent. Has anyone else had any problems with starting and stopping Tomcat. System details are: RedHat Linux 7.1 on Intel

Re: Restarting Tomcat/Apache

2001-08-13 Thread Vladimir Grishchenko
Had the same problem, never figured out how to get rid of it. I used it stand alone. -V. - Original Message - From: Simon Hardingham [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, August 13, 2001 10:27 AM Subject: Restarting Tomcat/Apache Hi, I am having problems restarting

Re: Restarting Tomcat/Apache

2001-08-13 Thread Jan Labanowski
You have to have the ajp12 instantiated in server.xml file just for shutdown, even if you do not use it in workers.properties Just copy the ajp13 connector stuff and change ajp12 - ajp13 It usually helps... On Mon, 13 Aug 2001, Simon Hardingham wrote: Hi, I am having problems restarting

Re: Restarting Tomcat/Apache

2001-08-13 Thread Mike McGuinness
/bin/shutdown.sh sleep 2 /usr/jakarta/dist/tomcat/bin/startup.sh sleep 2 /usr/apache/bin/apachectl start Mike 1. stop . 2. --- Simon Hardingham [EMAIL PROTECTED] wrote: Hi, I am having problems restarting Tomcat. It can be a real problem to get Tomcat to shutdown (often requiring

Re: Restarting TOMCAT

2001-07-31 Thread Hariharasubramanian Ranganathan
- Original Message - From: Dmitri Colebatch [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July 24, 2001 10:49 AM Subject: Re: Restarting TOMCAT Your problem is that you are stopping tomcat, which shuts down the jvm, and then you are trying to start it again. Because the jvm

update some configuration files without restarting tomcat

2001-07-25 Thread zze-messager FTM balr002
Hello, Is it possible to update the file $TOMCAT/conf/tomcat-users.xml without re-starting tomcat ? Same question with the file $WEB_APP/web-inf/web.xml. Delphine

Re: update some configuration files without restarting tomcat

2001-07-25 Thread John Hebert
zze-messager FTM balr002 wrote: Hello, Is it possible to update the file $TOMCAT/conf/tomcat-users.xml without re-starting tomcat ? Same question with the file $WEB_APP/web-inf/web.xml. Nope. Those xml files are read at startup. -- John Alex Hebert [EMAIL PROTECTED] System Engineer

Restarting TOMCAT

2001-07-23 Thread Hariharasubramanian Ranganathan
disabled the auto-reload feature and I have to update my context to a newer version. What I'll do is just upload the .WAR file to ./webapps folder and I'll restart Tomcat *remotely*. This is my plan. I succeed in all other cases except restarting Tomcat. First I tried a batch file (tcrestart.bat

Re: Restarting TOMCAT

2001-07-23 Thread Dmitri Colebatch
say I disabled the auto-reload feature and I have to update my context to a newer version. What I'll do is just upload the .WAR file to ./webapps folder and I'll restart Tomcat *remotely*. This is my plan. I succeed in all other cases except restarting Tomcat. First I tried a batch file

RE: Restarting Tomcat on NT - Solved

2001-07-14 Thread Steven Turoff
, July 03, 2001 5:30 AM To: [EMAIL PROTECTED] Subject: RE: Restarting Tomcat on NT Actually, I'm not running Tomcat as a service. I meant that I don't have any problems starting Tomcat after rebooting the machine. I've run netstat -a (results below) and can see that the ports are in use, however

RE: Restarting Tomcat on NT

2001-07-03 Thread Randy Layman
]] Sent: Monday, July 02, 2001 7:34 PM To: [EMAIL PROTECTED] Subject: RE: Restarting Tomcat on NT I've already tried that. Tomcat is dead, alright. Is there a way to explicitly free up a port on NT? At 06:04 PM 07/02/2001, you wrote: Maybe you didn't really kill off Tomcat, but just

RE: Restarting Tomcat on NT

2001-07-03 Thread Steven Turoff
-Original Message- From: Steven Turoff [mailto:[EMAIL PROTECTED]] Sent: Monday, July 02, 2001 7:34 PM To: [EMAIL PROTECTED] Subject: RE: Restarting Tomcat on NT I've already tried that. Tomcat is dead, alright. Is there a way to explicitly free up a port on NT? At 06:04 PM

RE: Restarting Tomcat on NT

2001-07-03 Thread Darrell Porter
PROTECTED]] Sent: Tuesday, July 03, 2001 5:30 AM To: [EMAIL PROTECTED] Subject: RE: Restarting Tomcat on NT Actually, I'm not running Tomcat as a service. I meant that I don't have any problems starting Tomcat after rebooting the machine. I've run netstat -a (results below) and can see

RE: Restarting Tomcat on NT

2001-07-03 Thread Steven Turoff
servers (several webcam products come to mind), then shut these down. This is most likely the offending application. Darrell -Original Message- From: Steven Turoff [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 03, 2001 5:30 AM To: [EMAIL PROTECTED] Subject: RE: Restarting Tomcat on NT

Restarting Tomcat on NT

2001-07-02 Thread Steven Turoff
I am having problems restarting Tomcat on NT. After a reboot of the machine, Tomcat starts without a problem. However, if I stop Tomcat and then attempt to restart, I get the following error: FATAL:java.net.BindException: Address in use: bind java.net.BindException: Address in use: bind

RE: Restarting Tomcat on NT

2001-07-02 Thread William Kaufman
. -- Bill K. -Original Message- From: Steven Turoff [mailto:[EMAIL PROTECTED]] Sent: Monday, July 02, 2001 3:30 PM To: [EMAIL PROTECTED] Subject: Restarting Tomcat on NT I am having problems restarting Tomcat on NT. After a reboot of the machine, Tomcat

RE: Restarting Tomcat on NT

2001-07-02 Thread Steven Turoff
To: [EMAIL PROTECTED] Subject: Restarting Tomcat on NT I am having problems restarting Tomcat on NT. After a reboot of the machine, Tomcat starts without a problem. However, if I stop Tomcat and then attempt to restart, I get the following error: FATAL:java.net.BindException: Address in use

Restarting Tomcat.

2001-06-18 Thread Phillip Kuzma \(Support\)
smime.p7m

Gracefully Restarting Tomcat

2001-06-18 Thread Phillip Kuzma \(Support\)
smime.p7m

Address in use: bind-error after restarting tomcat

2001-05-08 Thread Olaf Lautenschlaeger
take over the default or primary IP). After a few Tomcat restarts using the Services control panel applet, the jvm comes up with an error a la Address in use: bind; netstat.exe shows a stale TCP connection (TIME_WAIT) from 127.0.0.1:1038 to 0.0.0.0:8007 resp. 8009. Before it fails, restarting Tomcat

RE: Address in use: bind-error after restarting tomcat

2001-05-08 Thread Olaf Lautenschlaeger
restarting tomcat Hi all, [...] There is always only one TIME_WAIT connection where the number of open sockets increases.

Odd problem restarting tomcat

2001-03-14 Thread Andy C
Under Tomcat 3.2.1,Apache 1.3.12,mm.mysql.2.0.4,mysql 3.3.28,NT 2000 On one machine when it is restarted some jsp pages work correctly while others give an error. See below for the full error. The pages are generated from jsp from data in a mysql database. Only by carefully restarting the

RE: Odd problem restarting tomcat

2001-03-14 Thread Darrell Porter
How are you starting these services on production? Is it different on dev? Darrell -Original Message- From: Andy C [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 14, 2001 8:58 AM To: [EMAIL PROTECTED] Subject: Odd problem restarting tomcat Under Tomcat 3.2.1,Apache 1.3.12

Re: Internal Server Error when restarting Tomcat

2001-03-07 Thread lee fellows
Hi Carole, Don't know if anyone else has attempted to help you yet, but you cannot shutdown Tomcat and restart it without cycling Apache as well if Apache is talking to Tomcat. When you shutdown Tomcat with Apache listening to the port, Apache will not re-establish the connection without being

Re: Internal Server Error when restarting Tomcat

2001-03-07 Thread Carole Hébrard
Hi Lee, I think Apache can re-etablish the connection. In fact, Apache do it after several unsuccessful access. With AJP1.2, the problem does not occur so I think it is a problem in AJP1.3. Carole. lee fellows wrote: Hi Carole, Don't know if anyone else has attempted to help you yet, but

RE: Restarting Tomcat??

2001-02-07 Thread Vikramjit Singh
yes u have to stop tomcat whenever u compile the bean or the servlet. bye -Original Message- From: Jurrius, Mark [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, February 06, 2001 12:58 PM To: [EMAIL PROTECTED] Subject: Restarting Tomcat?? I'm using Tomcat 3.2 with Microsoft NT

Restarting Tomcat??

2001-02-06 Thread Jurrius, Mark
I'm using Tomcat 3.2 with Microsoft NT. In my Java Beans I call many Oracle procedures and functions. When I make changes to an Oracle procedure/function do I need to stop-start Tomcat for it to recognize the new changes? It seems to be inconsistent. Thanks in advance. Mark

<    1   2