[ANN] MinTC 0.6 Alpha It's JSP-alicious

2002-04-18 Thread Christopher K. St. John
Big news for this release: initial JSP support, a sucessful test of MinTC running a simple Apache XML-RPC demo, and confirmation that MinTC will run on a Sharp Zaurus. Watchdog results: 345 TEST(S) PASSED! 3 TEST(S) FAILED!. This should be the last alpha. Check it out at:

cvs commit: jakarta-tomcat-4.0/webapps/admin/host aliases.jsp host.jsp

2002-04-18 Thread manveen
manveen 02/04/17 23:46:46 Modified:webapps/admin/host host.jsp Added: webapps/admin/host aliases.jsp Log: Added aliases jsp that lists all set of aliases for a particular host. Enabled the delete alias operation from host. Revision ChangesPath 1.13 +4 -3

cvs commit: jakarta-tomcat-4.0/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/host AliasesForm.java DeleteAliasAction.java DeleteAliasForm.java DeleteAliasesAction.java

2002-04-18 Thread manveen
manveen 02/04/17 23:51:14 Added: webapps/admin/WEB-INF/classes/org/apache/webapp/admin/host AliasesForm.java DeleteAliasAction.java DeleteAliasForm.java DeleteAliasesAction.java Log: Implemented delete alias action. All the aliases

cvs commit: jakarta-tomcat-4.0/webapps/admin/WEB-INF struts-config.xml

2002-04-18 Thread manveen
manveen 02/04/17 23:55:09 Modified:webapps/admin/WEB-INF struts-config.xml Log: Added form bean definitions, forwards and actions for aliases. Revision ChangesPath 1.44 +38 -0 jakarta-tomcat-4.0/webapps/admin/WEB-INF/struts-config.xml Index:

cvs commit: jakarta-tomcat-4.0/webapps/admin/valve remoteAddrValve.jsp remoteHostValve.jsp requestDumperValve.jsp singleSignOnValve.jsp

2002-04-18 Thread manveen
manveen 02/04/18 00:10:09 Modified:webapps/admin/valve remoteAddrValve.jsp remoteHostValve.jsp requestDumperValve.jsp singleSignOnValve.jsp Log: added closing tags. Revision ChangesPath 1.4 +1 -0

DO NOT REPLY [Bug 8239] New: - Resource temporary unavailable

2002-04-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8239. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

8024 is bugging me

2002-04-18 Thread Attila Szegedi
Guys, the bug 8024 (http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8024) is really bugging me. Excuse me for nudging; I do know this is volunteer work and have respect for all of your time (being a committer myself on several OSS projects), but could you incorporate the patch I provided

cvs commit: jakarta-tomcat-4.0/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/valve ValveUtil.java

2002-04-18 Thread manveen
manveen 02/04/18 00:39:28 Modified:webapps/admin/WEB-INF/classes/org/apache/webapp/admin/valve ValveUtil.java Log: fix for adding valve to service. Revision ChangesPath 1.4 +14 -9

Re: Test build for Tomcat 4.next available

2002-04-18 Thread Remy Maucherat
On Wed, 17 Apr 2002, Remy Maucherat wrote: The build (which can be considered alpha quality) can be downloaded at: http://jakarta.apache.org/builds/jakarta-tomcat-4.0/nightly/test1/ Hi Remy - something is strange in coyote/jk2 - I get: No Context configured to process this request

cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 Http11Processor.java

2002-04-18 Thread remm
remm02/04/18 02:11:44 Modified:http11/src/java/org/apache/coyote/http11 Http11Processor.java Log: - Move the decodedURI field to the adapter. Although this is part of the protocol, it is more a convinience feature used in TC 4.1. Revision

cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat4 CoyoteAdapter.java

2002-04-18 Thread remm
remm02/04/18 02:12:52 Modified:coyote/src/java/org/apache/coyote/tomcat4 CoyoteAdapter.java Log: - Move the decodedURI field to the adapter. Although this is part of the protocol, it is more a convinience feature used in TC 4.1. - Although I didn't test it, this should

