Re: configtest

2010-11-04 Thread Pid
On 03/11/2010 23:08, Tim Funk wrote: > A possible nice to have is trying to "test" whether a new config will be > OK or not.I have a patch which will allow a new arg for catalina.sh > called "configtest". > > It will try to load the catalina config but log every

Re: configtest

2010-11-04 Thread Peter Rossbach
6:46 PM, Konstantin Kolinko wrote: >> >> Too many unneeded whitespace changes. It is hard to read. Try >> svn diff -x -w >> >> >> In essence, it is >> +} else if (command.equals("configtest")) { >> +daemon.load(ar

Re: configtest

2010-11-04 Thread Tim Funk
-x -w In essence, it is +} else if (command.equals("configtest")) { +daemon.load(args); +if (null==daemon.getServer()) { +System.exit(1); +} +System.exit(0); where load(args) processes co

Re: configtest

2010-11-03 Thread Konstantin Kolinko
2010/11/4 Tim Funk : > A possible nice to have is trying to "test" whether a new config will be OK > or not.I have a patch which will allow a new arg for catalina.sh called > "configtest". > > It will try to load the catalina config but log everything to standard

configtest

2010-11-03 Thread Tim Funk
A possible nice to have is trying to "test" whether a new config will be OK or not.I have a patch which will allow a new arg for catalina.sh called "configtest". It will try to load the catalina config but log everything to standard output. It will try to exit with a non

DO NOT REPLY [Bug 48276] If the tomcat server cannot be resolved, apachectl configtest passes, but apachectl graceful fails

2010-02-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48276 --- Comment #2 from Rainer Jung 2010-02-23 02:53:28 UTC --- Will be part of 1.2.29. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assigne

DO NOT REPLY [Bug 48276] If the tomcat server cannot be resolved, apachectl configtest passes, but apachectl graceful fails

2009-12-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48276 Mladen Turk changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 48276] New: If the tomcat server cannot be resolved, apachectl configtest passes, but apachectl graceful fails

2009-11-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48276 Summary: If the tomcat server cannot be resolved, apachectl configtest passes, but apachectl graceful fails Product: Tomcat Connectors Version: 1.2.28 Platform: PC OS