PATCH: jk_nt_service enhancements - TC3.3

2001-09-01 Thread Dave Oxley
I've made a couple of enhancements to jk_nt_service. Attached is a patch for jk_nt_service.c and the documentation. This change was made against HEAD of jakarta-tomcat. Can someone check it over for possible check in. Dave [EMAIL PROTECTED] _

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/server Http10Interceptor.java

2001-09-01 Thread larryi
larryi 01/09/01 06:03:06 Modified:src/share/org/apache/tomcat/modules/server Http10Interceptor.java Log: Fix NPE where for certain invalid requests the context isn't set. Revision ChangesPath 1.22 +8 -4 jakarta-tomcat/src/share/org/apa

cvs commit: jakarta-tomcat/src/admin/WEB-INF/classes/tadm AntTag.java

2001-09-01 Thread larryi
larryi 01/09/01 07:35:29 Modified:src/admin/WEB-INF/classes/tadm AntTag.java Log: Update to work with tag pooling. Revision ChangesPath 1.4 +2 -0 jakarta-tomcat/src/admin/WEB-INF/classes/tadm/AntTag.java Index: AntTag.java =

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

2001-09-01 Thread larryi
larryi 01/09/01 07:57:46 Modified:src/share/org/apache/tomcat/startup Jspc.java Log: Set debug level to 0 Revision ChangesPath 1.3 +1 -1 jakarta-tomcat/src/share/org/apache/tomcat/startup/Jspc.java Index: Jspc.java =

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

2001-09-01 Thread larryi
larryi 01/09/01 08:00:47 Modified:src/share/org/apache/tomcat/startup StopTomcat.java Log: Update usage information. Allow tomcat.home to be set from a command line argument. Add "help" option that displays the usage information. Revision ChangesPath 1.12

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

2001-09-01 Thread larryi
larryi 01/09/01 08:03:36 Modified:src/share/org/apache/tomcat/startup EmbededTomcat.java Log: Update usage information. Add "help" option that displays the usage information. Revision ChangesPath 1.51 +16 -6 jakarta-tomcat/src/share/org/apache/tomcat/star

cvs commit: jakarta-tomcat/src/shell tomcat.bat

2001-09-01 Thread larryi
larryi 01/09/01 08:28:11 Modified:src/shell tomcat.bat Log: Add quotes around TOMCAT_HOME Revision ChangesPath 1.42 +9 -9 jakarta-tomcat/src/shell/tomcat.bat Index: tomcat.bat === RCS fil

PATCH: Service fix in TC4

2001-09-01 Thread Dave Oxley
Just a tiny patch to get the service area in TC4 compiling. Dave [EMAIL PROTECTED] _ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp service.diff

Re: Bug/Fix for HttpUtils.parseQueryString

2001-09-01 Thread Robert Lucier
Was this information sufficient? I would be happy to make a patch to the latest source, or better explain my rationale for the fix. --- Robert Lucier <[EMAIL PROTECTED]> wrote: > My apologies. That was against the > jarkarta-servletapi-3.2.3 source. The file is > javax.servlet.http.HttpUtils.ja

Can't get apache and Tomcat to work together

2001-09-01 Thread Gero Vermaas
Hi, I posted questions to the "users" mailing list several times, but unfortunately the answers to solve my problem was not there. Therefore i'll try the real guru's in the dev mailing list now. The problem is that I can't get JSP pages to be accessed via Apache. When I request a JSP page I o

[PATCH] Provide a way to locate additional classes/jars outside Tomcat directory structure

2001-09-01 Thread Arun Katkere
Also filed as Bug 3368 (http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3368). Tomcat 3.3 provides two system properties that can be used to add to the jar files automatically added to apps and common ClassLoaders from Tomcat directory structure. There are legitimate reasons why one might want

Re: Can't get apache and Tomcat to work together

2001-09-01 Thread Pier Fumagalli
"Gero Vermaas" <[EMAIL PROTECTED]> wrote: > Hi, > > I posted questions to the "users" mailing list several times, but > unfortunately the answers to solve my problem was not there. Therefore > i'll try the real guru's in the dev mailing list now. That's why I keep stressing that it is important

RE: PATCH: jk_nt_service enhancements - TC3.3

2001-09-01 Thread Ignacio J. Ortega
Hola David: Could you send the patch as a diff -u? Better if you fill a bug report as a request for enhancements, and attaches the patch to it, so we can follow the issue more closely.. Thanks for the feedback and the patch.. Saludos , Ignacio J. Ortega > -Mensaje original- > De: Da

RE: Bug/Fix for HttpUtils.parseQueryString

2001-09-01 Thread Ignacio J. Ortega
Hola Robert: Please follow the guidelines when submitting patches.. Thanks for the feedback.. Saludos , Ignacio J. Ortega > -Mensaje original- > De: Robert Lucier [mailto:[EMAIL PROTECTED]] > Enviado el: sábado 1 de septiembre de 2001 0:36

RE: cvs commit: jakarta-tomcat/src/shell startup.bat shutdown.bat jspc.bat

2001-09-01 Thread Ignacio J. Ortega
Hola Larry: Why the change below? Now startup.bat is not only "point and click" stuff, now is needed to set a %TOMCAT_HOME% to start tomcat.. even with startup.bat.. or to start tomcat from command line, positioned in %TOMCAT_HOME% and use bin\startup, not for our average user, of course ..:)))

cvs commit: jakarta-tomcat/src/shell tomcat.bat

2001-09-01 Thread larryi
larryi 01/09/01 14:02:03 Modified:src/shell tomcat.bat Log: Need to try ".." too when guessing TOMCAT_HOME and TOMCAT_INSTALL. Reported by: Ignacio J. Ortega Revision ChangesPath 1.43 +5 -1 jakarta-tomcat/src/shell/tomcat.bat Index: tomcat.bat ==

RE: PATCH: jk_nt_service enhancements - TC3.3

2001-09-01 Thread Dave Oxley
Hope this is better. By the way the new features are: Allow adding of service dependancies Allow adding of service with different user name Allow adding of service as Automatic startup New functions to start and stop services on remote machines Going to add a Bugzilla entry now... Dave [EMAIL P

[way OT] Swing book?

2001-09-01 Thread Rob S.
Anyone reccomend a Swing book or two for a complete newbie? =) - r

RE: Bug/Fix for HttpUtils.parseQueryString

2001-09-01 Thread Robert Lucier
Thanks for the advice. Attached is the patch against the latest CVS source. --- "Ignacio J. Ortega" <[EMAIL PROTECTED]> wrote: > Hola Robert: > > Please follow the guidelines > when > submitting patches.. > > Thanks for the feedback.. > > Saludos ,

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

2001-09-01 Thread remm
remm01/09/01 18:17:47 Added: catalina/src/share/org/apache/naming/factory BeanFactory.java Log: - Add new resource factory for resource objects conforming to the JavaBean component model. This resource factory is fully generic. - More specifically

Re: [way OT] Swing book?

2001-09-01 Thread Dmitri Colebatch
The JFC swing tutorial by sun is good imho... available online and in print cheers dim On Sat, 1 Sep 2001, Rob S. wrote: > Anyone reccomend a Swing book or two for a complete newbie? =) > > - r > >