RE: Building modapp for Tomcat4.0 and apache1_3.23

2002-04-18 Thread GOMEZ Henri
Back to NetLife Libtool also has history: it supports old versions of OSes and compilers... Exact but libtool is missing on many majors OS like Windows (native not cygwin) and OS/400 (in my case it's a major os). jkant could be an alternative (even if it didn't fix all problems) Damn

Re: Building modapp for Tomcat4.0 and apache1_3.23

2002-04-18 Thread Pier Fumagalli
GOMEZ Henri [EMAIL PROTECTED] wrote: Back to NetLife Libtool also has history: it supports old versions of OSes and compilers... Exact but libtool is missing on many majors OS like Windows (native not cygwin) and OS/400 (in my case it's a major os). jkant could be an alternative

Coyote/jk2 - interaction explanations please

2002-04-18 Thread GOMEZ Henri
Remy and Costin, could you tell us now, what's in coyote and what's in jk/jk2 ? It's hard to follow/track the changes ... - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8

RE: Building modapp for Tomcat4.0 and apache1_3.23

2002-04-18 Thread GOMEZ Henri
JF is working on the same kind of exotics OS I do and even worst our boxes speak EBCDIC ;) Guys, that's _your_ problem. Not mine... I want to solve my problem which is to build like APR and Apache 2.0 do (so that all platforms supported by that build system are supported in the same way by

Re: Coyote/jk2 - interaction explanations please

2002-04-18 Thread Remy Maucherat
Remy and Costin, could you tell us now, what's in coyote and what's in jk/jk2 ? It's hard to follow/track the changes ... In Coyote, there's: - the container adapters (for 3.3, 4.0, 4.0-HEAD) - the external API (request, response, and a couple other things) JK 2 and HTTP/1.1 are protocol

Coyote b8 ?

2002-04-18 Thread Remy Maucherat
If someone can confirm that the incompatibility between 4.0-HEAD and JK 2 is now fixed, I'd like to put out a new Coyote beta release. It also fixes some SSL configuration problems with Tomcat 4.x, and a few cosmetic fixes. Remy -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For

[GUMP] Build Failure - jakarta-tomcat-4.0

2002-04-18 Thread Craig McClanahan
This email is autogenerated from the output from: http://jakarta.apache.org/builds/gump/2002-04-18/jakarta-tomcat-4.0.html Buildfile: build.xml deploy-prepare: deploy-static: deploy:

RE: How can I install Tomcat 4.0 as a plug-in of IIS 5.1?

2002-04-18 Thread Kevin Seguin
at one point there was a tomcat-util.jar that was missing some resource bundles (some LocalStrings.properties files) i can't remember exactly what the error(s) looked like for this, but you might try the latest tomcat 4.0.4 beta 2 release. -kevin. -Original Message- From: Luca

RE: cvs commit: jakarta-tomcat-connectors/jk/native2/server/apach e2 mod_jk.dsp

2002-04-18 Thread Ignacio J. Ortega
De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Enviado el: jueves 18 de abril de 2002 4:34 What you can do is start with jk_service_iis.c ( based on jk_service_apache13 ) - and move the few methods related with request. Mind Reading?? this is done already :) not committed but done,

R: How can I install Tomcat 4.0 as a plug-in of IIS 5.1?

