Re: [ANNOUNCEMENT] Tomcat 4.0-beta-7 Released

2001-08-09 Thread Christopher Cain
I dig the zero-based steps in the BUILDING.txt: (0) Download and Install a Java Devlopment Kit (1) Download and Install the Ant Binay Distribution ... LOL. Step zero ... I love it! If I accidentally install the JSK step as Step 1, will I get a InstallationIndexOutOfBounds Exception at the end ;

Re: Quick suggestion before the new beta tag

2001-08-09 Thread Amy Roh
It is verified that Win2K is not subject to the security vulnerability. Amy - Original Message - From: "Craig R. McClanahan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 09, 2001 10:00 PM Subject: Re: Quick suggestion before the new beta tag > > > On Thu, 9 Aug 20

cvs commit: jakarta-tomcat-4.0/webapps/ROOT index.html

2001-08-09 Thread craigmcc
craigmcc01/08/09 22:40:43 Modified:catalina/src/share/org/apache/catalina Globals.java webapps/ROOT index.html Added: .RELEASE-NOTES-4.0-B8.txt Log: Prepare for beta-8 (if there is a need for one). Revision ChangesPath 1.1

Re: Quick suggestion before the new beta tag

2001-08-09 Thread Remy Maucherat
> Remy Maucherat wrote: > > > Oh, ok. > > It doesn't happen with NT/2k, right ? > > Just as a curiosity, try this one on your W2K (I was told it works on NT > as well): > > 1. Open a command prompt. > 2. Run a command, that runs for a little while (e.g. ping -t some host). > 3. Press F7 and EN

Re: Quick suggestion before the new beta tag

2001-08-09 Thread Christopher Cain
Quoting Remy Maucherat <[EMAIL PROTECTED]>: > > I tried that with my server running on my laptop, and I got a 404. So > I think it's ok. Is that NT or Win2K?

Re: Quick suggestion before the new beta tag

2001-08-09 Thread Remy Maucherat
> On Thu, 9 Aug 2001, Remy Maucherat wrote: > > > > Sounds *very* similar to mine (original Win98, Sun JDK 1.3.0_02 although I > > > don't think that matters if it's not even executing the startup script > > > correctly). > > > > > > I've got the usual config.sys entry to increase environment vari

Re: Quick suggestion before the new beta tag

2001-08-09 Thread Christopher Cain
Quoting "Craig R. McClanahan" <[EMAIL PROTECTED]>: > > I haven't tested it myself, but the original reporter said that he > suspected it *would* fail on NT. > > You can try it for yourself on Win2K with the following URL: > > http://localhost:8080/.../ > > If you get a directory listing of th

Re: Quick suggestion before the new beta tag

2001-08-09 Thread Christopher Cain
Quoting "Craig R. McClanahan" <[EMAIL PROTECTED]>: > > Sheesh ... the only thing that catalina.bat puts on your CLASSPATH is > %CATALINA_HOME%\bootstrap.jar and %JAVA_HOME%\lib\tools.jar -- if > Win98 can't even do that without a custom configuration setting, that's > pretty lame. Actually, it wa

Re: Quick suggestion before the new beta tag

2001-08-09 Thread Bojan Smojver
Remy Maucherat wrote: > Oh, ok. > It doesn't happen with NT/2k, right ? Just as a curiosity, try this one on your W2K (I was told it works on NT as well): 1. Open a command prompt. 2. Run a command, that runs for a little while (e.g. ping -t some host). 3. Press F7 and ENTER repeatedly and qui

cvs commit: jakarta-tomcat-4.0 RELEASE-NOTES-4.0-B7.txt

2001-08-09 Thread craigmcc
craigmcc01/08/09 22:01:35 Modified:.RELEASE-NOTES-4.0-B7.txt Log: Update release notes to reflect the current status of testing mod_webapp. Revision ChangesPath 1.3 +53 -10jakarta-tomcat-4.0/RELEASE-NOTES-4.0-B7.txt Index: RELEASE-NOTES-4.0-B7.txt

