cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/naming/factory Constants.java ResourceFactory.java

2002-02-23 Thread remm
remm02/02/23 21:09:59 Modified:catalina/src/share/org/apache/naming/factory Constants.java ResourceFactory.java Log: - Use the DBCP factory as the default factory for the java.sql.DataSource type. Revision ChangesPath 1.4 +6 -3 jak

cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.1.txt

2002-02-23 Thread larryi
larryi 02/02/23 19:52:00 Modified:.RELEASE-NOTES-3.3.1.txt Log: Document updates to startup error messages and improvements to AutoWebApp module. Revision ChangesPath 1.39 +10 -3 jakarta-tomcat/RELEASE-NOTES-3.3.1.txt Index: RELEASE-NOTES-3.3.1.t

cvs commit: jakarta-tomcat README

2002-02-23 Thread larryi
larryi 02/02/23 19:50:14 Modified:.README Log: Update to document Ant 1.4 or later is required. Revision ChangesPath 1.19 +8 -12 jakarta-tomcat/README Index: README === RCS file: /

cvs commit: jakarta-tomcat build.xml

2002-02-23 Thread larryi
larryi 02/02/23 19:49:37 Modified:.build.xml Log: Update to eliminate fixcrlf warnings. Ant 1.4 or later is now required. Revision ChangesPath 1.164 +2 -2 jakarta-tomcat/build.xml Index: build.xml

cvs commit: jakarta-tomcat/src/doc serverxml.html

2002-02-23 Thread larryi
larryi 02/02/23 19:47:16 Modified:src/doc serverxml.html Log: Document updates to AutoWebApp. Revision ChangesPath 1.21 +51 -2 jakarta-tomcat/src/doc/serverxml.html Index: serverxml.html ==

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/config AutoWebApp.java

2002-02-23 Thread larryi
larryi 02/02/23 19:46:06 Modified:src/share/org/apache/tomcat/modules/config AutoWebApp.java Log: Make the "special" characters configurable. These are used in deriving the virtual host and path name from the directory name. Fix bug where virtual host character was incorrectl

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/startup EmbededTomcat.java

2002-02-23 Thread larryi
larryi 02/02/23 19:39:58 Modified:src/share/org/apache/tomcat/startup EmbededTomcat.java Log: If using server.xml, verify that some interceptors were added. If not, don't start since modules.xml or server.xml are likely missing. Revision ChangesPath 1.64 +13 -2

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/config ServerXmlReader.java

2002-02-23 Thread larryi
larryi 02/02/23 19:37:49 Modified:src/share/org/apache/tomcat/modules/config ServerXmlReader.java Log: Add warning message if server config file isn't found. Update modules.xml message to similar format. Revision ChangesPath 1.20 +3 -2

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/net PoolTcpEndpoint.java

2002-02-23 Thread larryi
larryi 02/02/23 19:36:15 Modified:src/share/org/apache/tomcat/util/net PoolTcpEndpoint.java Log: Add the port number to JVM_Bind exceptions. Submitted by: Jon Stevens Revision ChangesPath 1.17 +12 -8 jakarta-tomcat/src/share/org/apache/tomcat/util/net/Poo

cvs commit: jakarta-tomcat-connectors/jk/native2 build.xml

2002-02-23 Thread costin
costin 02/02/23 11:02:19 Modified:jk/native2 build.xml Log: Adding apache13 to the mix, better detection, support for RedHat-style package ( apache13 is bundled with redhat, so easier to get things running with minimal effort for users ) Revision ChangesPath 1.15

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache13 mod_jk2.c

2002-02-23 Thread costin
costin 02/02/23 11:01:05 Added: jk/native2/server/apache13 mod_jk2.c Log: Quick and dirty backport of mod_jk.c. Apr is not used, I'll probably remove the and the other 'special' code ( like native logger, etc ) - then try to make it work ( it just compiles right now )

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache13 - New directory

2002-02-23 Thread costin
costin 02/02/23 10:59:34 jakarta-tomcat-connectors/jk/native2/server/apache13 - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: Problems with mod_webapp. Please read!

2002-02-23 Thread Brian Millett
On Fri, 2002-02-22 at 16:18, Erik Lotspeich wrote: > Brian, > > In my previous e-mails I gave more details. My setup is this: > > Linux 2.4, glibc 2.1, JDK 1.3.1, Jakarta-tomcat 4.0.2, Apache 1.3.20, APR > 20011211172103, mod_webapp 4.0.2. > > Does mod_webapp require a more recent version of A

Re: Jk2 config

2002-02-23 Thread costinm
On Sat, 23 Feb 2002, Bill Barker wrote: > > Instead of renaming all config directives with Jk2, I would > > like to just _remove_ them all. If the old directives are > > used in a config, mod_jk1 will do what's expected. > > From what I've read, I'd still like a 'compatibility mode', to allow fo

cvs commit: jakarta-tomcat-4.0/catalina build.xml

2002-02-23 Thread glenn
glenn 02/02/23 07:52:10 Modified:catalina build.xml Log: Make sure build/common/endorsed is created so build doesn't fail Revision ChangesPath 1.107 +1 -0 jakarta-tomcat-4.0/catalina/build.xml Index: build.xml ===

RE: Jk2 config

2002-02-23 Thread Kevin Seguin
> > 1. JkSet NAME VALUE > Will have exactly the same behavior as NAME=VALUE in a > workers.properties file. > All settings that you can do in workers.properties today > could be done by JkSet, in httpd.conf. Or all settings > could be done in workers.properties. > > For example JkLogLevel DEBU

Re: Jk2 config

2002-02-23 Thread Bill Barker
I'm understandably fond of ApacheConfig, but I realize that we can do better. For the rest, see inline. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 22, 2002 11:02 PM Subject: Jk2 config > I'm going to do few more changes to jk2 config (