2002-04-18 Thread Luca Ventura
Thanks a lot Kevin :)) Now with tomcat 4.0.4 beta 2 all works fine! Great! Luca P.S: ...is it possible to release a version a Web Server without all the libraries for running? :(( -Messaggio originale- Da: Kevin Seguin [mailto:[EMAIL PROTECTED]] Inviato:

cvs commit: jakarta-tomcat/src/tests/webpages/WEB-INF test-tomcat.xml

2002-04-18 Thread keith
keith 02/04/18 06:58:01 Modified:.README RELEASE-NOTES-3.3.2.txt build.xml src/admin index.html src/build/nightly start_tomcat.sh stop_tomcat.sh src/build/pkg prototype tomcat.spec src/doc readme serverxml.html

RE: cvs commit: jakarta-tomcat/src/tests/webpages/WEB-INF test-tomcat.xml

2002-04-18 Thread Keith Wannamaker
I haven't heard from any 4.0 folks -- any interest in me doing something similar for that tree? Keith | -Original Message- | From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] | Sent: Thursday, April 18, 2002 8:58 AM | To: [EMAIL PROTECTED] | Subject: cvs commit:

Re: Test build for Tomcat 4.next available

2002-04-18 Thread costinm
On Thu, 18 Apr 2002, Remy Maucherat wrote: What is the problem with 4.1 ? The differences with 4.0 should be minimal. If it's a mapping bug, one difference is that the protocol handler has to fill out the decodedURI field of the request. Since it's part of the HTTP and URI specs, I moved it

Re: Test build for Tomcat 4.next available

2002-04-18 Thread Remy Maucherat
On Thu, 18 Apr 2002, Remy Maucherat wrote: What is the problem with 4.1 ? The differences with 4.0 should be minimal. If it's a mapping bug, one difference is that the protocol handler has to fill out the decodedURI field of the request. Since it's part of the HTTP and URI specs, I

Re: Coyote/jk2 - interaction explanations please

2002-04-18 Thread Remy Maucherat
Thanks for that. Coyote + HTTP/1.1 proto handler in coyote cvs Coyote is in jtc/coyote HTTP/1.1 is in jtc/http11 jk2 proto handler in jtc cvs jtc/jk and the package is org.apache.jk.*. Right ? Almost. Remy -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

RE: Coyote/jk2 - interaction explanations please

2002-04-18 Thread costinm
On Thu, 18 Apr 2002, GOMEZ Henri wrote: In Coyote, there's: - the container adapters (for 3.3, 4.0, 4.0-HEAD) - the external API (request, response, and a couple other things) JK 2 and HTTP/1.1 are protocol handlers for Coyote. Thanks for that. Coyote + HTTP/1.1 proto handler in

RE: Coyote/jk2 - interaction explanations please

2002-04-18 Thread GOMEZ Henri
Happy to see how jk and coyote fit well together ;) - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 -Original Message- From:

RE: cvs commit: jakarta-tomcat-connectors/jk/native2/server/apach e2 mod_jk.dsp

2002-04-18 Thread costinm
On Thu, 18 Apr 2002, Ignacio J. Ortega wrote: What you can do is start with jk_service_iis.c ( based on jk_service_apache13 ) - and move the few methods related with request. Mind Reading?? this is done already :) not committed but done, mainly refactoring existing ISAPI code,

RE: Coyote/jk2 - interaction explanations please

2002-04-18 Thread costinm
On Thu, 18 Apr 2002, GOMEZ Henri wrote: Happy to see how jk and coyote fit well together ;) Well, it certainly saved me a lot of time. Plus the joy of breaking Gump. It works amazingly well - I expected some pain in getting the JNI worker for tomcat4.x ( especially 4.1 ) - it turned out all

cvs commit: jakarta-tomcat-connectors/jk/native2/server/isapi iis.h isapi.dsp jk2_isapi_plugin.c jk_service_iis.c

2002-04-18 Thread nacho
nacho 02/04/18 08:03:32 Added: jk/native2/server/isapi iis.h isapi.dsp jk2_isapi_plugin.c jk_service_iis.c Log: * Initial commit for jk2 isapi plugin, mostly broken and doesnt compile. Revision ChangesPath 1.1

Re: Coyote/jk2 - interaction explanations please

2002-04-18 Thread Remy Maucherat
On Thu, 18 Apr 2002, GOMEZ Henri wrote: Happy to see how jk and coyote fit well together ;) Well, it certainly saved me a lot of time. Plus the joy of breaking Gump. It works amazingly well - I expected some pain in getting the JNI worker for tomcat4.x ( especially 4.1 ) - it turned

