Re: how to reload SSL certificates without restarting Tomcat

2024-03-11 Thread Christopher Schultz
Jerry, On 3/11/24 14:51, Jerry Lin wrote: Hi Chris, There is also this: https://tomcat.apache.org/presentations.html#latest-lets-encrypt It's very LE-focused, but it shows you how to programmatically trigger a reload. Thanks for your presentation and script. We are using Let's Encrypt, so

Re: how to reload SSL certificates without restarting Tomcat

2024-03-11 Thread Jerry Lin
Hi Chris, There is also this: > https://tomcat.apache.org/presentations.html#latest-lets-encrypt > > It's very LE-focused, but it shows you how to programmatically trigger a > reload. > Thanks for your presentation and script. We are using Let's Encrypt, so your material is quite relevant.

Re: how to reload SSL certificates without restarting Tomcat

2024-03-11 Thread Christopher Schultz
Jerry, On 3/10/24 16:00, Jerry Lin wrote: Hi Chuck, Presumably, you mean “not behind https", since “Apache” refers to the organization that develops and maintains a plethora of software products. Yes, “not behind https" (I meant not behind an Apache HTTP server) you can configure the

Re: how to reload SSL certificates without restarting Tomcat

2024-03-10 Thread Chuck Caldarale
> On Mar 10, 2024, at 15:00, Jerry Lin wrote: > > Hi Chuck, > > Presumably, you mean “not behind https", since “Apache” refers to the >> organization that develops and maintains a plethora of software products. >> > Spell checker got me - I meant “httpd”, not “https”. - Chuck

Re: how to reload SSL certificates without restarting Tomcat

2024-03-10 Thread Jerry Lin
Hi Chuck, Presumably, you mean “not behind https", since “Apache” refers to the > organization that develops and maintains a plethora of software products. > Yes, “not behind https" (I meant not behind an Apache HTTP server) > you can configure the TLS config listener: > > >

Re: how to reload SSL certificates without restarting Tomcat

2024-03-10 Thread Chuck Caldarale
> On Mar 10, 2024, at 12:39, Jerry Lin wrote: > > For those of us with a publicly accessible instance of Tomcat (e.g. not > behind Apache), is there a good way of having a renewed SSL/HTTPS > certificate take effect without restarting Tomcat? Presumably, you mean “not behin

AW: how to reload SSL certificates without restarting Tomcat

2024-03-10 Thread a.grubner
how to reload SSL certificates without restarting Tomcat Hello, For those of us with a publicly accessible instance of Tomcat (e.g. not behind Apache), is there a good way of having a renewed SSL/HTTPS certificate take effect without restarting Tomcat? Thank you, Je

how to reload SSL certificates without restarting Tomcat

2024-03-10 Thread Jerry Lin
Hello, For those of us with a publicly accessible instance of Tomcat (e.g. not behind Apache), is there a good way of having a renewed SSL/HTTPS certificate take effect without restarting Tomcat? Thank you, Jerry

Re: Changing Sever.xml without restarting Tomcat 8.5

2018-07-24 Thread Christopher Schultz
plication is likely to require. Hope that helps, - -chris > -Original Message- From: Christopher Schultz > Sent: Monday, July 23, 2018 7:33 PM > To: users@tomcat.apache.org Subject: Re: Changing Sever.xml without > restarting Tomcat 8.5 > > Laurie, > > On 7/23/18 12

RE: Changing Sever.xml without restarting Tomcat 8.5

2018-07-24 Thread Laurie Miller-Cook
nday, July 23, 2018 7:33 PM To: users@tomcat.apache.org Subject: Re: Changing Sever.xml without restarting Tomcat 8.5 -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Laurie, On 7/23/18 12:25 PM, Laurie Miller-Cook wrote: > Hi there, > > I have an issue where we have multiple virtual hos

Re: Changing Sever.xml without restarting Tomcat 8.5

2018-07-23 Thread Christopher Schultz
rver.xml I need to restart Tomcat which > means I need to do this within an outage window as it affects all > of the Websites, is there a way of reloading the server.xml without > restarting Tomcat? > > As a bit of background we have a wildcard domain, so > ..com s

Re: Changing Sever.xml without restarting Tomcat 8.5

2018-07-23 Thread Dave Fisher
change listener, you cannot do it. > > Also check this - conf/server.xml file cannot be reloaded without > restarting Tomcat. > <https://tomcat.apache.org/tomcat-8.5-doc/config/context.html#Defining_a_context> > > By all means, confirm this by your research. >

