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

2001-07-22 Thread remm
remm01/07/22 23:40:47 Modified:catalina/src/share/org/apache/naming/resources FileDirContext.java Log: - Fix another rare case were unwanted file locking could occur. Revision ChangesPath 1.6 +8 -6 jakarta-tomcat-4.0/catalina/src/s

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/servlets WebdavServlet.java

2001-07-22 Thread remm
remm01/07/22 23:27:40 Modified:catalina/src/share/org/apache/catalina/servlets WebdavServlet.java Log: - Decode destination header (was previously handled by normalize). Revision ChangesPath 1.21 +7 -5 jakarta-tomcat-4.0/catalina/sr

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

2001-07-22 Thread remm
remm01/07/22 23:24:08 Modified:catalina/src/share/org/apache/naming/resources FileDirContext.java Log: - Close the input stream after finishing copying. Otherwise, that was causing problems deleting resources which were the source of a COPY. Revi

Re: Problem with mod_jk 1.2.0 (latest CVS snapshot)

2001-07-22 Thread Bojan Smojver
Bojan Smojver wrote: > > GOMEZ Henri wrote: > > > > >Just did a DSO version and couldn't replicate the problem (BTW, I've > > >recompiled/statically linked Apache and mod_jk again since then and the > > >problem was still there). So, maybe it has to do with statically linking > > >Apache after al

Re: Problem with mod_jk 1.2.0 (latest CVS snapshot)

2001-07-22 Thread Bojan Smojver
GOMEZ Henri wrote: > > >Just did a DSO version and couldn't replicate the problem (BTW, I've > >recompiled/statically linked Apache and mod_jk again since then and the > >problem was still there). So, maybe it has to do with statically linking > >Apache after all... > > Strange problem. What's t

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/startup BootstrapService.java

2001-07-22 Thread remm
remm01/07/22 20:14:46 Modified:catalina/src/share/org/apache/catalina/startup BootstrapService.java Log: - Implement Service interface. - The legacy static methods are still there until JavaService is modifieded to use the Service interface instead,

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/startup CatalinaService.java

2001-07-22 Thread remm
remm01/07/22 20:12:45 Modified:catalina/src/share/org/apache/catalina/startup CatalinaService.java Log: - Separate start into load + start. Revision ChangesPath 1.3 +43 -6 jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/st

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

2001-07-22 Thread remm
remm01/07/22 20:12:02 Modified:catalina build.xml Log: - Build the service classes (../service/java), and put org.apache.service.Service and org.apache.service.ServiceController in bootstrap.jar. Revision ChangesPath 1.50 +5 -1 jakarta-tomcat-4.0/ca

Cannot link iPlanet to Tomcat