RE: AUTHORIZATION HEADER MISSING

2002-04-18 Thread Ignacio J. Ortega
De: Robert Priest [mailto:[EMAIL PROTECTED]] Enviado el: jueves 18 de abril de 2002 17:09 It was private but should be public.. :) Thanks Ignacio, That is working! There seems to be an issue when I first set up a webfolder of continously being asked to log in (I was prompted about

RE: AUTHORIZATION HEADER MISSING

2002-04-18 Thread Robert Priest
Trying to build the dll from jakart-tomcat-connectors Using: Windows 2000 SP2 Visual C++ 6.0 Any Ideas about the following error: Deleting intermediate files and output files for project 'isapi - Win32 Debug'. Configuration: isapi - Win32 Debug

RE: AUTHORIZATION HEADER MISSING

2002-04-18 Thread Ignacio J. Ortega
c:\jakarta-tomcat-connectors\jk\native\iis\jk_isapi_plugin.c(6 18) : error C2065: 'SF_NOTIFY_AUTH_COMPLETE' : undeclared identifier You need to download and install the latest Microsoft Platform SDK Saludos , Ignacio J. Ortega -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For

Missing files in Tomcat 4.03

2002-04-18 Thread Alexander Höglind
Hi, Just wanted you to know that it seems like that are some class-files missing in Tomcat 4.03 1. org.apache.catalina.loader.Reloader 2. org.apache.naming.JndiPermission 3. org.apache.catalina.loader.Extension I found this when I was trying to debug Servlets using Visual Café 4.1 and Tomcat

DO NOT REPLY [Bug 8263] New: - url-pattern easyly to circumvent

2002-04-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8263. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/apr TomcatStarter.java

2002-04-18 Thread costin
costin 02/04/18 10:41:51 Added: jk/java/org/apache/jk/apr TomcatStarter.java Log: Moved the starter hack, cleaned it up. Added auto-detection of tomcat to simplify the C code and the config. The only problem is that if you set both TOMCAT_HOME and CATALINA_HOME, the

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/apr AprImpl.java

2002-04-18 Thread costin
costin 02/04/18 10:42:26 Modified:jk/java/org/apache/jk/apr AprImpl.java Log: Removed the startup hack. Added a property to check if apr is loaded. Revision ChangesPath 1.10 +6 -75 jakarta-tomcat-connectors/jk/java/org/apache/jk/apr/AprImpl.java

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common ChannelJni.java ChannelUn.java Shm.java

2002-04-18 Thread costin
costin 02/04/18 10:44:49 Modified:jk/java/org/apache/jk/common ChannelJni.java ChannelUn.java Shm.java Log: Deal with APR not available gracefully ( with a simple message ). If libapr.so and libjkjni.so are not in LD_LIBRARY_PATH, all native

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/server JkMain.java

2002-04-18 Thread costin
costin 02/04/18 10:48:00 Modified:jk/java/org/apache/jk/server JkMain.java Log: Added comments on the format used for properties. Added method to save the properties file ( for now in a separate location ) whenever a property is changed after startup ( by JMX or another

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/server JniMain.java

2002-04-18 Thread costin
costin 02/04/18 10:48:58 Removed: jk/java/org/apache/jk/server JniMain.java Log: Remove the old jni starter. Replaced with a simpler main() . -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/server JkMain.java

2002-04-18 Thread costin
costin 02/04/18 10:57:53 Modified:jk/java/org/apache/jk/core WorkerEnv.java jk/java/org/apache/jk/server JkMain.java Log: Move the start method from WorkerEnv to JkMain, eliminate all the unused code from WorkerEnv. WorkerEnv is just a store for the

cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat4 CoyoteAdapter.java CoyoteConnector.java CoyoteRequest.java LocalStrings.properties

2002-04-18 Thread remm
remm02/04/18 11:12:47 Modified:coyote/src/java/org/apache/coyote/tomcat4 CoyoteAdapter.java CoyoteConnector.java CoyoteRequest.java LocalStrings.properties Log: - Spring cleaning of the message strings used by the Coyote adapter

cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 LocalStrings.properties

2002-04-18 Thread remm
remm02/04/18 11:16:01 Modified:http11/src/java/org/apache/coyote/http11 LocalStrings.properties Log: - Remove unused strings. Revision ChangesPath 1.2 +11 -25

RE: cvs commit: jakarta-tomcat-connectors/jk/native2/server/isapi iis.h isapi.dsp jk2_isapi_plugin.c jk_service_iis.c

2002-04-18 Thread Ignacio J. Ortega
Doh sorry, but the jk2_isapi_plugin.c file is only a copy of mod_jk2.., I'm about to remove it, and commit the correct one.. that does not work at all nor compile, but it's really the work in progress i've mentioned.. Saludos , Ignacio J. Ortega -Mensaje original- De: [EMAIL

Re: Coyote/jk2 - interaction explanations please

2002-04-18 Thread costinm
On Thu, 18 Apr 2002, Remy Maucherat wrote: I don't know any differences in the thread handling between 4.0 and 4.1. What is the problem ? You're right, my mistake. There are 2 problems. The first was that when you call main(), the method will never return. In 3.x main() starts some

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/apr TomcatStarter.java

2002-04-18 Thread costin
costin 02/04/18 12:07:49 Modified:jk/java/org/apache/jk/apr TomcatStarter.java Log: Redirect stdout for JNI mode. Err goes to error.log, but out is lost. Revision ChangesPath 1.2 +5 -0

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common ChannelSocket.java ChannelUn.java

2002-04-18 Thread costin
costin 02/04/18 12:12:36 Modified:jk/java/org/apache/jk/common ChannelSocket.java ChannelUn.java Log: Allow a 'range' of ports to be used. This allows multiple tomcats to be started on the same machine with the same configuration - and get

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/server JkMain.java

2002-04-18 Thread costin
costin 02/04/18 12:13:02 Modified:jk/java/org/apache/jk/core WorkerEnv.java jk/java/org/apache/jk/server JkMain.java Log: Add the localId. Revision ChangesPath 1.7 +9 -0 jakarta-tomcat-connectors/jk/java/org/apache/jk/core/WorkerEnv.java

Re: Coyote/jk2 - interaction explanations please

2002-04-18 Thread Remy Maucherat
On Thu, 18 Apr 2002, Remy Maucherat wrote: I don't know any differences in the thread handling between 4.0 and 4.1. What is the problem ? You're right, my mistake. There are 2 problems. The first was that when you call main(), the method will never return. In 3.x main() starts some

cvs commit: jakarta-tomcat-connectors/jk/conf jk2.manifest

2002-04-18 Thread costin
costin 02/04/18 12:16:45 Modified:jk/conf jk2.manifest Log: Change the manifest so we don't have to setup the classpath. JDK1.2 is required for the manifest to work. Revision ChangesPath 1.4 +2 -2 jakarta-tomcat-connectors/jk/conf/jk2.manifest Index:

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

2002-04-18 Thread costin
costin 02/04/18 12:26:52 Modified:jk build.xml Log: Put the manifest in tomcat-jni.jar Note that tomcat-jni.jar must sit in TOMCAT_HOME/bin ( to keep both 33 and 40 happy and avoid searching for it in lib/container and server/lib ) Revision ChangesPath

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_worker_jni.c

2002-04-18 Thread costin
costin 02/04/18 12:29:08 Modified:jk/native2/common jk_worker_jni.c Log: Change the main class. Revision ChangesPath 1.10 +1 -1 jakarta-tomcat-connectors/jk/native2/common/jk_worker_jni.c Index: jk_worker_jni.c

cvs commit: jakarta-tomcat-connectors/jk/native2/server/isapi jk2_isapi_plugin.c

2002-04-18 Thread nacho
nacho 02/04/18 12:38:50 Removed: jk/native2/server/isapi jk2_isapi_plugin.c Log: Wrong file!! -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-tomcat-connectors/jk/native2/server/isapi jk_isapi_plugin.c

2002-04-18 Thread nacho
nacho 02/04/18 12:46:31 Added: jk/native2/server/isapi jk_isapi_plugin.c Log: * Work in progess.. doesnt compile Revision ChangesPath 1.1 jakarta-tomcat-connectors/jk/native2/server/isapi/jk_isapi_plugin.c Index: jk_isapi_plugin.c

RE: AUTHORIZATION HEADER MISSING

2002-04-18 Thread Robert Priest
Ignacio, Everthing works on my box locally, but I cannot access my site (with authentication) from a remote machine. Neither Webfolders, nor IE, nor WebDrive will work remotely. Any Ideas. Is there any updated iis/tomcat configuration info I should have. Could that be the culprit?

DO NOT REPLY [Bug 8275] New: - ContextConfig.start() attempts to create a $CATALINA_BASE/temp/ directory

2002-04-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8275. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 8217] - Documentation references workers. prefix

2002-04-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8217. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 8275] - ContextConfig.start() attempts to create a $CATALINA_BASE/temp/ directory