Re: Changing Sever.xml without restarting Tomcat 8.5

2018-07-23 Thread M. Manna
, you cannot do it. Also check this - conf/server.xml file cannot be reloaded without restarting Tomcat. <https://tomcat.apache.org/tomcat-8.5-doc/config/context.html#Defining_a_context> By all means, confirm this by your research. On 23 July 2018 at 17:25, Laurie Miller-Cook < laurie

Changing Sever.xml without restarting Tomcat 8.5

2018-07-23 Thread Laurie Miller-Cook
, is there a way of reloading the server.xml without restarting Tomcat? As a bit of background we have a wildcard domain, so ..com so we have created multiple webapp directories with their own Manage and have multiple entries in the server.xml file for the different hosts. What need to be able to do

Re: Restarting Tomcat from within itself?

2013-01-28 Thread Daniel Mikusa
On Jan 26, 2013, at 5:19 AM, Sunil Shevante wrote: Hi, Is it possible to restart tomcat from within itself? I host a JSP website and somehow the memory utilization keeps on increasing from time to time. I then have to manually restart Tomcat. While I understand that in the long term,

Re: Restarting Tomcat from within itself?

2013-01-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Daniel, On 1/28/13 8:19 AM, Daniel Mikusa wrote: On Jan 26, 2013, at 5:19 AM, Sunil Shevante wrote: Hi, Is it possible to restart tomcat from within itself? I host a JSP website and somehow the memory utilization keeps on increasing

Re: Restarting Tomcat from within itself?

2013-01-28 Thread Hassan Schroeder
On Mon, Jan 28, 2013 at 7:32 AM, Christopher Schultz ch...@christopherschultz.net wrote: Alternatively, you could use a preexisting tool to monitor your Tomcat instance like Nagios or Hyperic. These solutions really only monitor. Yes, you can configure them to react to certain situations by

Re: Restarting Tomcat from within itself?

2013-01-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hassan, On 1/28/13 10:43 AM, Hassan Schroeder wrote: On Mon, Jan 28, 2013 at 7:32 AM, Christopher Schultz ch...@christopherschultz.net wrote: Alternatively, you could use a preexisting tool to monitor your Tomcat instance like Nagios or

RE: Restarting Tomcat from within itself?

2013-01-28 Thread Andrew Kujtan
-Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Monday, January 28, 2013 10:33 AM To: Tomcat Users List Subject: Re: Restarting Tomcat from within itself? -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Daniel, On 1/28/13 8:19 AM

Re: Restarting Tomcat from within itself?

2013-01-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Andrew, On 1/28/13 1:49 PM, Andrew Kujtan wrote: -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Monday, January 28, 2013 10:33 AM To: Tomcat Users List Subject: Re: Restarting Tomcat from within

RE: Restarting Tomcat from within itself?

2013-01-28 Thread Andrew Kujtan
-Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Monday, January 28, 2013 2:01 PM To: Tomcat Users List Subject: Re: Restarting Tomcat from within itself? -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Andrew, On 1/28/13 1:49 PM

RE: Restarting Tomcat from within itself?

2013-01-28 Thread Sunil Shevante
- www.investorschoolindia.com --- On Tue, 1/29/13, Andrew Kujtan akuj...@evertz.com wrote: From: Andrew Kujtan akuj...@evertz.com Subject: RE: Restarting Tomcat from within itself? To: Tomcat Users List users@tomcat.apache.org Date: Tuesday, January 29, 2013, 12:48 AM -Original Message

Re: Restarting Tomcat from within itself?

2013-01-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Andrew, On 1/28/13 2:18 PM, Andrew Kujtan wrote: -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Monday, January 28, 2013 2:01 PM To: Tomcat Users List Subject: Re: Restarting Tomcat from within

Re: Restarting tomcat 7.0.23 on MAC OS X 10.6

2012-01-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Oliver, On 1/30/12 4:41 AM, Oliver Due Billing wrote: Found some more details. INFO: Server startup in *151496* ms -- This is my problem :) My startup command is: sudo /Library/Tomcat/bin/startup.sh I Get alot of this stuff, but I do get DB

Re: Restarting tomcat 7.0.23 on MAC OS X 10.6

2012-01-30 Thread Oliver Due Billing
: On Mon, Jan 23, 2012 at 17:52, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Oliver Due Billing [mailto:o...@watagame.com] Subject: Restarting tomcat 7.0.23 on MAC OS X 10.6 I have a test-server on my macbook pro and it takes forever to restart the server do anyone have