Re: Quick suggestion before the new beta tag

2001-08-09 Thread Craig R. McClanahan
On Thu, 9 Aug 2001, Remy Maucherat wrote: > > Sounds *very* similar to mine (original Win98, Sun JDK 1.3.0_02 although I > > don't think that matters if it's not even executing the startup script > > correctly). > > > > I've got the usual config.sys entry to increase environment variable > > s

Re: Quick suggestion before the new beta tag

2001-08-09 Thread Remy Maucherat
> Sounds *very* similar to mine (original Win98, Sun JDK 1.3.0_02 although I > don't think that matters if it's not even executing the startup script > correctly). > > I've got the usual config.sys entry to increase environment variable > space: > > shell=c:\command.com c:\ /e:4096 /p > > but

Re: Quick suggestion before the new beta tag

2001-08-09 Thread Craig R. McClanahan
On Thu, 9 Aug 2001, Christopher Cain wrote: > Quoting "Craig R. McClanahan" <[EMAIL PROTECTED]>: > > [snip] > > > I've got the usual config.sys entry to increase environment variable > > space: > > > > shell=c:\command.com c:\ /e:4096 /p > > BINGO! That was it. My config.sys didn't have a

Re: Quick suggestion before the new beta tag

2001-08-09 Thread Christopher Cain
Quoting "Craig R. McClanahan" <[EMAIL PROTECTED]>: [snip] > I've got the usual config.sys entry to increase environment variable > space: > > shell=c:\command.com c:\ /e:4096 /p BINGO! That was it. My config.sys didn't have anything in it at all. Adding that line fixed it. Man ... there's a

Re: Quick suggestion before the new beta tag

2001-08-09 Thread Craig R. McClanahan
Sounds *very* similar to mine (original Win98, Sun JDK 1.3.0_02 although I don't think that matters if it's not even executing the startup script correctly). I've got the usual config.sys entry to increase environment variable space: shell=c:\command.com c:\ /e:4096 /p but Tomcat 4 is *much*

Re: Quick suggestion before the new beta tag

2001-08-09 Thread Christopher Cain
Quoting "Craig R. McClanahan" <[EMAIL PROTECTED]>: > By "the TC4 binary" do you mean the ZIP file or the new executable > (.exe file) that includes an installer? The zip. > The standard startup scripts work fine for me on my Win98 laptop ... > the "Catalina" thing is ignored and Tomcat starts j

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/config BaseJkConfig.java ApacheConfig.java IISConfig.java NSConfig.java

2001-08-09 Thread larryi
larryi 01/08/09 20:57:08 Modified:src/share/org/apache/tomcat/modules/config ApacheConfig.java IISConfig.java NSConfig.java Added: src/share/org/apache/tomcat/modules/config BaseJkConfig.java Log: Some refactoring to make "jk" based auto-config gener

Re: Quick suggestion before the new beta tag

2001-08-09 Thread Craig R. McClanahan
By "the TC4 binary" do you mean the ZIP file or the new executable (.exe file) that includes an installer? The standard startup scripts work fine for me on my Win98 laptop ... the "Catalina" thing is ignored and Tomcat starts just fine in a separate window. Further, I've heard lots of other peop

Re: Vacation

2001-08-09 Thread Christopher Cain
Quoting Remy Maucherat <[EMAIL PROTECTED]>: > Hi, > > I will be on vacation for two weeks starting this week-end. I will be > back on the 26th. Where you headed, boss? Anywhere scandaleous?

cvs commit: jakarta-tomcat-connectors/webapp/java WarpConfigurationHandler.java

2001-08-09 Thread pier
pier01/08/09 19:58:01 Modified:webapp/java WarpConfigurationHandler.java Log: Reflecting bug found by Craig in Catalina sources. Thanks Craig :) Revision ChangesPath 1.13 +2 -2 jakarta-tomcat-connectors/webapp/java/WarpConfigurationHandler.java Index:

