|
From: Leif M. <le...@ta...> - 2005-12-12 04:00:16
|
Is anything showing up in any of the Tomcat or Wrapper logs? My first guess would be a problem rebinding to one or more ports. Some UNIX platforms lock ports for up to 2 minutes before they can be bound again. If that is the problem, you can resolve it by forcing the Wrapper to wait a couple minutes before launching a new JVM: http://wrapper.tanukisoftware.org/doc/english/prop-restart-delay.html wrapper.restart.delay=150 # 2.5 minutes Cheers, Leif b.v...@va... wrote: > > > Hello, > > I've installed the wrapper on a VPS server, behind the apache web server, > to keep a tomcat 4.1 going. > This goes fine, but sometimes, after maybe 2 restarts, tomcat doesn't > restart properly anymore. When connecting with a browser, an "internal > server error" is given. The wrapper console gives correct ping signals. a > wrapper "restart" command doesn't make it work anymore. > However, when I do a "wrapper stop" and then a "wrapper start", it starts > working correctly again. > > Is there any explanation for this? Is there some way I could simulate > "wrapper stop" and "wrapper start" as 2 separate steps? > > Regards, > > > Bo van Weert > |