2001-07-22 Thread Ray Shun
Hi pals, I tried to use the nsapi_redirect.so to link iplanet with Tomcat, but the following error emerge in the iplanet side: Configuration initialization failed: Error running init function load-modules: dlopen of /home0/dweb/jakarta-tomcat-3.2.2/libexec/nsapi_redirector.so failed (ld.so.1: ns

Re: Post B6 modifications...

2001-07-22 Thread Pier P. Fumagalli
Remy Maucherat at [EMAIL PROTECTED] wrote: >> Remy Maucherat at [EMAIL PROTECTED] wrote: >> >>> http://www.alexandriasc.com/software/JavaService/license.html >> >> It's a post-2000 BSD... We don't have to alter the copyright, but we can >> included it without any other legal matter... Probably

Re: Post B6 modifications...

2001-07-22 Thread Remy Maucherat
> Remy Maucherat at [EMAIL PROTECTED] wrote: > > > http://www.alexandriasc.com/software/JavaService/license.html > > It's a post-2000 BSD... We don't have to alter the copyright, but we can > included it without any other legal matter... Probably the best would be to > start modifying their source

cvs commit: jakarta-tomcat-connectors/webapp README.txt

2001-07-22 Thread pier
pier01/07/22 16:11:19 Modified:webapp README.txt Log: Updated documentation thanks to Muminur Rashid Choudhury <[EMAIL PROTECTED]> Revision ChangesPath 1.10 +3 -1 jakarta-tomcat-connectors/webapp/README.txt Index: README.txt ===

Re: Problem with mod_jk 1.2.0 (latest CVS snapshot)

2001-07-22 Thread Bojan Smojver
GOMEZ Henri wrote: > >I still have to distribute this DSO version of Apache and mod_jk to some > >slower machines to see if that makes any difference at all. The machine > >that didn't produce any errors is a 1 GHz Athlon, so timing issues could > >have been resolved by brute force, who knows... >

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector/warp WarpConnector.java

2001-07-22 Thread pier
pier01/07/22 15:49:50 Modified:catalina/src/share/org/apache/catalina/connector/warp WarpConnector.java Log: Updating also the WARP connector to bind to the network in initialize(). Revision ChangesPath 1.14 +20 -22 jakarta-tomcat-4.0

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector/http10 HttpConnector.java

2001-07-22 Thread pier
pier01/07/22 15:36:09 Modified:catalina/src/share/org/apache/catalina/connector/http HttpConnector.java catalina/src/share/org/apache/catalina/connector/http10 HttpConnector.java Log: Moved socket creation in the ini

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/loader WebappClassLoader.java

2001-07-22 Thread remm
remm01/07/22 14:23:17 Modified:catalina/src/share/org/apache/catalina/loader WebappClassLoader.java Log: - Fix for bug #2725 (non JARs files put in /WEB-INF/lib cause constant reloads of a reloadable context). Reported by Jeff Turner . Revisi

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina Connector.java Server.java Service.java

2001-07-22 Thread pier
pier01/07/22 14:02:46 Modified:catalina/src/share/org/apache/catalina Connector.java Server.java Service.java Log: Forgot to update the main interfaces. Revision ChangesPath 1.9 +12 -4 jakarta-tomcat-4.0/catalina/src/share/org/apach

Re: Post B6 modifications...

2001-07-22 Thread Pier P. Fumagalli
Elijah Roberts at [EMAIL PROTECTED] wrote: > > I'd be happy to donate the code, if you want. Just let me know what, if > anything, I need to do. Oh, that's great, I didn't figure out you were on the Mailing List... To give you a little background, I wrote the Service stuff in Tomcat 4.0 to allo

RE: Post B6 modifications...

2001-07-22 Thread Kevin Seguin
> > http://www.alexandriasc.com/software/JavaService/license.html > > It's a post-2000 BSD... We don't have to alter the copyright, > but we can > included it without any other legal matter... Probably the > best would be to > start modifying their sources and update them to our model, > while

Re: Post B6 modifications...

2001-07-22 Thread Pier P. Fumagalli
Pier P. Fumagalli at [EMAIL PROTECTED] wrote: > Pier P. Fumagalli at [EMAIL PROTECTED] wrote: >> Remy Maucherat at [EMAIL PROTECTED] wrote: >> >>> Could you avoid the tabs next time ? Even Craig stopped it in TC 4.0 ;-) >> >> Fuck, I forgot to preprocess the files Doin' it right now :) > >

Re: Post B6 modifications...

2001-07-22 Thread Pier P. Fumagalli
Remy Maucherat at [EMAIL PROTECTED] wrote: > http://www.alexandriasc.com/software/JavaService/license.html It's a post-2000 BSD... We don't have to alter the copyright, but we can included it without any other legal matter... Probably the best would be to start modifying their sources and update

Re: Post B6 modifications...

2001-07-22 Thread Elijah Roberts
On Sunday July 22, 2001 Remy Maucherat wrote: > > > Yes, but BSD != Apache, so I don't think we can cut & paste unless they > > > agree to donate the code ;-) > > > You can try talking to them. I just asked them the permission to > integrate a > > > binary, which they gladly gave me (although the

Re: Post B6 modifications...

2001-07-22 Thread Remy Maucherat
> Remy Maucherat at [EMAIL PROTECTED] wrote: > > > >> Wasn't it BSD? > > > > Yes, but BSD != Apache, so I don't think we can cut & paste unless they > > agree to donate the code ;-) > > You can try talking to them. I just asked them the permission to integrate a > > binary, which they gladly gave

Re: Post B6 modifications...

