Re: What is the best way to stop the tomcat daemon?

2008-03-17 Thread jarrod
David Smith-2 wrote: > > You should have gotten a sample service shell script in you jsvc > source. Mine has this in the stop portion: > > jsvc -stop -pidfile $PID_FILE org.apache.catalina.startup.Bootstrap > > $PID_FILE is a shell variable containing the path of a file with the > process

Re: Tomcat on Leopard

2008-03-16 Thread jarrod
David Smith-2 wrote: > > I can't speak for the OP, but as a long time Mac user, I know TextEdit's > default output is richtext. It's a really annoying behavior of > TextEdit. The OP should use either vi (if they're brave or have > experience in it) or a developer IDE like NetBeans or Eclip

Re: Trouble building jsvc

2008-03-16 Thread jarrod
Thanks again, Rainer. I got it working on a different machine, not generating the configure file. I don't know why the docs say to do that when it's better not to. Ethan - ebdb http://aeondust.com -- View this message in context: http://www.nabble.com/Trouble-building

What is the best way to stop the tomcat daemon?

2008-03-16 Thread jarrod
Hi. I'm working on getting the Tomcat daemon running using jsvc. I've got it basically running (thanks, Rainer). Now I'm not sure what is the best way to stop it and to restart it. If I call # ps aux | grep tomcat this is what I get: [EMAIL PROTECTED] bin]# ps aux | grep tomcat root 4305 0

Re: Trouble building jsvc

2008-03-15 Thread jarrod
Rainer Jung-3 wrote: > > Hi Ethan, > > jarrod schrieb: >>> which version of jsvc do you try to compile? >> >> The one distributed with Tomcat 6.0.16. It's in tomcat/bin as >> jsvc.tar.gz. > > OK, I checked and that one is ide

Re: Trouble building jsvc

2008-03-14 Thread jarrod
Thanks for the reply. > which version of jsvc do you try to compile? The one distributed with Tomcat 6.0.16. It's in tomcat/bin as jsvc.tar.gz. > Which docs page are you referring to? I mean the main Tomcat site... http://tomcat.apache.org/tomcat-5.5-doc/setup.html I also checked the file IN

Trouble building jsvc

2008-03-14 Thread jarrod
Hi all. I'm trying to follow the Tomcat docs instructions for building jsvc. I can't get past the ./configure step. Any help would be greatly appreciated. Trying to build on Ubuntu Linux. Linux linux-workstation 2.6.22-14-generic. I've uninstalled all versions of Java except the JDK 6 I download

Trouble with APR and Tomcat 5.5.15

2007-04-17 Thread Jarrod Cuzens
information below. Any help you can give would be greatly appreciated. Thanks, Jarrod +--+ Tomcat 5.5.15 APR 1.2.8 Tomcat Native 1.1.6 Linux version 2.6.9-42.0.3.ELsmp ([EMAIL PROTECTED]) (gcc version 3.4.6 20060404 (Red Hat 3.4.6-3)) #1 SMP Fri

Re: How to disable Tomcat Admin directory

2005-11-15 Thread Jarrod Holder
OOT folder, but that didn't help either. Thanks again for your help on this. >>> [EMAIL PROTECTED] >>> Jarrod Holder wrote: > Mark, > > The \conf\catalina\localhost directory is empty and there isn't an admin folder at \server\webapps. > > The admin in

Re: How to disable Tomcat Admin directory

2005-11-15 Thread Jarrod Holder
Are the contexts stored in a certain text file? Sorry, I don't know much about Tomcat. Thanks again. >>> [EMAIL PROTECTED] 11/15/2005 6:34 AM >>> Ok. This only makes sense if you have a connector like mod_jk or the isapi_redirector mapping contexts from Apache or IIS back to tomcat. In that c

Re: How to disable Tomcat Admin directory

2005-11-14 Thread Jarrod Holder
Mark, The \conf\catalina\localhost directory is empty and there isn't an admin folder at \server\webapps. The admin interface is not installed, I'm only trying to get Tomcat to stop responding when I hit the WEB_ROOT/admin folder from a web browser. The reason being Tomcat is keeping users fr

Re: How to disable Tomcat Admin directory

2005-11-14 Thread Jarrod Holder
by default. Download and install the "admin" package to use it. " Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000 |-+---> | | "Jarrod Holder" | |

How to disable Tomcat Admin directory

2005-11-14 Thread Jarrod Holder
it's portal admin files. Therefore, we can no longer access our admin files for our portal. How can we have Tomcat no longer listen for requests to the /admin directory? Thank you. Jarrod - To unsubscribe, e-mail: [EMAIL