Restarting Tomcat via Ant

2005-08-08 Thread itteerde (sent by Nabble.com)
the Tomcat - User forum at Nabble.com: http://www.nabble.com/Restarting-Tomcat-via-Ant-t207149.html#a577719

RE: Restarting Tomcat via Ant

2005-08-08 Thread Raghupathy,Gurumoorthy
: itteerde (sent by Nabble.com) [mailto:[EMAIL PROTECTED] Sent: 08 August 2005 15:43 To: tomcat-user@jakarta.apache.org Subject: Restarting Tomcat via Ant Is there any way I can restart a remote Tomcat using an Ant task? I googled a while and even found some sources but they were about HttpClient

Re: Viewing Web Resource Updates without Restarting Tomcat

2005-07-28 Thread Martin Bromley
for changes to be detected. Cheers Martin Martyn George wrote: Currently, I wish to make minor changes to web pages, and the like, associated with a production application without restarting Tomcat, and with minimal impact to users. These changes can be made, but are not immediately observable due

Re: Viewing Web Resource Updates without Restarting Tomcat

2005-07-28 Thread Parsons Technical Services
What version are you running? Doug - Original Message - From: Martyn George [EMAIL PROTECTED] To: tomcat-user@jakarta.apache.org Sent: Wednesday, July 27, 2005 10:59 PM Subject: Viewing Web Resource Updates without Restarting Tomcat Currently, I wish to make minor changes to web

Viewing Web Resource Updates without Restarting Tomcat

2005-07-27 Thread Martyn George
Currently, I wish to make minor changes to web pages, and the like, associated with a production application without restarting Tomcat, and with minimal impact to users. These changes can be made, but are not immediately observable due to caching. Is there any command that can be issued

Re: restarting tomcat in production

2005-07-26 Thread Christoph Kutzinski
. Robert S. Harper Information Access Technology, Inc. -Original Message- From: Ron Heeb [mailto:[EMAIL PROTECTED] Sent: Monday, July 25, 2005 2:16 PM To: tomcat-user@jakarta.apache.org Subject: restarting tomcat in production hi, i'm looking for some feedback on whether or not it's

restarting tomcat in production

2005-07-25 Thread Ron Heeb
hi, i'm looking for some feedback on whether or not it's a normal procedure to regularly restart tomcat. we have some memory leak somewhere that forces us to restart the process every 6-8 days but we're thinking that just putting in a script to restart daily would prevent this and may not

RE: restarting tomcat in production

2005-07-25 Thread Robert Harper
: restarting tomcat in production hi, i'm looking for some feedback on whether or not it's a normal procedure to regularly restart tomcat. we have some memory leak somewhere that forces us to restart the process every 6-8 days but we're thinking that just putting in a script to restart daily would

Redeployment of a webapp without restarting tomcat

2005-01-31 Thread Chris Picton
Hi I am using tomcat 5.0.X, and have the following serlvet.xml file: /etc/tomcat5/Catalina/localhost/Servlet.xml Context path= docBase=/home/chrisp/Servlet.war reloadable=true/ I would like the webapp to be unloaded and reloaded when I make changes to the war file. autoDeploy and

Re: new Host without restarting Tomcat

2005-01-12 Thread Lionel Farbos
So nobody knows how to deploy a new Host without the restart of Tomcat ? On Tue, 11 Jan 2005 16:05:06 +0100 Lionel Farbos [EMAIL PROTECTED] wrote: Hi all, I'd want to create and deploy new Virtual(s) Host(s) and Contexts without having to restart the entire Tomcat Server (4.1.31 or

Re: new Host without restarting Tomcat

2005-01-12 Thread Parsons Technical Services
://jakarta.apache.org/tomcat/tomcat-5.0-doc/architecture/startup/serverStartup.txt Section b4 Doug - Original Message - From: Lionel Farbos [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Wednesday, January 12, 2005 6:38 AM Subject: Re: new Host without restarting

Re: new Host without restarting Tomcat

2005-01-12 Thread Lionel Farbos
] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Wednesday, January 12, 2005 6:38 AM Subject: Re: new Host without restarting Tomcat So nobody knows how to deploy a new Host without the restart of Tomcat ? On Tue, 11 Jan 2005 16:05:06 +0100 Lionel Farbos [EMAIL PROTECTED

new Host without restarting Tomcat

2005-01-11 Thread Lionel Farbos
Hi all, I'd want to create and deploy new Virtual(s) Host(s) and Contexts without having to restart the entire Tomcat Server (4.1.31 or 5.0.28). This works if my Host(s) exist in server.xml when I start Tomcat (I follow http://jakarta.apache.org/tomcat/tomcat-4.1-doc/manager-howto.html). BUT,

RE: AW: How can I add Host without restarting Tomcat?

2004-06-22 Thread Carl Olivier
Hi, yeah thanks - have been doing that this morning! Regards, Carl -Original Message- From: Ivan Jouikov [mailto:[EMAIL PROTECTED] Sent: 21 June 2004 09:34 PM To: 'Tomcat Users List' Subject: RE: AW: How can I add Host without restarting Tomcat? Look at tomcat's administration tool

RE: AW: How can I add Host without restarting Tomcat?

2004-06-21 Thread Carl Olivier
restart! Is this possible? Thanks! Carl -Original Message- From: Peter Rossbach [mailto:[EMAIL PROTECTED] Sent: 18 June 2004 12:49 PM To: Tomcat Users List Subject: Re: AW: How can I add Host without restarting Tomcat? Hey, you can used the admin application. Tipp: Add a user

RE: AW: How can I add Host without restarting Tomcat?

2004-06-21 Thread Ivan Jouikov
a server restart! Is this possible? Thanks! Carl -Original Message- From: Peter Rossbach [mailto:[EMAIL PROTECTED] Sent: 18 June 2004 12:49 PM To: Tomcat Users List Subject: Re: AW: How can I add Host without restarting Tomcat? Hey, you can used the admin application. Tipp: Add a user

How can I add Host without restarting Tomcat?

2004-06-18 Thread Ivan Jouikov
Nobody knows the answer to subj? --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.701 / Virus Database: 458 - Release Date: 07.06.2004

AW: How can I add Host without restarting Tomcat?

2004-06-18 Thread Gunnar Pörschke
Non way, because it is written in server.xml file. You'll need to stop the server, I guess -Ursprüngliche Nachricht- Von: Ivan Jouikov [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 18. Juni 2004 11:33 An: 'Tomcat Users List' Betreff: How can I add Host without restarting Tomcat

Re: AW: How can I add Host without restarting Tomcat?

2004-06-18 Thread Nikola Milutinovic
Gunnar Pörschke wrote: Non way, because it is written in server.xml file. You'll need to stop the server, I guess Tomcat has a manager application. It can deploy new contexts (applications) on-the-fly, but I'm not sure about hosts. Nix.

Re: AW: How can I add Host without restarting Tomcat?

2004-06-18 Thread Peter Rossbach
Hey, you can used the admin application. Tipp: Add a user with admin role at your conf/tomcat-users.xml! Before you create the new host, create the webapps directory! After create your new host, copy the Catalina/localhost/manager.xml to Catalina/newhost/manager.xml and you have at usefull new

Re: How can I add Host without restarting Tomcat?

2004-06-18 Thread Matrix Help
MatrixOne Tech Support eMail incident submission functionality requires specific subject line. The following subject lines are recognized. Request for CustomerLink Access - This will submit a request for new CustomerLink account Request for CustomerLink Password Reset - This will

stopping-restarting Tomcat

2004-06-02 Thread santosh.kawade
Hi All, Does one need to stop-restart Tomcat server every time when a servlet is changed/compiled ? The restart takes lots of time during the development and testing of web application. Is there any way to expedite this. Cheers, Santosh

Re: stopping-restarting Tomcat

2004-06-02 Thread Veniamin Fichin
[EMAIL PROTECTED] wrote: Does one need to stop-restart Tomcat server every time when a servlet is changed/compiled ? The restart takes lots of time during the development and testing of web application. Is there any way to expedite this. reloadable=true attribute of Context tag will do what

RE: stopping-restarting Tomcat

2004-06-02 Thread Nitschke Michael
Nitschke -Original Message- From: Veniamin Fichin [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 02, 2004 12:53 PM To: Tomcat Users List Subject: Re: stopping-restarting Tomcat [EMAIL PROTECTED] wrote: Does one need to stop-restart Tomcat server every time when a servlet is changed

Re: stopping-restarting Tomcat

2004-06-02 Thread Veniamin Fichin
reloadable attribute is enough, but yes, when you add a new one, you should edit web.xml and restarting Tomcat or redeploy entire webapp. mfg Michael Nitschke -Original Message- From: Veniamin Fichin [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 02, 2004 12:53 PM To: Tomcat Users List

Re: stopping-restarting Tomcat

2004-06-02 Thread Bern Mutia
and start it again, afterwards the reloadable would work again. Original question was about reloading (already deployed) servlet, so reloadable attribute is enough, but yes, when you add a new one, you should edit web.xml and restarting Tomcat or redeploy entire webapp. mfg Michael Nitschke

RE: restarting tomcat

2004-03-31 Thread Adam Buglass
for servlet jsp On Wed, 2004-03-31 at 07:06, Rob Ross wrote: I'm not talking about *restarting* Tomcat, I'm talking about *reloading* a web app. You're right, you don't have to shut down the Tomcat server to restart a webapp, you can just reload it, either manually by using the http manager

Re: restarting tomcat

2004-03-31 Thread Tim Funk
Changed items can be re-loaded on the fly because of dynamic classloading. Every JSP instance lives in its own classloader. When a jsp source file is changed, the JSP servlet recognizes the change and recompiles the JSP. Once the JSP is translated to a new .java (and .class file) - the class

restarting tomcat

2004-03-30 Thread naryam naryam
Hi, Is it true that each time a java servlet changes the tomcat servlet engine must be restarted. Does it mean that each time we need to recompile, we need also to restart the engine? Chris - Do you Yahoo!? Yahoo! Finance Tax Center - File online. File

RE: restarting tomcat

2004-03-30 Thread Rob Ross
it belongs is also reloaded? Rob -Original Message- From: naryam naryam [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 30, 2004 8:28 PM To: [EMAIL PROTECTED] Subject: restarting tomcat Hi, Is it true that each time a java servlet changes the tomcat servlet engine must

RE: restarting tomcat

2004-03-30 Thread Karl Coleman
To: [EMAIL PROTECTED] Subject: restarting tomcat Hi, Is it true that each time a java servlet changes the tomcat servlet engine must be restarted. Does it mean that each time we need to recompile, we need also to restart the engine? Chris - Do

Re: restarting tomcat

2004-03-30 Thread Duncan Krebs
PM Subject: RE: restarting tomcat I don't know the why's. I just know that a change to a JSP doesn't require a restart but a change to a class file does. Karl That's a great question! I was about to ask a very similar question myself. If you make changes to a JSP file, that means

RE: restarting tomcat

2004-03-30 Thread Rob Ross
-Original Message- From: Duncan Krebs [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 30, 2004 8:51 PM To: Tomcat Users List Subject: Re: restarting tomcat I also know that there are different types of debugging modes that you can run Tomcat it that do not require a restart

Re: restarting tomcat

2004-03-30 Thread Duncan Krebs
see why this would not carry over to Tomcat5. - Duncan - Original Message - From: Rob Ross [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Tuesday, March 30, 2004 10:55 PM Subject: RE: restarting tomcat -Original Message- From: Duncan Krebs [mailto:[EMAIL

RE: restarting tomcat

2004-03-30 Thread Rob Ross
I'm not talking about *restarting* Tomcat, I'm talking about *reloading* a web app. You're right, you don't have to shut down the Tomcat server to restart a webapp, you can just reload it, either manually by using the http manager interface, or automatically by setting the reloadable attribute

Re: Restarting tomcat from web page

2003-12-08 Thread Altug B. Altintas
hi, could u please give an example ? - Original Message - From: Shapira, Yoav [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, December 05, 2003 4:09 PM Subject: RE: Restarting tomcat from web page Howdy, It does matter from a practicality perspective: tomcat

Re: Restarting tomcat from web page

2003-12-05 Thread Altug B. Altintas
it doesn't matter, but restarting all of tomcat much better. - Original Message - From: Shapira, Yoav [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, December 04, 2003 6:03 PM Subject: RE: Restarting tomcat from web page Howdy, Restarting all of tomcat

RE: Restarting tomcat from web page

2003-12-05 Thread Shapira, Yoav
ChemInformatics -Original Message- From: Altug B. Altintas [mailto:[EMAIL PROTECTED] Sent: Friday, December 05, 2003 4:21 AM To: Tomcat Users List Subject: Re: Restarting tomcat from web page it doesn't matter, but restarting all of tomcat much better. - Original Message - From

Restarting tomcat from web page

2003-12-04 Thread Altug B. Altintas
Hi How can i restart Tomcat which is running as service, from a web page 1 - calling bat file ? (not working) 2 - calling http://localhost:8080/manager/html/start?path=/engine (asking password) any clean way ? Regards Altug.

Re: Restarting tomcat from web page

2003-12-04 Thread Tim Funk
I have heard of this done by using a second webserver with perl installed and then using Perl Win32 calls from webserver A to webserver B to restart the server. You could always run the other webserver on a high protected port so you don't need a second box. -Tim Altug B. Altintas wrote: Hi

RE: Restarting tomcat from web page

2003-12-04 Thread Shapira, Yoav
Howdy, Restarting all of tomcat or just selected webapps? Yoav Shapira Millennium ChemInformatics -Original Message- From: Altug B. Altintas [mailto:[EMAIL PROTECTED] Sent: Thursday, December 04, 2003 10:57 AM To: Tomcat Users List Subject: Restarting tomcat from web page Hi How can i

Re: Restarting tomcat from web page

2003-12-04 Thread Rodrigo Ruiz
The only way to restart a Windows service is through native code. You could use JNDI, or Runtime.exec() to run a net stop net start script, or a perl script, or a vbs one... there are many options here :-) Apart from protecting the page, I would also implement a first step with a countdown,

Restarting Apache without restarting Tomcat

2003-10-15 Thread Yansheng Lin
Hi, I noticed if I restart Apache without restarting Tomcat, *sometimes* the request doesn't get sent properly. It's a rather weird error though. From the tomcat debug, I can seem that the program got to the handleLogin() method in the login class. But the user will not be able to login

I need to logout all users while restarting tomcat

2003-08-14 Thread Maksimenko Alexander
Hello everybody! I have a question. Cluster from two tomcat.apache communicates with them by ajp. Web application looks after two users couldn't enter the system at the same time. When the first tomcat restarts it is desirable all users who were logged at this tomcat would logged out to give

lag when restarting tomcat

2003-06-10 Thread Euan Guttridge
If I bounce tomcat via the /bin/shutdown.sh /bin/startup.sh scripts it takes at least 20 seconds until it responds again. This is still after my war has been unpacked and jsps compiled.. Any suggestions please? Running standalone, on linux 2*700mhz, 1GB. One application 30mb. Thanks Euan

Re: lag when restarting tomcat

2003-06-10 Thread John Turner
That's normal, in my experience. In fact, my scripts sleep for 10 seconds at least before starting Tomcat after a full stop, and 10 seconds minimum in between starting every instance (22 on one server). Tomcat != Apache. John On Tue, 10 Jun 2003 22:07:12 +0100, Euan Guttridge [EMAIL

Re: lag when restarting tomcat

2003-06-10 Thread Yoav Shapira
Howdy, You can reduce startup time by eliminating unneeded applications. In production servers, I hardly ever leave anything but the webapp itself: I remove the admin, manager, docs, webdav, examples, ROOT contexts. Things that affect shutdown include your custom finalizers, if any.

RE: Restarting Tomcat without restarting Apache

2003-06-05 Thread softspt
Protective Marking: UNCLASSIFIED Thanks for the replies; sounds like I needn't have worried so much :-) * This Email and any files transmitted with it is intended solely for the use of the individual or entity to whom

Re: Restarting Tomcat without restarting Apache

2003-06-04 Thread Bill Barker
Marking: UNCLASSIFIED Is it possible to set up Tomcat so that it services JSP requests for Apache, yet can be restarted independently? The docs for mod_jk say that restarting Tomcat requires restarting Apache. * This Email

Restarting Tomcat without restarting Apache

2003-06-03 Thread softspt
Protective Marking: UNCLASSIFIED Is it possible to set up Tomcat so that it services JSP requests for Apache, yet can be restarted independently? The docs for mod_jk say that restarting Tomcat requires restarting Apache

RE: Restarting Tomcat without restarting Apache

2003-06-03 Thread John Corrigan
If that is the case then I believe that the docs would be incorrect. I often restart Tomcat without restarting Apache. -Original Message- From: softspt [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 03, 2003 1:32 AM To: [EMAIL PROTECTED] Subject: Restarting Tomcat without restarting

Re: Restarting Tomcat without restarting Apache

2003-06-03 Thread John Turner
Tomcat. For starts: start Tomcat, then start Apache. that way, requests are not handled until Apache is up. But doing it this way is not required. The only time restarting Tomcat requires an Apache restart is if you are using the ApacheConfig classes in server.xml to auto-generate mod_jk

RE: Server.xml Reload without Restarting Tomcat

2003-03-14 Thread Nicolas Dinh
I was using 4.0.x. The admin tool that allows you to do the reloading of server.xml file does not exist. I checked ou 4.1.x and it seems that this admin tool is available. Is there a way to programmatically do this? I guess you have to use JMX to manipulate Tomcat on the fly. Am I correct?

Server.xml Reload without Restarting Tomcat

2003-03-13 Thread Nicolas Dinh
Hi, I think I asked this question before but I didn't get a definitive answer. I want to be able to reload my server.xml file on the fly after making modifications to it. I want to know whether this is possible on Tomcat (Stand-alone) for version 4.1.x. Someone suggested the use of the Admin

Re: Server.xml Reload without Restarting Tomcat

2003-03-13 Thread Kwok Peng Tuck
Really? Which version of tomcat are you using ? The max min stuff is under Service (Tomcat Standalone) | -Connector (8080) Someone suggested the use of the Admin servlet but that doesn't really give you a means of changing configurations such as

Reloading configuration changes from server.xml without restarting Tomcat

2003-01-06 Thread tomcat
Is it possible to reload configuration changes in server.xml without bringing down the entire tomcat-server? Will this be included in the manager app in future releases? thx alot Johannes Fiala -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail:

RE: Reloading configuration changes from server.xml without restarting Tomcat

2003-01-06 Thread Turner, John
Users List Subject: Re: Reloading configuration changes from server.xml without restarting Tomcat If you make changes via the admin app the changes might be immediately seen. (You'll have to play with it to see if it meets your needs) If you manually change server.xml - then your out

Re: Shutting down and restarting Tomcat

2002-11-08 Thread Andreas Probst
Hi Peter, try this batch file (startAndStop.bat): echo off echo. echo Calling startup echo. call startup.bat echo. echo Started echo. pause echo. echo Calling shutdown echo. call shutdown.bat echo. echo Shut down echo. pause startAndStop.bat The pause command is necessary,

Re: Shutting down and restarting Tomcat

2002-11-08 Thread Peter Lee
On 8 Nov 2002, at 2:43, yves lambert wrote: Peter Lee wrote: I need to shutdown and then restart tomcat repeatedly for my testing purposes. I am using a Windows batch file which will call shutdown.bat and startup.bat. But each time Tomcat did not restart. Is there any better way of

RE: Shutting down and restarting Tomcat

2002-11-08 Thread Turner, John
Subject: Re: Shutting down and restarting Tomcat On 8 Nov 2002, at 2:43, yves lambert wrote: Peter Lee wrote: I need to shutdown and then restart tomcat repeatedly for my testing purposes. I am using a Windows batch file which will call shutdown.bat and startup.bat. But each time

Re: Shutting down and restarting Tomcat

2002-11-08 Thread Tim Funk
: Peter Lee [mailto:tomcatuser;shaw.ca] Sent: Friday, November 08, 2002 4:16 AM To: Tomcat Users List Subject: Re: Shutting down and restarting Tomcat On 8 Nov 2002, at 2:43, yves lambert wrote: Peter Lee wrote: I need to shutdown and then restart tomcat repeatedly for my testing purposes. I

Re: Shutting down and restarting Tomcat

2002-11-08 Thread jattwood
Hi, What is the command for setting the delay in a Windows batch file? I downloaded something called UnxUtils.zip from the web (can't find where from at the moment). Amongst other Unix goodies this includes sleep.exe. It is a package of standalone binaries and you need install/use only those you

Re: Shutting down and restarting Tomcat

2002-11-08 Thread Srinadh Karumuri
What is the command for setting the delay in a Windows batch file? If there isn't one you can simply write sleep.java and call using: java sleep 2 :D Sri -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional commands, e-mail:

Re: Shutting down and restarting Tomcat

2002-11-08 Thread Chris Parker
What is the command for setting the delay in a Windows batch file? I used delay but it didn't work. Thanks Assuming this isn't a 'day late and a dollar short', you might want to take a look at this web site. It has all sorts of tips for DOS batch files: http://www.calweb.com/~webspace/batch/

Re: Shutting down and restarting Tomcat

2002-11-08 Thread [EMAIL PROTECTED]
I am trying to create a custom jdbc realm. I create a class that extends org.apache.catalina.realm.JDBCRealm. When I start up my server, I get a class not found exception on my new realm class. How am I supposed to set my paths to see the realm class I created? when I add the class to my

Re: Shutting down and restarting Tomcat

2002-11-08 Thread Craig R. McClanahan
On Fri, 8 Nov 2002, [EMAIL PROTECTED] wrote: Date: Fri, 8 Nov 2002 11:47:32 -0500 From: [EMAIL PROTECTED] [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED], [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Shutting down and restarting Tomcat I

Shutting down and restarting Tomcat

2002-11-07 Thread Peter Lee
I need to shutdown and then restart tomcat repeatedly for my testing purposes. I am using a Windows batch file which will call shutdown.bat and startup.bat. But each time Tomcat did not restart. Is there any better way of doing this? Thanks -- To unsubscribe, e-mail:

RE: Shutting down and restarting Tomcat

2002-11-07 Thread Turner, John
and restarting Tomcat I need to shutdown and then restart tomcat repeatedly for my testing purposes. I am using a Windows batch file which will call shutdown.bat and startup.bat. But each time Tomcat did not restart. Is there any better way of doing this? Thanks -- To unsubscribe, e

RE: Shutting down and restarting Tomcat

2002-11-07 Thread Mike Jackson
jackson [EMAIL PROTECTED] -Original Message- From: Peter Lee [mailto:tomcatuser;shaw.ca] Sent: Thursday, November 07, 2002 11:05 AM To: [EMAIL PROTECTED] Subject: Shutting down and restarting Tomcat I need to shutdown and then restart tomcat repeatedly for my testing purposes

Re: Shutting down and restarting Tomcat

2002-11-07 Thread billfly3
Look at the Manager application in the Tomcat documentation. It will allow you to deploy, redeploy, and restart a single application, rather than the entire Tomcat instance. These operations take a matter of seconds. I need to shutdown and then restart tomcat repeatedly for my testing

Re: Shutting down and restarting Tomcat

2002-11-07 Thread yves lambert
Peter Lee wrote: I need to shutdown and then restart tomcat repeatedly for my testing purposes. I am using a Windows batch file which will call shutdown.bat and startup.bat. But each time Tomcat did not restart. Is there any better way of doing this? Thanks -- To unsubscribe, e-mail:

Restarting Tomcat Every After Every Update?

2002-08-16 Thread fredrik
Hello, Do I need to restart tomcat every time I update a class/bean? This is so frustrating! /Fredrik -Original Message- From: Lihn, Steve [mailto:[EMAIL PROTECTED]] Sent: Friday, August 16, 2002 1:06 PM To: 'Tomcat Users List' Subject: RE: new install - JSP failed. Thanks. I

Re: Restarting Tomcat Every After Every Update?

2002-08-16 Thread Jacob Kjome
Hello fredrik, You can use the manager task to reload the app without restarting the server. See the manager docs. Jake Friday, August 16, 2002, 3:03:58 PM, you wrote: ftc Hello, ftc Do I need to restart tomcat every time I update a class/bean? ftc This is so frustrating! ftc /Fredrik ftc

restarting tomcat without restarting ;)

2002-07-09 Thread @Basebeans.com
Subject: restarting tomcat without restarting ;) From: David Chu [EMAIL PROTECTED] === Hello, I remember reading there was a way to force Tomcat 4.0 to use new versions of modified servlets w/o restarting the server, but I glossed over the details. I think it was just accessing some URL

RE: restarting tomcat without restarting ;)

2002-07-09 Thread andre . powroznik
There is a manager application well described in the doc ;-) -Original Message- From: Jakarta Tomcat Newsgroup [mailto:[EMAIL PROTECTED]] Sent: 09 July 2002 16:40 To: [EMAIL PROTECTED] Subject: restarting tomcat without restarting ;) Subject: restarting tomcat without restarting

Re: restarting tomcat without restarting ;)

2002-07-09 Thread rsequeira
Set the reloadable attribute of the Context element in your server.xml to true RS jakarta-tom on 07/09/2002 09:40:02 AM Please respond to Tomcat Users List [EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: Subject:restarting tomcat without restarting ;) Subject: restarting tomcat

Re: Updating files without restarting Tomcat

2002-07-03 Thread @Basebeans.com
Subject: Re: Updating files without restarting Tomcat From: Dan Paraschiv [EMAIL PROTECTED] === In my opinion you have a different problem here. Probably you read those properties files at some point in your application lifecycle. Suppose that point is your servlet init method (which is called

Re: Updating files without restarting Tomcat

2002-07-03 Thread cbarnes
In my opinion you have a different problem here. Probably you read those properties files at some point in your application lifecycle. Suppose that point is your servlet init method (which is called only once in the servlet life). If you change the properties files it's your

Updating files without restarting Tomcat

2002-07-02 Thread cbarnes
I am using Tomcat 4. I have a number of properties files in the WEB-INF/classes directory. I need to be able to change the values of the properties in these files, but it looks as though I need to restart Tomcat every time I change a value in order for it to recognise the new version of the

RE: Updating files without restarting Tomcat

2002-07-02 Thread Douglas, Rory
Title: RE: Updating files without restarting Tomcat You can specify the attribute reloadable=true in the context element for your web-application (in server.xml) This will, however, watch all files for changes. There is no way to my knowledge of watching only some files. cheers Rory

Re: Updating files without restarting Tomcat

2002-07-02 Thread A. Alfred Ayache
) This will, however, watch all files for changes. There is no way to my knowledge of watching only some files. cheers Rory -Original Message- From: cbarnes [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 02, 2002 11:31 AM To: Tomcat Users List Subject: Updating files without restarting Tomcat

restarting tomcat programatically

2002-06-13 Thread Ankit
hi, i am trying to restart tomcat from my web application. Is there anyway i can do it programmatically? Does Tomcat provide any class to allow restart(I know about org.apache.tomcat.startup.Tomcat, i have tried this, It does not work b,coz once VM dies it does not call start)? Thanx in

RE: restarting tomcat programatically

2002-06-13 Thread Marek, Tomas
Try to call shell/DOS script (startup.bat/sh) from Java. tom -Original Message- From: Ankit [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 13, 2002 8:36 AM To: [EMAIL PROTECTED] Subject: restarting tomcat programatically hi, i am trying to restart tomcat from my web application

Re: restarting tomcat programatically

2002-06-13 Thread Ravishankar S
- From: Marek, Tomas [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Thursday, June 13, 2002 12:24 PM Subject: RE: restarting tomcat programatically Try to call shell/DOS script (startup.bat/sh) from Java. tom -Original Message- From: Ankit [mailto:[EMAIL

RE: restarting tomcat programatically

2002-06-13 Thread Shapira, Yoav
-Original Message- From: Ankit [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 13, 2002 2:36 AM To: [EMAIL PROTECTED] Subject: restarting tomcat programatically hi, i am trying to restart tomcat from my web application. Is there anyway i can do it programmatically? Does Tomcat provide any class

Re: Problem in restarting Tomcat

2002-05-20 Thread Mats Nyberg
hi, yourself, Zhongwen Zhu (LMC) wrote: Hi In linux OS, when Tomcat is shut down, the port which is used by Tomcat is not released. Hence it is impossible to re-start Tomcat. Do you have any solution so that the system is forced to release the port when Tomcat is shut down? yes, don't shut

Problem in restarting Tomcat

2002-05-19 Thread Zhongwen Zhu (LMC)
Hi In linux OS, when Tomcat is shut down, the port which is used by Tomcat is not released. Hence it is impossible to re-start Tomcat. Do you have any solution so that the system is forced to release the port when Tomcat is shut down? Thank you for your hints. michael zhu

RE: Problem in restarting Tomcat

2002-05-19 Thread Chris Campbell
PROTECTED]] Sent: Monday, May 20, 2002 11:55 AM To: '[EMAIL PROTECTED]' Subject: Problem in restarting Tomcat Hi In linux OS, when Tomcat is shut down, the port which is used by Tomcat is not released. Hence it is impossible to re-start Tomcat. Do you have any solution so

Re: Problem in restarting Tomcat

2002-05-19 Thread Oki DZ
On 05/20 09:54 Zhongwen Zhu (LMC) wrote: In linux OS, when Tomcat is shut down, the port which is used by Tomcat is not released. Hence it is impossible to re-start Tomcat. Do you have any What version of Tomcat do you use? I use 4.0.3, on a Linux machine. /usr/local/tomcat/bin/catalina.sh

Updating files without restarting Tomcat

2002-05-01 Thread cbarnes
I am using Tomcat 4. I have a .properties file in my WEB-INF/classes part of my work tree, which is read in using a ResourceBundle. My problem is that if I update this properties file it does not recognise the new version until I have restarted Tomcat. Is there a config value I can change so

RE: Updating files without restarting Tomcat

2002-05-01 Thread tamir
a new class loader isn't so obvious, and might cause problems (If you use jni, for example). good luck, Tamir -Original Message- From: cbarnes [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 01, 2002 12:16 PM To: Tomcat Users List Subject: Updating files without restarting Tomcat I am

BIG problem with restarting Tomcat 4

2002-02-25 Thread twrichter
Hi, there are already messages in this forum, but: nevertheless it doesn't work. When starting Tomcat 4 (Linux) for the first time, everything works fine. But when stopping Tomcat and restarting there is the following message: Catalina.start: LifecycleException: Error creating server socket

Re: BIG problem with restarting Tomcat 4 - it's Expresso!

2002-02-25 Thread twrichter
Hi, just to answer myself: it is definitely not Tomcat 4 - it's Expresso. When deploying Expresso something is being used but I don't know what. Any ideas from the Expresso community? Regards Thomas :-) As sceptical as one can be! (-: -- Get personalised email addresses at

SV: BIG problem with restarting Tomcat 4

2002-02-25 Thread Klosa Uwe
Hi Thomas, I've got the same problem. I found out that I have to wait a few seconds after I stopped catalina. Uwe -Ursprungligt meddelande- Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Skickat: den 25 februari 2002 17:02 Till: [EMAIL PROTECTED] Ämne: BIG problem with restarting

Re: restarting Tomcat 4

2002-02-15 Thread Christos Karras
PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Donnerstag, 14. Februar 2002 16:02 To: [EMAIL PROTECTED] Subject: restarting Tomcat 4 Hi. I was wondering if anyone out there has a good way of restarting Tomcat 4...? In version 3, I used to just be able to do $TOMCAT_HOME/bin/shutdown.sh

restarting Tomcat 4

2002-02-14 Thread jeff . guttadauro
Hi. I was wondering if anyone out there has a good way of restarting Tomcat 4...? In version 3, I used to just be able to do $TOMCAT_HOME/bin/shutdown.sh; $TOMCAT_HOME/bin/startup.sh. Now, in version 4 though, since the starting and stopping scripts seem to have been modified

RE: restarting Tomcat 4

2002-02-14 Thread Thanh Duong
PROTECTED]] Sent: Donnerstag, 14. Februar 2002 16:02 To: [EMAIL PROTECTED] Subject: restarting Tomcat 4 Hi. I was wondering if anyone out there has a good way of restarting Tomcat 4...? In version 3, I used to just be able to do $TOMCAT_HOME/bin/shutdown.sh; $TOMCAT_HOME/bin/startup.sh. Now

RE: restarting tomcat by calling runtime.exec on a .bat file (tc 3.2.4)

2002-02-04 Thread Randy Layman
To: Tomcat Users List Subject: restarting tomcat by calling runtime.exec on a .bat file (tc 3.2.4) hi, im trying to exec a .bat file that moves files around and restarts tomcat from a servlet. it seems as though the .bat file is being run up to the point where it calls net stop

restarting tomcat by calling runtime.exec on a .bat file (tc 3.2.4)

2002-02-02 Thread Matt Egyhazy
hi, im trying to exec a .bat file that moves files around and restarts tomcat from a servlet. it seems as though the .bat file is being run up to the point where it calls net stop tomcat net start tomcat any ideas? am i doing something wrong or is there an easier way to restart tomcat?

RE: how to get changes to web.xml without restarting tomcat

2002-02-01 Thread Anton Brazhnyk
Hi, -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 31, 2002 6:17 PM To: [EMAIL PROTECTED] Subject: how to get changes to web.xml without restarting tomcat All, My dilemma as I understand it is this. Tomcat is run at root

  1   2   >