cvs commit: jakarta-tomcat/src/doc tomcat-ug.html style.css

2001-08-09 Thread larryi
larryi 01/08/09 19:56:09 Modified:src/doc tomcat-ug.html style.css Log: Added some classloader information Revision ChangesPath 1.9 +99 -1 jakarta-tomcat/src/doc/tomcat-ug.html Index: tomcat-ug.html =

Quick suggestion before the new beta tag

2001-08-09 Thread Christopher Cain
To do my connector testing, I just installed the TC4 binary on a Win98 machine (don't laugh :-) Anyway, not being very DOS/Win knowledgable, it took me a few minutes to figure out a slight problem with the Windoze startup logic that was causing it to simply spit out "bad command or filename".

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

2001-08-09 Thread craigmcc
craigmcc01/08/09 17:58:53 Modified:catalina/src/share/org/apache/catalina/connector/warp WarpConfigurationHandler.java Log: Fix an ArrayIndexOutOfBoundsException when processing security constraints. Revision ChangesPath 1.4 +2 -2 ja

Re: Patching GTest

2001-08-09 Thread Pier P. Fumagalli
Christopher Cain at [EMAIL PROTECTED] wrote: > "Pier P. Fumagalli" wrote: >> >> [pier@bubbles] ... > > Thanks for the visual ;-) On my terminal is all in colors... Pretty nice rainbow blue and pink :) Pier

Re: [VOTE] Tomcat 4.0-beta-7 Release Tonight ?

2001-08-09 Thread Remy Maucherat
> > Just fixed this security vulnerability in 4.0 (3.2.3 isn't vulnerable, at > > least on Win98, but I didn't check 3.3). Therefore, I would propose to do > > a Beta 7 release tonight that picks up this change (and other bugfixes > > since Beta 6). Send an email once the tag is in, so that I ca

cvs commit: jakarta-tomcat-4.0/webapps/ROOT index.html

2001-08-09 Thread craigmcc
craigmcc01/08/09 17:09:11 Modified:catalina/src/share/org/apache/catalina Globals.java webapps/ROOT index.html Log: Update version numbers for beta-7 release. Revision ChangesPath 1.33 +5 -5 jakarta-tomcat-4.0/catalina/src/share/org/apache/catal

cvs commit: jakarta-tomcat-4.0 RELEASE-NOTES-4.0-B7.txt

2001-08-09 Thread craigmcc
craigmcc01/08/09 17:08:19 Modified:.RELEASE-NOTES-4.0-B7.txt Log: Update beta-7 release notes with all current bugfixes. Revision ChangesPath 1.2 +156 -1jakarta-tomcat-4.0/RELEASE-NOTES-4.0-B7.txt Index: RELEASE-NOTES-4.0-B7.txt =

Re: 2 simple catalina questions

2001-08-09 Thread Craig R. McClanahan
On Thu, 9 Aug 2001, Christopher Cain wrote: > > 1. In server.xml, does an embeded listener take the same form as it does > in web.xml: > > > > my.package.class > > > No, it follows the style of the other server.xml declarations instead: * The element name is capitalized. * The "

Re: [VOTE] Tomcat 4.0-beta-7 Release Tonight ?

2001-08-09 Thread Remy Maucherat
> Just fixed this security vulnerability in 4.0 (3.2.3 isn't vulnerable, at > least on Win98, but I didn't check 3.3). Therefore, I would propose to do > a Beta 7 release tonight that picks up this change (and other bugfixes > since Beta 6). +1. Remy

Re: Patching GTest

2001-08-09 Thread Christopher Cain
"Pier P. Fumagalli" wrote: > > [pier@bubbles] ... Thanks for the visual ;-)

2 simple catalina questions

2001-08-09 Thread Christopher Cain
1. In server.xml, does an embeded listener take the same form as it does in web.xml: my.package.class 2. In the above example, should the custom jar containing "my.package.class" simply be placed into the {TC_HOME}\server\lib directory, or do I need to get it to the startup classloa

