> I did a ps -ef | grep java and killed the running process, restarted
> apache and I get the same entry in my error log, along with the same
> hanging problem. Any other ideas?
wrong order. apache will attempt to restart a dead jvm. ;-)
#1. apachectl stop
#2. ps -ef | grep java
#3. kill java
#4. apachectl start
you only get a bindexception if there is an already running jvm.
-jon
----------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://www.working-dogs.com/>
Problems?: [EMAIL PROTECTED]