Re: Restarting tomcat 7.0.23 on MAC OS X 10.6

2012-01-24 Thread Pid
prio=10 tid=103801800 nid=0x1017f9000 runnable JNI global references: 1765 2012/1/23 Caldarale, Charles R chuck.caldar...@unisys.com From: Oliver Due Billing [mailto:o...@watagame.com] Subject: Restarting tomcat 7.0.23 on MAC OS X 10.6 I have a test-server on my macbook pro and it takes

Re: Restarting tomcat 7.0.23 on MAC OS X 10.6

2012-01-24 Thread Oliver Due Billing
nid=0x10ca01000 waiting on condition Exception Catcher Thread prio=10 tid=103801800 nid=0x1017f9000 runnable JNI global references: 1765 2012/1/23 Caldarale, Charles R chuck.caldar...@unisys.com From: Oliver Due Billing [mailto:o...@watagame.com] Subject: Restarting tomcat

Re: Restarting tomcat 7.0.23 on MAC OS X 10.6

2012-01-24 Thread Pid
Exception Catcher Thread prio=10 tid=103801800 nid=0x1017f9000 runnable JNI global references: 1765 2012/1/23 Caldarale, Charles R chuck.caldar...@unisys.com From: Oliver Due Billing [mailto:o...@watagame.com] Subject: Restarting tomcat 7.0.23 on MAC OS X 10.6 I have a test-server on my

Re: Restarting tomcat 7.0.23 on MAC OS X 10.6

2012-01-24 Thread Francis GALIEGUE
On Mon, Jan 23, 2012 at 17:52, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Oliver Due Billing [mailto:o...@watagame.com] Subject: Restarting tomcat 7.0.23 on MAC OS X 10.6 I have a test-server on my macbook pro and it takes forever to restart the server do anyone have a clue

Re: Restarting tomcat 7.0.23 on MAC OS X 10.6

2012-01-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Francis, On 1/24/12 4:19 AM, Francis GALIEGUE wrote: On Mon, Jan 23, 2012 at 17:52, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Oliver Due Billing [mailto:o...@watagame.com] Subject: Restarting tomcat 7.0.23 on MAC OS X 10.6

Restarting tomcat 7.0.23 on MAC OS X 10.6

2012-01-23 Thread Oliver Due Billing
I hope somebody can help me. I have a test-server on my macbook pro and it takes forever to restart the server do anyone have a clue to whats happening. I have run the configuration just fine on a windows laptop. It also takes forever with the default configuration. I just the following guide

Re: Restarting tomcat 7.0.23 on MAC OS X 10.6

2012-01-23 Thread Daniel Mikusa
On Mon, 2012-01-23 at 07:41 -0800, Oliver Due Billing wrote: I hope somebody can help me. I have a test-server on my macbook pro and it takes forever to restart the server do anyone have a clue to whats happening. What is the exact version of Java Tomcat? Also, how many applications do

Re: Restarting tomcat 7.0.23 on MAC OS X 10.6

2012-01-23 Thread Oliver Due Billing
Due Billing [mailto:o...@watagame.com] Subject: Restarting tomcat 7.0.23 on MAC OS X 10.6 I have a test-server on my macbook pro and it takes forever to restart the server do anyone have a clue to whats happening. It may be collecting entropy. Take a thread dump, and see what the JVM

RE: Restarting Tomcat remotely

2011-05-07 Thread Noah, Craig [USA]
...@jakarta.apache.org Subject: Restarting Tomcat remotely Hi, Can anybody please let me know if there is way to start/stop Tomcat remotely(Not start/stop of applications but server itself) Thanks, Asha - To unsubscribe, e-mail: users-unsubscr

Re: AW: Restarting Tomcat remotely

2011-05-04 Thread Pid
On 5/3/11 6:54 AM, Alexander Diedler wrote: If it is a Windows Server you can use the MMC vor Services to connect remotly to the Services and restart it. Hi, Can anybody please let me know if there is way to start/stop Tomcat remotely(Not start/stop of applications but server itself)

Re: Restarting Tomcat remotely

2011-05-03 Thread Ron Wheeler
On 03/05/2011 12:29 AM, Asha K S wrote: Hi, Can anybody please let me know if there is way to start/stop Tomcat remotely(Not start/stop of applications but server itself) Thanks, Asha What operating system? For Linux, you just need to make the shutdown and startup scripts run.