Re: mod_webapp.so

2001-08-09 Thread Pier P. Fumagalli
aleksandre tartchinski at [EMAIL PROTECTED] wrote: > Hello I have Debian unstable 2.4.7 > Tomcat 4.0b6 > Apache 2.0.16 > I have followed the instraction on how to integrate apache + tomcat, > i have build mod_webapp.so with no errors. > i have added this lines to the httpd.conf > > LoadModule we

mod_webapp.so

2001-08-09 Thread aleksandre tartchinski
Hello I have Debian unstable 2.4.7 Tomcat 4.0b6 Apache 2.0.16 I have followed the instraction on how to integrate apache + tomcat, i have build mod_webapp.so with no errors. i have added this lines to the httpd.conf LoadModule webapp_module /usr/local/apache/libexec/mod_webapp.so AddModule mod_we

[PATCH] TC 3.2.3 Bug #1141

2001-08-09 Thread Jeff Kilbride
I've wrapped the cookie creation in a try/catch to avoid having the Exception kill the request. I also added some logging in the catch to log the original cookie header string. Maybe I'll be able to find out what's going on... This is patched against the 3.2.3 final source. Thanks, --jeff ---

Re: [VOTE] Tomcat 4.0-beta-7 Release Tonight ?

2001-08-09 Thread Amy Roh
+1 Amy - Original Message - From: "Craig R. McClanahan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 09, 2001 12:49 PM Subject: [VOTE] Tomcat 4.0-beta-7 Release Tonight ? > Just fixed this security vulnerability in 4.0 (3.2.3 isn't vulnerable, at > least on Win98,

Re: [VOTE] Tomcat 4.0-beta-7 Release Tonight ?