2001-07-22 Thread Pier P. Fumagalli
Remy Maucherat at [EMAIL PROTECTED] wrote: > >> Wasn't it BSD? > > Yes, but BSD != Apache, so I don't think we can cut & paste unless they > agree to donate the code ;-) > You can try talking to them. I just asked them the permission to integrate a > binary, which they gladly gave me (although th

Re: Post B6 modifications...

2001-07-22 Thread Remy Maucherat
> Remy Maucherat at [EMAIL PROTECTED] wrote: > > > > [...] > > Actually, I think it's ok, esp since you didn't change the Container > > interface (that would have been a lot of trouble). > > Yeah, didn't want to create that many troubles... > > > Could you avoid the tabs next time ? Even Craig sto

Re: Post B6 modifications...

2001-07-22 Thread Pier P. Fumagalli
Pier P. Fumagalli at [EMAIL PROTECTED] wrote: > Remy Maucherat at [EMAIL PROTECTED] wrote: > >> Could you avoid the tabs next time ? Even Craig stopped it in TC 4.0 ;-) > > Fuck, I forgot to preprocess the files Doin' it right now :) I'll run it over all catalina files... :) Pier

Re: Post B6 modifications...

2001-07-22 Thread Pier P. Fumagalli
Remy Maucherat at [EMAIL PROTECTED] wrote: > > [...] > Actually, I think it's ok, esp since you didn't change the Container > interface (that would have been a lot of trouble). Yeah, didn't want to create that many troubles... > Could you avoid the tabs next time ? Even Craig stopped it in TC 4

Re: Post B6 modifications...

2001-07-22 Thread Remy Maucherat
> Pier P. Fumagalli at [EMAIL PROTECTED] wrote: > > > This is the first set of modifications I made to the Catalina code to allow > > port < 1024 binding under Unix. Basically, I added an "initialize()" method > > to Server, Service and Connector, and that gets called appropriately before > > "sta

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/startup Catalina.java

2001-07-22 Thread pier
pier01/07/22 11:38:05 Modified:catalina/src/share/org/apache/catalina Connector.java Server.java Service.java catalina/src/share/org/apache/catalina/connector/http HttpConnector.java LocalStrings.properties

Re: Post B6 modifications...

2001-07-22 Thread Pier P. Fumagalli
Pier P. Fumagalli at [EMAIL PROTECTED] wrote: > This is the first set of modifications I made to the Catalina code to allow > port < 1024 binding under Unix. Basically, I added an "initialize()" method > to Server, Service and Connector, and that gets called appropriately before > "start()". Now,

Re: NT/2000 service donation?

2001-07-22 Thread Pier P. Fumagalli
Joe Flowers at [EMAIL PROTECTED] wrote: > > If the attached "TomcatService" program is "worthy", I would like to > donate it to the Tomcat project. > > What makes this program "interesting" is that it starts and stops Tomcat > using the > %TOMCAT_HOME%\bin\startup.bat and %TOMCAT_HOME%\bin\shut

NT/2000 service donation?

2001-07-22 Thread Joe Flowers
If the attached "TomcatService.exe" program is "worthy", I would like to donate it to the Tomcat project. What makes this program "interesting" is that it starts and stops Tomcat using the %TOMCAT_HOME%\bin\startup.bat and %TOMCAT_HOME%\bin\shutdown.bat files. I have had and have seen a ton of

NT/2000 service donation?

2001-07-22 Thread Joe Flowers
If the attached "TomcatService" program is "worthy", I would like to donate it to the Tomcat project. What makes this program "interesting" is that it starts and stops Tomcat using the %TOMCAT_HOME%\bin\startup.bat and %TOMCAT_HOME%\bin\shutdown.bat files. I have had and have seen a ton of ques

Re: oops, forgot something - RE: ROOT/index.html

2001-07-22 Thread Pier P. Fumagalli
Rob S. at [EMAIL PROTECTED] wrote: > Hmm... is the "non-html email" filter on the list blocking my ability to > attach an HTML file to my email? Bet so... Pier

RE: oops, forgot something - RE: ROOT/index.html

2001-07-22 Thread Rob S.
Hmm... is the "non-html email" filter on the list blocking my ability to attach an HTML file to my email? - r > -Original Message- > From: Rob S. [mailto:[EMAIL PROTECTED]] > Sent: Sunday, July 22, 2001 1:41 AM > To: [EMAIL PROTECTED] > Subject: oops, forgot something - RE: ROOT/index.ht

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/core Constants.java

2001-07-22 Thread marcsaeg
marcsaeg01/07/22 05:18:42 Modified:src/webpages Tag: tomcat_32 index.html src/share/org/apache/tomcat/core Tag: tomcat_32 Constants.java Log: Changed version numbers to 3.2.4-dev. Revision ChangesPath No revision