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.html

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

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\shutdown.bat

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, the

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 start(). Now,

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.0

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: 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 the

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 license

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 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 :) I'll run it

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, at the

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 allow

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

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 jeff at

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

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-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: 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 sources and

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 the best

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:

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

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

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

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 the