> Hi gents I have problems with my web site, my webserver is a
> redhat enterprise, I use tomcat+apache to server my website.
> Monday's morning (usually) when everyone loggs in and doesn't
> disconnect as they should my httpd and java processes rise up a lot,
I'd try to change the application so that it handles the case when
user's disconnect improperly.
> but when the httpd processes get over 95 and the java ones get over 145
> (more or less) then my server doesn't recover and the processes keep
[quoted text clipped - 7 lines]
> that could be counfigured to automatically restart? Is there any way to
> automatically free the sesions?
You could run a cron script that runs `apachectl graceful` or whatever
apache+tomcat needs to do a graceful restart without breaking current
connections/transactions.
I'd not do this, it is treating the symptoms not the disease.
> I'm a newbie in webservers, so I'll try to ask any questions the
> best I can.
>
> Thanks in advance and regards
This doesn't seem to be a Java programming question. Followups set.