Re: Re: how to use jsvc to stop the tomcat service

2006-08-05 Thread Warren Pace
Patrick, I did compile jsvc for tc version 5.5.15 and there may be differences. Try the command: /bin/jsvc -help that will list your available options. My version indicates that -stop has to be combined with -pidfile. From: Patrick Wang [EMAIL PROTECTED] Date: 2006/08/04 Fri PM

apache Tomcat webserver problem

2006-08-05 Thread Rahul Sood
Hello. pI have set up tomcat's service catalina to have the default host 192.168.15.100 and have also changed the virtual host to be the same. Also added a context element with the sample app. Now when I try to access the app using the following url http://192.168.15.100:8080/sample from my

logging url of page

2006-08-05 Thread Almir Kazazic
Hi , I am using tomcat 5.5 with log4j to log my errors, and it works great, but it would be of great help if I could get information about URL of errror, this way I could reproduce it and remove much faster, I want to have this code on a single place and not for every exception in application

RE: apache Tomcat webserver problem

2006-08-05 Thread Richard Mixon
You did not say which version of Tomcat you were using, or what OS. It appears you are using Windows - check the settings on any software firewall you may have configured as this may be preventing access. Can you ping from the other machine to your Tomcat server? -Original Message- From:

Re: apache Tomcat webserver problem

2006-08-05 Thread Rahul Sood
hello I am using TomCat5.5, I have Windows xp professional, i have zonealarm..and everything in it looks fine..i have not tried pinging tomcat ..thats strange..i tried standard ping 192.168.15.100 and that did not work...but when I ping from my own machine it works...it mayb be zone alarm..but

Re: Problem compiling mod_jk 1.2.18 with Apache 1.3.27

2006-08-05 Thread Rainer Jung
Could you please try the following patch to native/apache-1.3/mod_jk.c, that should also work with older apache versions: === --- mod_jk.c(revision 423615) +++ mod_jk.c(working copy) @@ -2039,8 +2039,13 @@ } else

Re: mod_jk connection_pool_size property

2006-08-05 Thread Rainer Jung
Since you are using Apache 1.3: By theory setting the value to 1 should not be necessary. To understand what's going on: could you increase JkLogLevel to trace and send us parts of the output around a request producing a 503 error? Java Rab wrote: I have setup load balancing between Apache

Re: Re: application specific log4j configuration

2006-08-05 Thread Jan Zach
Hi Fred, it works nicely, thanks! regards jan I believe you can put the log4j.properties into the approot/WEB-INF/classes  and the log4j-version.jar and commons-logging.jar into the related WEB-INF/lib see  http://tomcat.apache.org/tomcat-5.5-doc/logging.html I tested with the following

Re: logging url of page

2006-08-05 Thread Filip Hanik - Dev Lists
Almir Kazazic wrote: Hi , I am using tomcat 5.5 with log4j to log my errors, and it works great, but it would be of great help if I could get information about URL of errror, this way I could reproduce it and remove much faster, I want to have this code on a single place and not for every

Re: place to put taglib descriptors

2006-08-05 Thread Renaud Waldura
I think the spec says they can be in WEB-INF/lib/library.jar!META-INF or just WEB-INF. Works for me on TC5.0 when I put the TLD file in WEB-INF. But that may be too messy for you! :) - Original Message - From: Lung Chan [EMAIL PROTECTED] To: Tomcat Users List

Re: Re: how to use jsvc to stop the tomcat service

2006-08-05 Thread Renaud Waldura
BTW the newer jsvc with -stop option is at: http://jakarta.apache.org/commons/daemon/jsvc.html I had to look far and wide -- wasn't obvious to me. - Original Message - From: Warren Pace [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Saturday, August 05, 2006

Re: place to put taglib descriptors

2006-08-05 Thread Lung Chan
here's the tutorial to create a tag file without the need to create a .tld file http://www.oracle.com/technology/pub/articles/cioroianu_tagfiles.html On 8/5/06, Renaud Waldura [EMAIL PROTECTED] wrote: I think the spec says they can be in WEB-INF/lib/library.jar!META-INF or just WEB-INF.