RE: Restarting Tomcat remotely

2011-05-03 Thread CRANFORD, CHRIS
copy and then secure shell to restart the application server. -Original Message- From: Asha K S [mailto:a...@adobe.com] Sent: Monday, May 02, 2011 11:30 PM To: tomcat-u...@jakarta.apache.org Subject: Restarting Tomcat remotely Hi, Can anybody please let me know if there is way

Restarting Tomcat remotely

2011-05-02 Thread Asha K S
Hi, Can anybody please let me know if there is way to start/stop Tomcat remotely(Not start/stop of applications but server itself) Thanks, Asha

Re: Restarting Tomcat remotely

2011-05-02 Thread Darryl Lewis
I use the service command to start and stop tomcat i.e. service tomcat5 start service tomcat5 stop service tomcat5 restart On 3/05/11 2:29 PM, Asha K S a...@adobe.com wrote: Hi, Can anybody please let me know if there is way to start/stop Tomcat remotely(Not start/stop of applications but

AW: Restarting Tomcat remotely

2011-05-02 Thread Alexander Diedler
If it is a Windows Server you can use the MMC vor Services to connect remotly to the Services and restart it. Gesendet von meinem Windows Phone - Ursprüngliche Nachricht - Von: Asha K S Gesendet: Dienstag, 3. Mai 2011 06:30 An: tomcat-u...@jakarta.apache.org Betreff: Restarting Tomcat

AW: Restarting Tomcat Threads

2011-04-20 Thread Thomas Strauß
Darmstadt Geschäftsführer: Detlev Homilius, Thomas Strauß -Ursprüngliche Nachricht- Von: David kerber [mailto:dcker...@verizon.net] Gesendet: Dienstag, 19. April 2011 17:02 An: Tomcat Users List Betreff: Re: Restarting Tomcat Threads On 4/19/2011 10:34 AM, Zbynek Vavros wrote

Restarting Tomcat Threads

2011-04-19 Thread Zbynek Vavros
Hi, I would like to ask on strange behavior Im experiencing. I have webapp that connects to Lotus Notes periodically(every 1 minute). For this I have class that implements Runnable that takes care about connection itself. Im starting this using basic : Thread t = new

RE: Restarting Tomcat Threads

2011-04-19 Thread Caldarale, Charles R
From: Zbynek Vavros [mailto:zbynek_vav...@cz.ibm.com] Subject: Restarting Tomcat Threads I have noticed that when I kill Tomcat (shut down its service) How do you kill Tomcat? (Be specific.) then after start this thread is started automatically (I can see messages about connecting

RE: Restarting Tomcat Threads

2011-04-19 Thread Zbynek Vavros
| --| | | Subject: | | --| |RE: Restarting Tomcat Threads

Re: Restarting Tomcat Threads

2011-04-19 Thread André Warnier
Zbynek Vavros wrote: - How do you kill Tomcat ? I stop its service. - You say after start and I didnt [sic] start anything in the same sentence; you're contradicting yourself. I start Tomcat which starts my webapp but connection to Lotus is started separatedlly. = I start my webapp but do not

Re: Restarting Tomcat Threads

2011-04-19 Thread David kerber
: | | --| |RE: Restarting Tomcat Threads

reload a class file without restarting Tomcat

2011-02-01 Thread Michel Getraide
Hi, I have a webapp (java, jsp, struts,mysql) on a shared host. Tomcat version is 5.0.27. I have my webapp locally. When i do a slight change in a java file, I would like to be able to upload the updated recompiled class file in my webapp on the shared host. Is there a way that the class be

RE: reload a class file without restarting Tomcat

2011-02-01 Thread Caldarale, Charles R
From: Michel Getraide [mailto:getra...@gmail.com] Subject: reload a class file without restarting Tomcat Tomcat version is 5.0.27. Not supported - move up. Is there a way that the class be reloaded without restarting the server (the server restarts once a day only since it is a shared

Re: reload a class file without restarting Tomcat

2011-02-01 Thread Michel Getraide
Thanks. But I cannot restart tomcat neither use the tomcat's manager since it is a shared host (godaddy) On Tue, Feb 1, 2011 at 4:01 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Michel Getraide [mailto:getra...@gmail.com] Subject: reload a class file without restarting

RE: reload a class file without restarting Tomcat

2011-02-01 Thread Caldarale, Charles R
From: Michel Getraide [mailto:getra...@gmail.com] Subject: Re: reload a class file without restarting Tomcat But I cannot restart tomcat neither use the tomcat's manager since it is a shared host (godaddy) If the hosting service does not provide you with a means of restarting your webapp

Re: Possible to redeploy a JAR file without restarting Tomcat?

2010-06-29 Thread laredotornado
definition (in tomcat/conf/context.xml) p -- View this message in context: http://old.nabble.com/Possible-to-redeploy-a-JAR-file-without-restarting-Tomcat--tp29007357p29024617.html Sent from the Tomcat - User mailing list archive at Nabble.com

RE: Possible to redeploy a JAR file without restarting Tomcat?

2010-06-29 Thread Caldarale, Charles R
From: laredotornado [mailto:laredotorn...@gmail.com] Subject: Re: Possible to redeploy a JAR file without restarting Tomcat? So would restarting one of my applicaitons pick up the new shared JAR and all the other apps would continue to use the old version? No - read the first response

Possible to redeploy a JAR file without restarting Tomcat?

2010-06-27 Thread laredotornado
/Possible-to-redeploy-a-JAR-file-without-restarting-Tomcat--tp29007357p29007357.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional

Re: Possible to redeploy a JAR file without restarting Tomcat?

2010-06-27 Thread 1destroyer1
file without restarting Tomcat? Hi, I'm using Tomcat 6.0.26. There is one JAR file I repeatedly rebuild and deploy and I was wondering if there is any way, obscure or otherwise, to deploy this JAR file without having to restart Tomcat. Thanks for any insights, - Dave -- View this message

Re: Possible to redeploy a JAR file without restarting Tomcat?

2010-06-27 Thread Pid
On 27/06/2010 20:04, laredotornado wrote: Hi, I'm using Tomcat 6.0.26. There is one JAR file I repeatedly rebuild and deploy and I was wondering if there is any way, obscure or otherwise, to deploy this JAR file without having to restart Tomcat. Thanks for any insights, - Dave You

Re: symbolic links deleted when restarting tomcat

2010-04-11 Thread Karin Moscovici
SIGNED MESSAGE- Hash: SHA1 Karin, On 4/9/2010 4:55 PM, Karin Moscovici wrote: I'm using tomcat 5.5 on Linux Centos. Today, after restarting tomcat, my application did not load. In the logs I found NoClassDefError on org.servlet.jsp.JspFactory class. It seems

Re: symbolic links deleted when restarting tomcat

2010-04-11 Thread Pid *
...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Karin, On 4/9/2010 4:55 PM, Karin Moscovici wrote: I'm using tomcat 5.5 on Linux Centos. Today, after restarting tomcat, my application did not load. In the logs I found NoClassDefError

Re: symbolic links deleted when restarting tomcat

2010-04-10 Thread Pid *
...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Karin, On 4/9/2010 4:55 PM, Karin Moscovici wrote: I'm using tomcat 5.5 on Linux Centos. Today, after restarting tomcat, my application did not load. In the logs I found NoClassDefError

symbolic links deleted when restarting tomcat

2010-04-09 Thread Karin Moscovici
Hi, I'm using tomcat 5.5 on Linux Centos. Today, after restarting tomcat, my application did not load. In the logs I found NoClassDefError on org.servlet.jsp.JspFactory class. It seems that the symbolic link to /usr/shar/java/jsp.jar that was under tomcat/common/lib simply dissappeared. When I

Re: symbolic links deleted when restarting tomcat

2010-04-09 Thread Pid *
, I'm using tomcat 5.5 on Linux Centos. Today, after restarting tomcat, my application did not load. In the logs I found NoClassDefError on org.servlet.jsp.JspFactory class. It seems that the symbolic link to /usr/shar/java/jsp.jar that was under tomcat/common/lib simply dissappeared. When I

Re: symbolic links deleted when restarting tomcat

2010-04-09 Thread Karin Moscovici
on Linux Centos. Today, after restarting tomcat, my application did not load. In the logs I found NoClassDefError on org.servlet.jsp.JspFactory class. It seems that the symbolic link to /usr/shar/java/jsp.jar that was under tomcat/common/lib simply dissappeared. When I added it using ln -s

Re: symbolic links deleted when restarting tomcat

2010-04-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Karin, On 4/9/2010 4:55 PM, Karin Moscovici wrote: I'm using tomcat 5.5 on Linux Centos. Today, after restarting tomcat, my application did not load. In the logs I found NoClassDefError on org.servlet.jsp.JspFactory class. It seems

Re: symbolic links deleted when restarting tomcat

2010-04-09 Thread Karin Moscovici
, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Karin, On 4/9/2010 4:55 PM, Karin Moscovici wrote: I'm using tomcat 5.5 on Linux Centos. Today, after restarting tomcat, my application did not load. In the logs I found NoClassDefError

Re: Migrating .war to webapps - now restarting tomcat sever

2010-03-07 Thread André Warnier
Koushaldev Ramkalawon wrote: Tomcat Version: 6.0.20 OS: Windows XP 32-bit Thanks Mr Chuck for ur support. I understood the auto deployment part. I have got another question. I am using context root, are there any changes I need to make in any file whatsoever. No, other than the fact that

RE: Migrating .war to webapps - now restarting tomcat sever

2010-03-07 Thread Caldarale, Charles R
From: Koushaldev Ramkalawon [mailto:koush...@hotmail.com] Subject: RE: Migrating .war to webapps - now restarting tomcat sever Tomcat Version: 6.0.20 Which is not the latest version. I am using context root, are there any changes I need to make in any file whatsoever. Not sure what you

Migrating .war to webapps - now restarting tomcat sever

2010-03-06 Thread Koushaldev Ramkalawon
hi to all, I am using the latest version of tomcat server OS: Windows XP I want to add a .war to the webapps folder. I have read that the tomcat server need to be restarted for the .war file to be unpacked and it's only then we will be able to access the application. I am writing a .bat

RE: Migrating .war to webapps - now restarting tomcat sever

2010-03-06 Thread Caldarale, Charles R
From: Koushaldev Ramkalawon [mailto:koush...@hotmail.com] Subject: Migrating .war to webapps - now restarting tomcat sever I am using the latest version of tomcat server And what do you think is the latest version? Be precise. OS: Windows XP 32- or 64-bit? I want to add a .war

RE: Migrating .war to webapps - now restarting tomcat sever

2010-03-06 Thread Koushaldev Ramkalawon
...@unisys.com To: users@tomcat.apache.org Date: Sun, 7 Mar 2010 00:22:15 -0600 Subject: RE: Migrating .war to webapps - now restarting tomcat sever From: Koushaldev Ramkalawon [mailto:koush...@hotmail.com] Subject: Migrating .war to webapps - now restarting tomcat sever I am using the latest

Restarting Tomcat 6

2009-10-26 Thread Potri Raaja
Hi, I need to restart tomcat at the specified time using crontab. Please let me know how to do that. Regards, Potri Raaja.M. -- View this message in context: http://www.nabble.com/Restarting-Tomcat-6-tp26055994p26055994.html Sent from the Tomcat - User mailing list archive at Nabble.com

Re: Restarting Tomcat 6

2009-10-26 Thread André Warnier
Potri Raaja wrote: Hi, I need to restart tomcat at the specified time using crontab. Please let me know how to do that. Only if you tell us at least under which platform, and the version of Tomcat this applies to. By the way, how would you do that for any other running daemon ? That may

Re: Restarting Tomcat 6

2009-10-26 Thread Ognjen Blagojevic
André Warnier wrote: Potri Raaja wrote: I need to restart tomcat at the specified time using crontab. Please let me know how to do that. Only if you tell us at least under which platform, and the version of Tomcat this applies to. Potri, First, you must know the shell command to

Re: log4j files get emptied when restarting tomcat?

2009-10-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Micheal, On 10/23/2009 6:49 AM, Michael wrote: I am currently experiencing some strange behavior with log4j. Sometimes when I restart Tomcat the day's log files are emptied, i.e. starts with the messages coming from the restart. That happens just

log4j files get emptied when restarting tomcat?

2009-10-23 Thread Michael
I am currently experiencing some strange behavior with log4j. Sometimes when I restart Tomcat the day's log files are emptied, i.e. starts with the messages coming from the restart. That happens just about every 5th time I restart. OS is Debian on a virtual server, for restart I am doing

Re: adding vhosts without restarting tomcat from a script and keeping them persistent

2009-07-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark, On 7/25/2009 6:18 AM, Mark Thomas wrote: Mathijs Kwik wrote: So are there any solutions available? To save host changes to server.xml? No. On the other hand, server.xml is only read at startup, so your script could instruct a running

adding vhosts without restarting tomcat from a script and keeping them persistent

2009-07-25 Thread Mathijs Kwik
Hi all, I'm using tomcat 6. I would like to be able to add vhosts without restarting tomcat. I found this ability using the host-manager application that's included. But I want to do this from CLI. I found ant tasks for the manager application to deploy/undeploy apps on-the-fly, but I couldn't

Re: adding vhosts without restarting tomcat from a script and keeping them persistent

2009-07-25 Thread Mark Thomas
Mathijs Kwik wrote: Hi all, I'm using tomcat 6. I would like to be able to add vhosts without restarting tomcat. I found this ability using the host-manager application that's included. But I want to do this from CLI. I found ant tasks for the manager application to deploy/undeploy apps

Re: Restarting Tomcat from Ant

2009-04-03 Thread Gregor Schneider
How about exec dir=${TOMCAT}/bin/ executable=./shutdown.sh / Rgds Gregor -- just because your paranoid, doesn't mean they're not after you... gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2 gpgp-key available @ http://pgpkeys.pca.dfn.de:11371 @ http://pgp.mit.edu:11371/ skype:rc46fi

Re: Restarting Tomcat from Ant

2009-04-03 Thread Mighty Tornado
This worked: target name=start-tomcat exec os=Mac OS X executable=/bin/sh arg line=${TOMCAT}/bin/startup.sh / /exec /target On Fri, Apr 3, 2009 at 7:19 AM, Gregor Schneider rc4...@googlemail.comwrote: How about exec dir=${TOMCAT}/bin/ executable=./shutdown.sh / Rgds Gregor -- just

Restarting Tomcat from Ant

2009-04-02 Thread Mighty Tornado
Hi, I currently copy the Application files to CATALINA_HOME/webapps from Ant, and then run shutdown and startup. Is there a way to also restart the server from Ant? Thanks,

Re: Restarting Tomcat from Ant

2009-04-02 Thread Ravi Sharma
try sshexec task http://ant.apache.org/manual/OptionalTasks/sshexec.html On Thu, Apr 2, 2009 at 6:23 PM, Mighty Tornado mighty.torn...@gmail.comwrote: Hi, I currently copy the Application files to CATALINA_HOME/webapps from Ant, and then run shutdown and startup. Is there a way to also

RE: Restarting Tomcat from Ant

2009-04-02 Thread Caldarale, Charles R
From: Mighty Tornado [mailto:mighty.torn...@gmail.com] Subject: Restarting Tomcat from Ant Is there a way to also restart the server from Ant? Why don't you just use the startup and shutdown scripts that come with Tomcat? If you want to call them from within an ant script, use the exec

Re: Restarting Tomcat from Ant

2009-04-02 Thread Mighty Tornado
[mailto:mighty.torn...@gmail.com] Subject: Restarting Tomcat from Ant Is there a way to also restart the server from Ant? Why don't you just use the startup and shutdown scripts that come with Tomcat? If you want to call them from within an ant script, use the exec task. - Chuck

RE: Load server.xml without restarting Tomcat 5.5.26 Server

2009-03-19 Thread Caldarale, Charles R
From: meamit221 [mailto:amit.n...@aceicon.com] Subject: RE: Load server.xml without restarting Tomcat 5.5.26 Server However, can you assist me with some hints that can help me to do so (with Tomcat APIs)? Since you're running 5.5, you can use the admin webapp to dynamically add Host

Load server.xml without restarting Tomcat 5.5.26 Server

2009-03-18 Thread meamit221
? -- View this message in context: http://www.nabble.com/Load-server.xml-without-restarting-Tomcat-5.5.26-Server-tp22579538p22579538.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users

RE: Load server.xml without restarting Tomcat 5.5.26 Server

2009-03-18 Thread Caldarale, Charles R
From: meamit221 [mailto:amit.n...@aceicon.com] Subject: Load server.xml without restarting Tomcat 5.5.26 Server Is it possible to reload the server.xml without restarting the server? No. However, if you examine the Tomcat source, you can build a webapp to call the appropriate APIs

Re: Load server.xml without restarting Tomcat 5.5.26 Server

2009-03-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Amit, On 3/18/2009 10:36 AM, Caldarale, Charles R wrote: From: meamit221 [mailto:amit.n...@aceicon.com] Subject: Load server.xml without restarting Tomcat 5.5.26 Server Is it possible to reload the server.xml without restarting the server

RE: Load server.xml without restarting Tomcat 5.5.26 Server

2009-03-18 Thread meamit221
Thanks Charles for quick reply. However, can you assist me with some hints that can help me to do so (with Tomcat APIs)? Caldarale, Charles R wrote: From: meamit221 [mailto:amit.n...@aceicon.com] Subject: Load server.xml without restarting Tomcat 5.5.26 Server Is it possible to reload

problems solved restarting tomcat

2009-02-26 Thread Laura Bartolomé
Hi again... We have problems with our webpage, suddenly it doens't load and an error message appears (I can't told you the exact error showed cause I couldn't see it, but I have to believe the boss... ). If we restart Tomcat then it turns on again working correctly! We have Tomcat 6 like a

Re: problems solved restarting tomcat

2009-02-26 Thread David Smith
It looks like your web application is trying to convert a string to a long (a type of number similar to an integer, but bigger) at line 49 in se.purpur.roach.web.pub.action.PublicArticleAction, but the string it's trying to convert is null. On a guess, this is related to a form submission and a

Re: problems solved restarting tomcat

2009-02-26 Thread Laura Bartolomé
Ok, and the question is: is possible than this error makes Tomcat doesn't work and we need to restart it??? Thanks for your help David Smith escribió: It looks like your web application is trying to convert a string to a long (a type of number similar to an integer, but bigger) at line 49 in

Re: problems solved restarting tomcat

2009-02-26 Thread David Smith
Normally no, but then again I don't know a lot about your software. Anything I suggest would be pure conjecture. --David Laura Bartolomé wrote: Ok, and the question is: is possible than this error makes Tomcat doesn't work and we need to restart it??? Thanks for your help David Smith

Re: problems solved restarting tomcat

2009-02-26 Thread Laura Bartolomé
ok... :( some idea of where can I get information about this problem? I mean the problem that leaves Tomcat without working David Smith escribió: Normally no, but then again I don't know a lot about your software. Anything I suggest would be pure conjecture. --David Laura Bartolomé wrote:

RE: problems solved restarting tomcat

2009-02-26 Thread Caldarale, Charles R
From: Laura Bartolomé [mailto:la...@secways.com] Subject: Re: problems solved restarting tomcat Ok, and the question is: is possible than this error makes Tomcat doesn't work and we need to restart it??? Probably not that error directly, but the failure in properly handling the request

Re: problems solved restarting tomcat

2009-02-26 Thread David Smith
Your options are pretty limited -- 1. Talk to the developer of your webapp, 2. Hire another developer if the original isn't available, or 3. Learn Java and web application development with Struts (that's the framework your webapp is using), then look at the source code and debug it yourself.

HowTo update tomcat-users.xml without restarting tomcat

2008-11-27 Thread Andreas.Huck
Hello everybody, I need to update the tomcat-users.xml quite often in a productive environment. Therefore it would be nice to have a possibility to update the file without the need for restarting tomcat. I tried to define the resource UserDatabase as reloadable but that didn't work out. Also

Re: HowTo update tomcat-users.xml without restarting tomcat

2008-11-27 Thread Pieter Temmerman
. Therefore it would be nice to have a possibility to update the file without the need for restarting tomcat. I tried to define the resource UserDatabase as reloadable but that didn't work out. Also I checked the possibilities of the tomcat manager but all the reload functions there seem

Re: HowTo update tomcat-users.xml without restarting tomcat

2008-11-27 Thread Mark Thomas
[EMAIL PROTECTED] wrote: Hello everybody, I need to update the tomcat-users.xml quite often in a productive environment. Therefore it would be nice to have a possibility to update the file without the need for restarting tomcat. I tried to define the resource UserDatabase as reloadable

Restarting Tomcat

2008-03-19 Thread Peter Sparkes
Hi, I am running several instances of Tomcat 5.5 under Apache on a Linux machine (Debian). On an application on one of the Tomcat instances I have a memory leak, which I have not been able to fix. To overcome the problem, in the short, I want to daily stop/start (restart) Tomcat using a

Re: Tips needed: restarting tomcat without risk of java.net.BindException

2007-04-02 Thread Filip Hanik - Dev Lists
its an asynchronous call, all shutdown.sh does, is connect to the shutdown port and issue the shutdown command, when shutdown.sh returns, there is no guarantee that the java process has been shutdown, that depends on the webapplications installed Filip brycenesbitt wrote: Odd. I call

Re: Tips needed: restarting tomcat without risk of java.net.BindException

2007-03-30 Thread brycenesbitt
-restarting-tomcat-without-risk-of-java.net.BindException-tf2649674.html#a9762592 Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail

  1   2   >