restart tomcat5.5 without closing connections


 
Thread Tools Search this Thread
Top Forums Web Development restart tomcat5.5 without closing connections
# 1  
Old 02-02-2009
restart tomcat5.5 without closing connections

Does anyone know if it is possible to restart Tomcat5.5 without actually killing the established connections?
# 2  
Old 02-05-2009
I don't think so. What did you mean by connections? You meant database connections, as you can't quite hold persistent web connections (that exist for very long time)?

You may probably do so for hot-deployed web application. But this is only if the connection is maintained by Tomcat (as configured in the container) rather than initiated in a specific webapp. In that case redeploying the webapp should not affect the db connection.

For restarting Tomcat to effectuate a config change, for example, I don't think it can be done without stopping it at all.
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Windows & DOS: Issues & Discussions

Tomcat5

hi! Where can I download Tomcat 5.x stable, for windows 7 - 64 bits!!! (1 Reply)
Discussion started by: Mannahydala
1 Replies

2. Post Here to Contact Site Administrators and Moderators

Closing thread

Hi, I guess, users do not have rights to close a thread. Please close thread 'Small automation' as it is resolved. Regards, snjksh (1 Reply)
Discussion started by: snjksh
1 Replies

3. What is on Your Mind?

AllTheWeb closing

It was officially announced that AllTheWeb is closing. Yahoo! no longer supports the function as per april 2011: AlltheWeb.com Before the world turned to google by default, there used to be a plethora of search engines. Most of them gave a headache with the prolific use of colors and animated gifs... (4 Replies)
Discussion started by: figaro
4 Replies

4. Post Here to Contact Site Administrators and Moderators

Thread Closing

Not sure as to How to close a thread so people understand that the issue was solved and the issue is not just sitting in limbo still waiting for a resolution. (1 Reply)
Discussion started by: mrmurdock
1 Replies

5. IP Networking

Closing the socket

Hi, I have a question on closing the listen socket in server. In the application I am working, the server is continously receiving requests from the client in its master socket to handle each request. There is an option to shutdown the server process. In this case do I need to explicitly close... (1 Reply)
Discussion started by: naan
1 Replies

6. Shell Programming and Scripting

closing windows

Ok i know to open a window from a script (mac); open whatever(name of a directory) but i don't how to close it. please some help. thanks. (0 Replies)
Discussion started by: Tártaro
0 Replies

7. Post Here to Contact Site Administrators and Moderators

Closing a thread

hi, Just wondering if there could be a way to close threads whose creator has got the desired reply. however if someone still wants to give a remark or suggest further on the thread one can still do so. Besides on the control panel there should be some kind of selection criteria to view... (3 Replies)
Discussion started by: linuxpenguin
3 Replies
Login or Register to Ask a Question