2001-08-09 Thread Pier P. Fumagalli
Pier P. Fumagalli at [EMAIL PROTECTED] wrote: > Craig R. McClanahan at [EMAIL PROTECTED] wrote: > >> >> >> On Thu, 9 Aug 2001, Pier P. Fumagalli wrote: >> >>> Craig R. McClanahan at [EMAIL PROTECTED] wrote: >>> Just fixed this security vulnerability in 4.0 (3.2.3 isn't vulnerable, at >>

Re: [VOTE] Tomcat 4.0-beta-7 Release Tonight ?

2001-08-09 Thread Pier P. Fumagalli
Craig R. McClanahan at [EMAIL PROTECTED] wrote: > > > On Thu, 9 Aug 2001, Pier P. Fumagalli wrote: > >> Craig R. McClanahan at [EMAIL PROTECTED] wrote: >> >>> Just fixed this security vulnerability in 4.0 (3.2.3 isn't vulnerable, at >>> least on Win98, but I didn't check 3.3). Therefore, I w

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector/warp Constants.java WarpConfigurationHandler.java WarpConnector.java WarpPacket.java WarpRequest.java WarpRequestHandler.java WarpResponse.java

2001-08-09 Thread pier
pier01/08/09 13:08:59 Modified:catalina/src/share/org/apache/catalina/connector/warp Constants.java WarpConfigurationHandler.java WarpConnector.java WarpPacket.java WarpRequest.java WarpRequestHandler.java WarpR

cvs commit: jakarta-tomcat-connectors/webapp/apache-1.3 Makefile.in

2001-08-09 Thread pier
pier01/08/09 13:06:49 Modified:webapp/apache-1.3 Makefile.in Log: Avoid duplicate definitions when compiling mod_webapp (the ones derived from APXS and the ones derived from APRVARS) Revision ChangesPath 1.9 +6 -5 jakarta-tomcat-connectors/webapp/apache-

cvs commit: jakarta-tomcat-connectors/webapp/apache-1.3 mod_webapp.c

2001-08-09 Thread pier
pier01/08/09 13:05:36 Modified:webapp/apache-1.3 mod_webapp.c Log: Provide some more informations if mod_webapp was compiled with the DEBUG flag set. Revision ChangesPath 1.23 +9 -1 jakarta-tomcat-connectors/webapp/apache-1.3/mod_webapp.c Index: mod_

cvs commit: jakarta-tomcat-connectors/webapp/lib pr_warp_config.c

2001-08-09 Thread pier
pier01/08/09 13:04:31 Modified:webapp/lib pr_warp_config.c Log: Retrieve web applications mapping over WARP. Revision ChangesPath 1.6 +30 -1 jakarta-tomcat-connectors/webapp/lib/pr_warp_config.c Index: pr_warp_config.c ===

cvs commit: jakarta-tomcat-connectors/webapp/lib pr_warp.c

2001-08-09 Thread pier
pier01/08/09 13:03:43 Modified:webapp/lib pr_warp.c Log: The HTTP version doesn't need to be passed over WARP. Revision ChangesPath 1.13 +2 -4 jakarta-tomcat-connectors/webapp/lib/pr_warp.c Index: pr_warp.c ===

cvs commit: jakarta-tomcat-connectors/webapp/java Constants.java.in WarpResponse.java

2001-08-09 Thread pier
pier01/08/09 13:02:15 Modified:webapp/java Constants.java.in WarpResponse.java Log: The HTTP protocol version doesn't need to be transfered over WARP. Revision ChangesPath 1.11 +3 -0 jakarta-tomcat-connectors/webapp/java/Constants.java.in Index: Consta

cvs commit: jakarta-tomcat-connectors/webapp/java WarpConfigurationHandler.java

2001-08-09 Thread pier
pier01/08/09 12:57:31 Modified:webapp/java WarpConfigurationHandler.java Log: Forgot to break. Revision ChangesPath 1.12 +1 -0 jakarta-tomcat-connectors/webapp/java/WarpConfigurationHandler.java Index: WarpConfigurationHandler.java =

Re: [VOTE] Tomcat 4.0-beta-7 Release Tonight ?

2001-08-09 Thread Craig R. McClanahan
On Thu, 9 Aug 2001, Pier P. Fumagalli wrote: > Craig R. McClanahan at [EMAIL PROTECTED] wrote: > > > Just fixed this security vulnerability in 4.0 (3.2.3 isn't vulnerable, at > > least on Win98, but I didn't check 3.3). Therefore, I would propose to do > > a Beta 7 release tonight that picks

Re: [VOTE] Tomcat 4.0-beta-7 Release Tonight ?

2001-08-09 Thread Pier P. Fumagalli
Craig R. McClanahan at [EMAIL PROTECTED] wrote: > Just fixed this security vulnerability in 4.0 (3.2.3 isn't vulnerable, at > least on Win98, but I didn't check 3.3). Therefore, I would propose to do > a Beta 7 release tonight that picks up this change (and other bugfixes > since Beta 6). I'm c

[VOTE] Tomcat 4.0-beta-7 Release Tonight ?

2001-08-09 Thread Craig R. McClanahan
Just fixed this security vulnerability in 4.0 (3.2.3 isn't vulnerable, at least on Win98, but I didn't check 3.3). Therefore, I would propose to do a Beta 7 release tonight that picks up this change (and other bugfixes since Beta 6). Thanks to [EMAIL PROTECTED] for the report. Craig McClanahan

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

2001-08-09 Thread craigmcc
craigmcc01/08/09 12:43:00 Modified:catalina/src/share/org/apache/catalina/connector/http HttpProcessor.java Log: Make request URIs the contain "/..." (or any longer series of periods) invalid. On some (all?) Windows platforms, this causes the OS to walk th

Re: Addition of 'dirty' field to Session interface

2001-08-09 Thread Craig R. McClanahan
On Thu, 9 Aug 2001, Kief Morris wrote: > Craig R. McClanahan typed the following on 12:57 PM 8/8/2001 -0700 > >> Another possibility would be to flag the session is dirty when getAttribute() > >> is called - it would result in unnecessary saves since it assumes the > >attribute > >> was modifi

Re: [PROPOSAL] Deprecation of committers...

2001-08-09 Thread Pier P. Fumagalli
Kief Morris at [EMAIL PROTECTED] wrote: > Pier P. Fumagalli typed the following on 10:59 PM 8/8/2001 +0100 >> There are others that, from time to time, pop around on this mailing list, >> but I never saw one commit coming from them (although I have only a 6-months >> old archive, I would repropos

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

2001-08-09 Thread larryi
larryi 01/08/09 12:18:38 Modified:src/doc tomcat-ug.html Log: Cleaned up some syntax. Started changing some " to " and couldn't stop myself. :) Started changing "Tomcat" to "Tomcat 3.3" in some places. There are enough differences from older Tomcat's that the version co

Re: Addition of 'dirty' field to Session interface

2001-08-09 Thread Kief Morris
Craig R. McClanahan typed the following on 12:57 PM 8/8/2001 -0700 >> Another possibility would be to flag the session is dirty when getAttribute() >> is called - it would result in unnecessary saves since it assumes the >attribute >> was modified even when it wasn't, but it would be safer. > >So

Re: [PROPOSAL] Deprecation of committers...

2001-08-09 Thread Kief Morris
Pier P. Fumagalli typed the following on 10:59 PM 8/8/2001 +0100 >There are others that, from time to time, pop around on this mailing list, >but I never saw one commit coming from them (although I have only a 6-months >old archive, I would repropose this further on in the future, when some of >th

Re: Web server integration / NameTrans stage

2001-08-09 Thread Bill Barker
You probably want to start with org.apache.tomcat.modules.config.NSConfig (it's 3.3 name, I don't know where it lives in 4.0), and see what needs to be changed to go from NS->iPlanet. - Original Message - From: "Colin Wilson-Salt" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday,

Re: cvs commit: jakarta-watchdog-4.0/src/conf jsp-gtest.xml

2001-08-09 Thread Pier P. Fumagalli
Craig R. McClanahan at [EMAIL PROTECTED] wrote: > FYI, I have modified the Watchdog 4.0 management scripts to deal with the > fact that we fixed Tomcat to return HTTP/1.1 (per RFC 2616, Section 3.1). > The JSP tests really care about the *content* of the response anyway, so > the check for protoc

cvs commit: jakarta-watchdog-4.0/src/conf jsp-gtest.xml (fwd)

2001-08-09 Thread Craig R. McClanahan
FYI, I have modified the Watchdog 4.0 management scripts to deal with the fact that we fixed Tomcat to return HTTP/1.1 (per RFC 2616, Section 3.1). The JSP tests really care about the *content* of the response anyway, so the check for protocol was unnecessary. Craig -- Forwarded message

RE: Web server integration / NameTrans stage

2001-08-09 Thread cmanolache
On Thu, 9 Aug 2001, Colin Wilson-Salt wrote: > iPlanet is not nice to configure, it's not very forgiving (a single space in > the wrong place can prevent it starting with no sensible error message), and > its configuration files are typically owned by root - I want to let the > webapp coders depl

Re: Web server integration / NameTrans stage

2001-08-09 Thread Pier P. Fumagalli
Colin Wilson-Salt at [EMAIL PROTECTED] wrote: > But... you still need to edit the web server configuration file to deploy a > web app. If the file that describes how the two pieces integrate is owned by > the tomcat user, then the Java guys can look after that and the only thing > that they need

cvs commit: jakarta-tomcat-service/winnt/service instsvc.plg

2001-08-09 Thread jfclere
jfclere 01/08/09 10:28:06 Removed: winnt/executables/vdmoniadm vdmoniadm.plg winnt/executables/vdmonisvc vdmonisvc.plg winnt/service instsvc.plg Log: These were temporary files...

RE: cvs commit: jakarta-tomcat-service/winnt/supcalls_nt vdenv.c

2001-08-09 Thread Kevin Seguin
it sounds like cygwin is required for this to run. is this true? is it only because jsvc depends on it? thanks! > > It creates the registry values needed for the environment > to start jsvc.exe > JAKARTA_HOME > CYGWIN (You have to set it to your cygwin directory home). >

RE: Web server integration / NameTrans stage

2001-08-09 Thread Colin Wilson-Salt
But... you still need to edit the web server configuration file to deploy a web app. If the file that describes how the two pieces integrate is owned by the tomcat user, then the Java guys can look after that and the only thing that they need to do with iPlanet is use its admin tool to restart it.

cvs commit: jakarta-tomcat-service/winnt/service instmain.cpp

2001-08-09 Thread jfclere
jfclere 01/08/09 10:14:51 Modified:winnt/executables/vdmoniadm vdmoniadm.rc winnt/executables/vdmonisvc vdmonisvc.rc winnt/service instmain.cpp Log: Arrange some of the copyrights... Revision ChangesPath 1.2 +1 -1 jakarta-tomcat-s

Re: Web server integration / NameTrans stage

2001-08-09 Thread Mike Anderson
The only way (that I'm aware) to do what you are suggesting is to implement a PathCheck or a Service method in the Default object block. It has been a while since I worked with these, but as I recall, every request is handed off to these functions to determine if it should be handled by a part

cvs commit: jakarta-tomcat-service/winnt/executables/vdmoniadm icon1.ico

2001-08-09 Thread jfclere
jfclere 01/08/09 09:20:18 Added: winnt/executables/vdmoniadm icon1.ico Log: That is a small icon - A binary file, the rest follows soon - Revision ChangesPath 1.1 jakarta-tomcat-service/winnt/executables/vdmoniadm/icon1.ico <>

cvs commit: jakarta-tomcat-service/winnt/executables/vdmonisvc - New directory

2001-08-09 Thread jfclere
jfclere 01/08/09 09:15:07 jakarta-tomcat-service/winnt/executables/vdmonisvc - New directory

cvs commit: jakarta-tomcat-service/winnt/executables/vdmoniadm - New directory

2001-08-09 Thread jfclere
jfclere 01/08/09 09:15:07 jakarta-tomcat-service/winnt/executables/vdmoniadm - New directory

Re: cvs commit: jakarta-tomcat-service/winnt - New directory

2001-08-09 Thread Pier P. Fumagalli
[EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: > jfclere 01/08/09 09:06:56 > > jakarta-tomcat-service/winnt - New directory Jean-Frederic... I'm going to move stuff around next week :) So, when you get back from vacation, be sure to make a brand new checkout :) :) :) Pier

Re: Web server integration / NameTrans stage

2001-08-09 Thread Pier P. Fumagalli
Colin Wilson-Salt at [EMAIL PROTECTED] wrote: > I've been looking at the existing web server integration stuff (both mod_jk > and mod_webapp), and it seems to me that there is one significant piece > missing - a NameTrans directive that takes its configuration from a separate > file. > > I know

cvs commit: jakarta-tomcat-service/winnt/signals - New directory

2001-08-09 Thread jfclere
jfclere 01/08/09 09:09:22 jakarta-tomcat-service/winnt/signals - New directory

cvs commit: jakarta-tomcat-service/winnt/moni_nt - New directory

2001-08-09 Thread jfclere
jfclere 01/08/09 09:09:22 jakarta-tomcat-service/winnt/moni_nt - New directory

cvs commit: jakarta-tomcat-service/winnt/service - New directory

2001-08-09 Thread jfclere
jfclere 01/08/09 09:09:22 jakarta-tomcat-service/winnt/service - New directory

cvs commit: jakarta-tomcat-service/winnt/supcalls_nt - New directory

2001-08-09 Thread jfclere
jfclere 01/08/09 09:09:22 jakarta-tomcat-service/winnt/supcalls_nt - New directory

cvs commit: jakarta-tomcat-service/winnt/moni - New directory

2001-08-09 Thread jfclere
jfclere 01/08/09 09:09:22 jakarta-tomcat-service/winnt/moni - New directory

cvs commit: jakarta-tomcat-service/winnt/executables - New directory

2001-08-09 Thread jfclere
jfclere 01/08/09 09:09:22 jakarta-tomcat-service/winnt/executables - New directory

cvs commit: jakarta-tomcat-service/winnt/lib - New directory

2001-08-09 Thread jfclere
jfclere 01/08/09 09:09:22 jakarta-tomcat-service/winnt/lib - New directory

cvs commit: jakarta-tomcat-service/winnt/bin - New directory

2001-08-09 Thread jfclere
jfclere 01/08/09 09:09:22 jakarta-tomcat-service/winnt/bin - New directory

cvs commit: jakarta-tomcat-service/winnt - New directory

2001-08-09 Thread jfclere
jfclere 01/08/09 09:06:56 jakarta-tomcat-service/winnt - New directory

Re: Is anyone working on iPlanet integration?

2001-08-09 Thread cmanolache
Well, a double apology - first, I ( once again ) got into a flame, it seems the only cure is to unsubscribe from this list. Second, I missed ( at least ) Kevin Seguin, Larry Isaacs and probably few others. It's quite a large group, AFAIK it's the tomcat component with the most people contributio

Re: Web server integration / NameTrans stage

2001-08-09 Thread cmanolache
Hi Colin, This idea is ( surprise ) already implemented, as part of the IIS connector. It isn't a config file, but a properties file ( much easier to parse and work with ). We already discussed few times about adding this configuration "style" to the other containers ( apache, nes ) - so your wo

Re: Multiple requests get generated for a single request

2001-08-09 Thread ken . horn
Are you using IE ? It sometimes has a tendency to request multiple times, with slightly different headers each time. I've never tracked down exactly what triggers this. You can sometimes also get it if you have multiple submit fields on a form, some with Javascript, and then you hit ...

tomcat4, webdav, and IIS

2001-08-09 Thread Michael Smith
Hi all, I'm trying to set up tomcat4.0 (cvs, few days old), talking through mod_jk (java bits compiled today from cvs, native bits the most recent compiled version I could find - I don't have a copy of devstudio here) to IIS (5.0, on win2k), using isapi_redirect.dll . That bit works fine. Then I

Re: Can't get mod_webapp.c to compile

2001-08-09 Thread Pier P. Fumagalli
Well, it's clear that the baby is not finding all apache 1.3 headers... Did you follow what's described in the README.txt file? Can you send me your apache-1.3/Makefile file? Pier Paul Smyth at [EMAIL PROTECTED] wrote: > > If there is something really obvious I'm missing please let me know

RE: [PROPOSAL] Deprecation of committers...

2001-08-09 Thread Paulo Gaspar
LOL Finally someone with a decent sense of humor on this list! (And I don't mind even when I am the target.) Have fun, Paulo > -Original Message- > From: Christopher Cain [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 09, 2001 7:37 AM > > Kanan: > > You'll have to forgive Pier, h

Web server integration / NameTrans stage

2001-08-09 Thread Colin Wilson-Salt
I've been looking at the existing web server integration stuff (both mod_jk and mod_webapp), and it seems to me that there is one significant piece missing - a NameTrans directive that takes its configuration from a separate file. I know I'm talking iPlanet here - but that's where my experience i

Can't get mod_webapp.c to compile

2001-08-09 Thread Paul Smyth
If there is something really obvious I'm missing please let me know. I just can't get mod_webapp.c to compile. Please help!! make results below. Regards Paul Smyth. [EMAIL PROTECTED] Make results: Compiling Apache 1.3 WebApp module mod_webapp.c:77: parse error before `webapp_module' mod_webapp