Re: prob with shutdown script

2001-04-09 Thread Deidra Powell
Benoit, Thank you. That worked. I appreciate the help! D Benoit Jacquemont wrote: > The reason why you can'a shutdown your tomcat is because you remove the > ajp12 connector description in your server.xml file. > Ajp12 is used to connect to tomcat and to shutdown it. Additionnaly, it also >

RE: prob with shutdown script

2001-04-09 Thread Benoit Jacquemont
The reason why you can'a shutdown your tomcat is because you remove the ajp12 connector description in your server.xml file. Ajp12 is used to connect to tomcat and to shutdown it. Additionnaly, it also used to connect to Apache, but even if you don't use Apache you have to have an ajp12 connector

Re: prob with shutdown script

2001-04-09 Thread Deidra Powell
I'm sure it is probably a newbie problem! Your help is appreciated though! I looked it up in the archive but didn't see a clear answer. thanks again - d beg file --

RE: prob with shutdown script

2001-04-09 Thread Benoit Jacquemont
Hi, Send us your server.xml file to check up. The more information you can give, the sooner you're problem will be solved. For the moment, it looks like a missing ajp12 listener. Benoit > I'm just starting with tomcat install and config. I sent > this on Friday. > Would greatly appreciate any

Re: prob with shutdown script

2001-04-09 Thread Deidra Powell
I'm just starting with tomcat install and config. I sent this on Friday. Would greatly appreciate any help for those that have gotten past this. I'm on Solaris 2.6, tomcat 3.1.1. thanks! Deidra Powell wrote: > I was trying to get tomcat going and I too am having trouble with the > stop script.

RE: prob with shutdown script

2001-04-06 Thread Brandon Cruz
Quick question... If I have a binary version of mod_jk.so, do I have to build it? It said it is already built for Linux, but I can't get apache to start when I put that into apache's libexec directory and include the mod_jk.conf-auto. What am I doing wrong? I have tried to build mod_jk, but get