2002-04-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8275. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-4.0/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/valve EditValveAction.java SaveSingleSignOnValveAction.java ValveUtil.java

2002-04-18 Thread manveen
manveen 02/04/18 14:39:45 Modified:webapps/admin/WEB-INF/classes/org/apache/webapp/admin/valve EditValveAction.java SaveSingleSignOnValveAction.java ValveUtil.java Log: fix for create valve Revision ChangesPath 1.3

DO NOT REPLY [Bug 8275] - ContextConfig.start() attempts to create a $CATALINA_BASE/temp/ directory

2002-04-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8275. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_shm.c

2002-04-18 Thread costin
costin 02/04/18 15:47:18 Modified:jk/native2/common jk_shm.c Log: Fix few silly errors. Now jk scoreboard is loaded ok from apache side. Revision ChangesPath 1.5 +39 -6 jakarta-tomcat-connectors/jk/native2/common/jk_shm.c Index: jk_shm.c

cvs commit: jakarta-tomcat-connectors/jk/native2/jni jk_jni_aprImpl.c

2002-04-18 Thread costin
costin 02/04/18 15:52:33 Modified:jk/native2/jni jk_jni_aprImpl.c Log: Few fixes. Now the scoreboard works from the java side as well. Started work on the mutexes. Revision ChangesPath 1.12 +128 -3jakarta-tomcat-connectors/jk/native2/jni/jk_jni_aprImpl.c

cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_global.h

2002-04-18 Thread costin
costin 02/04/18 15:55:36 Modified:jk/native2/include jk_global.h Log: Added JK_ERR. Probably a better solution is to just use APR_SUCCESS, etc ( and define them if apr is not used ) Revision ChangesPath 1.7 +2 -1

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

2002-04-18 Thread costin
costin 02/04/18 15:56:13 Modified:jk/native2/server/apache2 mod_jk2.c Log: Call init in child_init, post config is not the right point. Revision ChangesPath 1.11 +27 -22jakarta-tomcat-connectors/jk/native2/server/apache2/mod_jk2.c Index: mod_jk2.c

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common Shm.java

2002-04-18 Thread costin
costin 02/04/18 15:59:20 Modified:jk/java/org/apache/jk/apr AprImpl.java jk/java/org/apache/jk/common Shm.java Log: The java side of the changes. For now it's just a Hello World sent between Apache and tomcat, but it works fine - and that was the hard part.

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/apr TomcatStarter.java

2002-04-18 Thread costin
costin 02/04/18 16:00:04 Modified:jk/java/org/apache/jk/apr TomcatStarter.java Log: Use CatalinaService, thanks Remy :-) Temporarily redirect out/err in some hardcoded paths, need to do real config ( apache detaches from out ). Revision ChangesPath 1.3 +8

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/apr TomcatStarter.java

2002-04-18 Thread costin
costin 02/04/18 16:13:59 Modified:jk/java/org/apache/jk/apr TomcatStarter.java Log: Just redirect out to stderr - that's saved. Revision ChangesPath 1.4 +3 -8 jakarta-tomcat-connectors/jk/java/org/apache/jk/apr/TomcatStarter.java Index:

DO NOT REPLY [Bug 8285] New: - PageContextImpl breaks spec; include() explicitly sets autoflush==true

2002-04-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8285. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: Coyote b8 ?

2002-04-18 Thread costinm
On Thu, 18 Apr 2002, Remy Maucherat wrote: If someone can confirm that the incompatibility between 4.0-HEAD and JK 2 is now fixed, I'd like to put out a new Coyote beta release. It also fixes some SSL configuration problems with Tomcat 4.x, and a few cosmetic fixes. I got jk2/java working

Re: [GUMP] Build Failure - jakarta-tomcat-4.0

2002-04-18 Thread costinm
jkjava: [echo] Logging: /home/rubys/jakarta/jakarta-commons/logging/dist/commons-logging.jar [javac] Compiling 39 source files to /home/rubys/jakarta/jakarta-tomcat-connectors/jk/build/classes [javac]

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

2002-04-18 Thread remm
remm02/04/18 16:30:18 Modified:catalina build.xml Log: - Copy tomcat-jni.jar to 'bin'. - Copy the JK 2 properties to 'conf'. Revision ChangesPath 1.112 +9 -1 jakarta-tomcat-4.0/catalina/build.xml Index: build.xml

Re: Coyote b8 ?

2002-04-18 Thread Remy Maucherat
On Thu, 18 Apr 2002, Remy Maucherat wrote: If someone can confirm that the incompatibility between 4.0-HEAD and JK 2 is now fixed, I'd like to put out a new Coyote beta release. It also fixes some SSL configuration problems with Tomcat 4.x, and a few cosmetic fixes. I got jk2/java

DO NOT REPLY [Bug 8275] - ContextConfig.start() attempts to create a $CATALINA_BASE/temp/ directory

2002-04-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8275. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [GUMP] Build Failure - jakarta-tomcat-4.0

2002-04-18 Thread Sam Ruby
Costin Manolache wrote: O k, that's crazy... All other step found tomcat.util - except this one. Note that this step is after the following line: [jar] Building jar: /home/rubys/jakarta/jakarta-tomcat-connectors/util/build/lib/tomcat-util.jar

DO NOT REPLY [Bug 8275] - ContextConfig.start() attempts to create a $CATALINA_BASE/temp/ directory

2002-04-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8275. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-connectors/jk/native2/server/isapi iis.h jk_isapi_plugin.c jk_service_iis.c

2002-04-18 Thread nacho
nacho 02/04/18 17:20:14 Modified:jk/native2/server/isapi iis.h jk_isapi_plugin.c jk_service_iis.c Log: * Work in progess.. jk_service_iis..c compiles.. i think it's almost done.. Revision ChangesPath 1.2 +145 -6

cvs commit: jakarta-tomcat-connectors/jk/native2/server/isapi jk_iis.h jk_isapi_plugin.c jk_service_iis.c iis.h

2002-04-18 Thread nacho
nacho 02/04/18 17:23:45 Modified:jk/native2/server/isapi jk_isapi_plugin.c jk_service_iis.c Added: jk/native2/server/isapi jk_iis.h Removed: jk/native2/server/isapi iis.h Log: iis.h - jk_iis.h Revision ChangesPath 1.3 +2 -2

[PATCH/COMMENTS] Automatic Application Deployment and Host.liveDeploy

2002-04-18 Thread Daniel Rall
Added missing closing paren. Index: host.xml === RCS file: /home/cvspublic/jakarta-tomcat-4.0/webapps/tomcat-docs/config/host.xml,v retrieving revision 1.12 diff -u -u -r1.12 host.xml --- host.xml20 Mar 2002 12:33:01 -

DO NOT REPLY [Bug 8290] New: - Problem in the code generated by jasper 2

2002-04-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8290. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-connectors/jk/native2/server/isapi jk_service_iis.c

2002-04-18 Thread costin
costin 02/04/18 19:34:38 Modified:jk/native2/server/isapi jk_service_iis.c Log: Update, after merging few dozens cvs conflicts :-) Nacho already did most of the changes - I moved some stuff that is not iis-specific in common and tried to reduce it to the essential.

cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_requtil.h

2002-04-18 Thread costin
costin 02/04/18 19:36:23 Modified:jk/native2/include jk_requtil.h Log: Moved some of the utils that were in iis to common. This will avoid future duplication. And will allow more servers to use more common code. In particular checking for web-inf and meta-inf MUST be

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_requtil.c

2002-04-18 Thread costin
costin 02/04/18 19:36:48 Modified:jk/native2/common jk_requtil.c Log: Moved code from the isapi connector. Common code in common/ dir :-) Revision ChangesPath 1.11 +256 -0jakarta-tomcat-connectors/jk/native2/common/jk_requtil.c Index: jk_requtil.c

MinTC, terrible rudeness, persistence

2002-04-18 Thread Christopher K. St. John
I've been informed by private email that I am terribly rude for making announcements of MinTC releases on the tomcat-dev list, and that I should not make any futher announcements. So that's it then? I've been kicked off tomcat-dev (how does that work on an open source project!?) because I've

cvs commit: jakarta-tomcat-connectors/jk/native2/server/isapi jk_iis.h

2002-04-18 Thread costin
costin 02/04/18 20:14:22 Modified:jk/native2/server/isapi jk_iis.h Log: request_started duplicates ws_service-response_started Same for content_read. The only thing that is specific to iis is the lpEcp - and we can store it directly in ws_private. Revision Changes

cvs commit: jakarta-tomcat-connectors/jk/native2/server/isapi jk_isapi_plugin.c

2002-04-18 Thread costin
costin 02/04/18 20:31:05 Modified:jk/native2/server/isapi jk_isapi_plugin.c Log: Few more changes. I would brake the FilterProc in fewer smaller methods - and maybe move some code into jk_uriMap.c ( if it's general-purpose ) or remove it ( if it's already done in

Re: MinTC, terrible rudeness, persistence

2002-04-18 Thread Craig R. McClanahan
Personally, I don't have any problem with occasional announcements of interesting things related to Tomcat on this list, and MinTC certainly qualifies as interesting in my book! As for the community as a whole, consensus usually forms rapidly when the issue is aired publicly on the mailing list

Pandora's box / can of worms etc.

2002-04-18 Thread Paul Wallace
What is MinTC? Where can I get information on it? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Pandora's box / can of worms etc.

2002-04-18 Thread Christopher K. St. John
Paul Wallace wrote: What is MinTC? Where can I get information on it? So as not to add flames to the fire, I'm replying privately :-) http://www.distributopia.com/ It's sort of a bizarro world Tomcat. It takes the Catalina interfaces (Container,Connector,Valve,all the stuff in the

Re: MinTC, terrible rudeness, persistence

2002-04-18 Thread Bill Barker
Personally, I've rather enjoyed following MinTC's progress (OK, not really following, since I haven't actually looked at the code :). I could see how someone might think it rude to post the announcement on tomcat-user (since many people there are easily confused :), but IMHO MinTC is something

Re: Pandora's box / can of worms etc.

2002-04-18 Thread Christopher K. St. John
Sh*t. That was supposed to be private, I wasn't trying to be cute. Apologies. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: MinTC, terrible rudeness, persistence

2002-04-18 Thread Christopher K. St. John
Craig R. McClanahan wrote: a discussion of whether you'd want to propose contributing MinTC to the standard distribution (so that it could be built from the same source repository, and probably packaged separately) -- either now or when you get a little further along at complete success in