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

2002-04-30 Thread costin
costin 02/04/29 23:41:18 Modified:jk/native2/include jk_uriEnv.h Log: Reorganize the struct, add support for storing vhost and context settings. The mapping is now done in the same way as in tomcat: first vhost and context, then exact, prefix and suffix rules. We use a

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

2002-04-30 Thread costin
costin 02/04/29 23:42:35 Modified:jk/native2/include jk_uriMap.h Log: Changed the struct - now uriMap only has a table with the vhosts and the default vhost - the uriEnv representing each host will have a table of contexts, etc. We use the jk_map object instead of

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

2002-04-30 Thread costin
costin 02/04/29 23:44:57 Modified:jk/native2/common jk_uriEnv.c Log: A bit of reorganization to support the new maping. Note that the 'special' maps are recognized but not curently used in uriMap, we may add them later. Revision ChangesPath 1.13 +133 -55

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

2002-04-30 Thread costin
costin 02/04/29 23:49:21 Modified:jk/native2/common jk_uriMap.c Log: That's the big one for today. Again, the alghoritm is the one from java and from the spec, without any changes. Virtual hosts are mapped corectly, contexts are also mapped corectly. Still not

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

2002-04-30 Thread costin
costin 02/04/29 23:49:45 Modified:jk/native2/common jk_channel_apr_socket.c jk_env.c Log: Other minor fixes. Revision ChangesPath 1.10 +1 -1 jakarta-tomcat-connectors/jk/native2/common/jk_channel_apr_socket.c Index: jk_channel_apr_socket.c

cvs commit: jakarta-tomcat-connectors/jk/conf workers2.properties

2002-04-30 Thread costin
costin 02/04/29 23:50:05 Modified:jk/conf workers2.properties Log: An update config to test the new mapping. Revision ChangesPath 1.9 +41 -17jakarta-tomcat-connectors/jk/conf/workers2.properties Index: workers2.properties

DO NOT REPLY [Bug 8552] - malformed URL upon second redirect

2002-04-30 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=8552. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 8552] - malformed URL upon second redirect

2002-04-30 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=8552. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 8552] - malformed URL upon second redirect

2002-04-30 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=8552. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: logrotate and tomcat 3.3/4.0/4.1

2002-04-30 Thread GOMEZ Henri
On the java side ? I think we should just use commons-logging, and the admin/ or manager/ or some other ( java-based code ) to control the underlying logger ( which should probably default to log4j when somebody has the time to do this ). commons-logging seems a good way to hide log4j or

RE: jakarta-tomcat-connectors documentation/summaries

2002-04-30 Thread GOMEZ Henri
The only limitation is that it support only 255 methods ( unless we use an expansion ), since it has a byte as method code ( to facilitate table-based dispatching ). 255 methods should be suffisant since we could have the generic get/set property method ;) -- To unsubscribe, e-mail:

RE: logrotate and tomcat 3.3/4.0/4.1

2002-04-30 Thread GOMEZ Henri
Whaou. Didn't now about copytruncate option of logrotate. Under Linux there is truncate and ftruncate calls but I wonder how it works regarding OS ? I'll add this to all my tomcat rpm ASAP - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .)

AW: PROPOSAL: mod_jk2 autoconfig

2002-04-30 Thread Hans Schmid
See intermixed -Ursprungliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 29. April 2002 19:17 An: List Tomcat-Dev Betreff: PROPOSAL: mod_jk2 autoconfig Hi, I spent a lot of time on this - and I think this is a very good solution. Please send

Re: PROPOSAL: mod_jk2: Group/Instance

2002-04-30 Thread Bernd Koecke
Hi Costin, some weeks ago I send a patch for mod_jk for an only routing lb_worker. A few days later I sent the docu. Henry Gomez said, that it should be commited. But it I think it isn't in the repository. But its the same with me here, to mutch work for to less time :). Again an example of

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler Generator.java

2002-04-30 Thread remm
remm02/04/30 01:15:58 Modified:jasper2/src/share/org/apache/jasper/compiler Generator.java Log: - Apply patch to fix bug 8290. - The only drawback I can see is that it creates a Vector and a BitSet even if the page does not use tags. It seems acceptable, though. -

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler Generator.java

2002-04-30 Thread remm
remm02/04/30 01:18:07 Modified:jasper2/src/share/org/apache/jasper/compiler Generator.java Log: - Forgot to add Denis in the author list. Revision ChangesPath 1.8 +4 -3 jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler/Generator.java

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

2002-04-30 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-4.0 RELEASE-NOTES-4.1.txt RELEASE-PLAN-4.1.txt

2002-04-30 Thread remm
remm02/04/30 01:41:46 Modified:.RELEASE-PLAN-4.1.txt Added: .RELEASE-NOTES-4.1.txt Log: - Change my mind again and use a common release notes document. - Update status. Revision ChangesPath 1.8 +1 -2

RE: logrotate and tomcat 3.3/4.0/4.1

2002-04-30 Thread GOMEZ Henri
And surprise!!, 3.3 it's suppoussed to have another logrotate inside, broken, but the code is there.. just need that someones have spare cycles to fix it.. I started take a look a log stuff in 3.3.2 and will see how to fix the logrotate support or better add log4j support ? -- To unsubscribe,

RE: Idea for dtomcat4 script/conf in webapp.rpm

2002-04-30 Thread GOMEZ Henri
What do you think of adding a conf variable that allow one to set the location of catalina.out thats independent of $CATALINA_BASE? Something like $CATALINA_LOGDIR? Do you means specific to rpm ? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail:

RE: logrotate and tomcat 3.3/4.0/4.1

2002-04-30 Thread Bojan Smojver
Quoting GOMEZ Henri [EMAIL PROTECTED]: Whaou. Didn't now about copytruncate option of logrotate. It has some downsides too. But it's documented in the manual page, so everyone should know what to expect. Under Linux there is truncate and ftruncate calls but I wonder how it works

Re: [NITPICK] didn't see this one coming...

2002-04-30 Thread jean-frederic clere
Pier Fumagalli wrote: [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: On Mon, 29 Apr 2002, Remy Maucherat wrote: However I do think we should somehow document better what's happening - many people have the strange impression that webapp is going to replace jk. I'd like to find a way to

DO NOT REPLY [Bug 8644] New: - Mysql-Connection (Servlet) Problem (Timeout ?)

2002-04-30 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=8644. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 8645] New: - Microsoft Services for UNIX v2.0 nfs server has a corrupt last modification date

2002-04-30 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=8645. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

[4.1.0] Anyone testing it ?

2002-04-30 Thread Remy Maucherat
Is anyone testing 4.1.0 ? The URL as a reminder: http://jakarta.apache.org/builds/jakarta-tomcat-4.0/test/v4.1.0/ Obviously, I expect people voting to rate the build to have tried it ;-) Of particular interest is testing: - AJP 1.3 support - To see if bug 5735 is fixed with the current Coyote

RE: [4.1.0] Anyone testing it ?

2002-04-30 Thread GOMEZ Henri
Downloaded yesterday, will try it on linux and rpm packaging ASAP - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 -Original

Problem with url session encoding - Tomcat 4.0.4 b2

2002-04-30 Thread Arshad Mahmood
Hi, I am writing an e-commerce application using tomcat and have come across a minor issue with url session encoding. The problem is that if a valid session id is available on the url then tomcat does not use cookies. Here is my scenario :- 1. I have tomcat configured to use cookies for

RE: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/qlog Logger.java

2002-04-30 Thread Ignacio J. Ortega
Thanks!! :), Now we have the flexible logrotate of tc3.3, working.. Saludos , Ignacio J. Ortega -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: PROPOSAL: mod_jk2 autoconfig

2002-04-30 Thread GOMEZ Henri
I think the current solution of generating configs on tomcat startup, or having tomcat send it's config to apache is wrong. when tomcats and httpd servers run on differents machines you need to have a form of link between them, and that's why I proposed autoconf to be added to ajp13 (I don't

RE: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/qlog Logger.java

2002-04-30 Thread GOMEZ Henri
Ok, is there still a need to use commons-log ? - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 -Original Message- From: Ignacio

DO NOT REPLY [Bug 8645] - Microsoft Services for UNIX v2.0 nfs server has a corrupt last modification date

2002-04-30 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=8645. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 8645] - Microsoft Services for UNIX v2.0 nfs server has a corrupt last modification date

2002-04-30 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=8645. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 8644] - Mysql-Connection (Servlet) Problem (Timeout ?)

2002-04-30 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=8644. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 8644] - Mysql-Connection (Servlet) Problem (Timeout ?)

2002-04-30 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=8644. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 8645] - Microsoft Services for UNIX v2.0 nfs server has a corrupt last modification date

2002-04-30 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=8645. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: mod_webapp.so socketpool changes..

2002-04-30 Thread simonkeary
Hi, I'm a bit confused about the problem with the use of the APR atomic types. Is the problem that it is not supported on all platforms? If this is the case then isn't this a problem with the apr code? Even if a given OS doesn't specifically offer atomic types then (as menioned earlier) a

DO NOT REPLY [Bug 8645] - Microsoft Services for UNIX v2.0 nfs server has a corrupt last modification date

2002-04-30 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=8645. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: Idea for dtomcat4 script/conf in webapp.rpm

2002-04-30 Thread Mark R. Diggory
Opse, sorry. Yes, I mean in the Tomcat4 RPM, not the mod_webapp rpm. I did this with my tomcat4.conf file and dtomcat4 and it works for the start option. I'm not sure what one would have to do with the run or embed options of dtomcat4. -Mark GOMEZ Henri wrote: What do you think of adding a

RE: Idea for dtomcat4 script/conf in webapp.rpm

2002-04-30 Thread GOMEZ Henri
Yes, I mean in the Tomcat4 RPM, not the mod_webapp rpm. I did this with my tomcat4.conf file and dtomcat4 and it works for the start option. I'm not sure what one would have to do with the run or embed options of dtomcat4. It's something which should be even added to tomcat4 original

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/servlet JspServlet.java

2002-04-30 Thread glenn
glenn 02/04/30 06:28:24 Modified:jasper2/src/share/org/apache/jasper/servlet JspServlet.java Log: Minor refactoring. Remove commented out and unused code. Move obtaining the classpath from loadIfNecessary to init(), minor performance improvement. Factor out the

Re: Idea for dtomcat4 script/conf in webapp.rpm

2002-04-30 Thread Mark R. Diggory
GOMEZ Henri wrote: Yes, I mean in the Tomcat4 RPM, not the mod_webapp rpm. I did this with my tomcat4.conf file and dtomcat4 and it works for the start option. I'm not sure what one would have to do with the run or embed options of dtomcat4. It's something which should be even added to

Re: [PATCH] possible speed enhancement to JspServlet.java

2002-04-30 Thread Duncan McLean
The numbers I got were for a fairly specific application. The page request I was making did includes of 10 jsp's in total (which would account for the difference in my results and yours I think). I really like the idea of having a server vs development setting. I'll take a look at that

Re: [4.1.0] Anyone testing it ?

2002-04-30 Thread Remy Maucherat
I have 4.1 built from CVS Sunday morning in production for a system who's applications are low volume. But it doesn't use either Coyote or Jasper 2. Ok, how about trying these also ? At least the HTTP/1.1 connector should be solid. BTW, those are the three points I mentioned that I think

Re: [PATCH] possible speed enhancement to JspServlet.java

2002-04-30 Thread Remy Maucherat
The numbers I got were for a fairly specific application. The page request I was making did includes of 10 jsp's in total (which would account for the difference in my results and yours I think). I really like the idea of having a server vs development setting. I'll take a look at that this

Re: [PATCH] Re: [PROPOSAL] Modification of the code generated by Jasper2

2002-04-30 Thread Remy Maucherat
On Mon, 29 Apr 2002, Remy Maucherat wrote: This looks like a good idea to me (Kin-Man is not there this week, so it's not an expert opinion). I would see that kind of change going into Jasper 2, though. Do you think you can prepare a patch against that version ? Remy Thanks! We've

RE: Idea for dtomcat4 script/conf in webapp.rpm

2002-04-30 Thread GOMEZ Henri
BTW, as rpm packager I'm trying to works closely with projects to have such add-ons included directly in original tarball which help developpers fixes problems of rpm users. I'm all for that. Do you know who is currently managing the /usr/bin/dtomcat file in the current tarball? Maybe they can

Re: mod_webapp.so socketpool changes..

2002-04-30 Thread jean-frederic clere
[EMAIL PROTECTED] wrote: Hi, I'm a bit confused about the problem with the use of the APR atomic types. Is the problem that it is not supported on all platforms? No it is not yet supported on all platforms. If this is the case then isn't this a problem with the apr code? Even if a

re: Howto autorun an application when tomcat server startup?

2002-04-30 Thread Michael E. Locasto
Hi, I am not sure how you would go about doing this in Tomcat 4, but in 3.2.x, in the $TOMCAT_HOME/webapps/yourwebapp/WEB-INF/web.xml file, you could write a special XML tag and give the fully qualified classname of your Java class (e.g. com.yourcompany.MyApplication) in those tags. When Tomcat

Re: AW: PROPOSAL: mod_jk2 autoconfig

2002-04-30 Thread costinm
On Tue, 30 Apr 2002, Hans Schmid wrote: I can not see how this works if you have Apache and Tomcat on different machines. This way we do not have a webapp/ directory on that Apache server. It works fine. There are 2 cases: 1. You want Apache to serve static pages. That's the 'normal' case,

Re: PROPOSAL: mod_jk2: Group/Instance

2002-04-30 Thread costinm
On Tue, 30 Apr 2002, Bernd Koecke wrote: some weeks ago I send a patch for mod_jk for an only routing lb_worker. A few days later I sent the docu. Henry Gomez said, that it should be commited. But it I think it isn't in the repository. But its the same with me here, to mutch work for to

RE: PROPOSAL: mod_jk2 autoconfig

2002-04-30 Thread costinm
On Tue, 30 Apr 2002, GOMEZ Henri wrote: I think the current solution of generating configs on tomcat startup, or having tomcat send it's config to apache is wrong. when tomcats and httpd servers run on differents machines you need to have a form of link between them, and that's why I

Re: PROPOSAL: mod_jk2 autoconfig

2002-04-30 Thread costinm
On Tue, 30 Apr 2002, Glenn Nielsen wrote: Both generating an apache config file on startup and my mod_jk change which auto mounts context's make the assumption that the Tomcat webapps directory is available to the web server. This may not be the case for instances of Tomcat on a remote

DO NOT REPLY [Bug 8662] New: - The jsp_precompile in tomcat 4 is not working

2002-04-30 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=8662. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 8662] - The jsp_precompile in tomcat 4 is not working

2002-04-30 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=8662. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: Problem with url session encoding - Tomcat 4.0.4 b2

2002-04-30 Thread Craig R. McClanahan
On Tue, 30 Apr 2002, Arshad Mahmood wrote: Date: Tue, 30 Apr 2002 11:12:48 +0100 From: Arshad Mahmood [EMAIL PROTECTED] Reply-To: Tomcat Developers List [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Subject: Problem with url session encoding - Tomcat 4.0.4 b2 Hi, I am

[TEST] Please ignore...

2002-04-30 Thread Pier Fumagalli
I need to test the antivirus thinghie on a _BIG_ list, and that's a good one... Sorry... Pier -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

AW: AW: PROPOSAL: mod_jk2 autoconfig

2002-04-30 Thread Hans Schmid
-Ursprungliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 30. April 2002 16:39 An: Tomcat Developers List Betreff: Re: AW: PROPOSAL: mod_jk2 autoconfig On Tue, 30 Apr 2002, Hans Schmid wrote: I can not see how this works if you have

Re: Resend: SSL portability and Coyote

2002-04-30 Thread Eric Rescorla
Bill Barker [EMAIL PROTECTED] writes: From: Eric Rescorla [EMAIL PROTECTED] Bill Barker [EMAIL PROTECTED] writes: Also, somebody in o.a.c.tomcat4 needs to fire the ACTION_REQ_SSL_ATTRIBUTE action. That's the Coyote replacement for CertificateValve. Ah. Can you give me the 10,000

DO NOT REPLY [Bug 4930] - java.io.StreamCorruptedException: Type code out of range, is 0 with Apache WebApp module

2002-04-30 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=4930. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-connectors/webapp/support aplocal.m4

2002-04-30 Thread pier
pier02/04/30 09:42:44 Modified:webapp/support aplocal.m4 Log: Stripped little thing that prevented to build ./configure with AutoConf 2.52 and greater. Revision ChangesPath 1.10 +6 -6 jakarta-tomcat-connectors/webapp/support/aplocal.m4 Index:

Re: AW: AW: PROPOSAL: mod_jk2 autoconfig

2002-04-30 Thread costinm
On Tue, 30 Apr 2002, Hans Schmid wrote: For the few bits of static content in our webapps (few logos) we do not really care (yet). They are served by Tomcat. So we do not even have a Tomcat installed on our webservers - so no webapps directories. You don't have to have tomcat installed -

Re: [PATCH] Re: [PROPOSAL] Modification of the code generated by Jasper2

2002-04-30 Thread peter lin
I just ran a quick test using the test pages I used earlier for benchmarking, and the results are very positive. Thanks to Denis for patch. The following data might bring a smile. Here is a link to the previous benchmarks I posted.

Re: [PATCH] Re: [PROPOSAL] Modification of the code generated by Jasper2

2002-04-30 Thread Remy Maucherat
I just ran a quick test using the test pages I used earlier for benchmarking, and the results are very positive. Thanks to Denis for patch. The following data might bring a smile. Here is a link to the previous benchmarks I posted.

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/config WebXml2Jk.java

2002-04-30 Thread costin
costin 02/04/30 10:40:57 Added: jk/java/org/apache/jk/config WebXml2Jk.java Log: Initial code for the web.xml to jk2 converter. The file will work as an ant task, as CLI ( with each ant attribute used as -ATTRIBUTE VALUE ) or as a bean. It will read web.xml files and

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

2002-04-30 Thread costin
costin 02/04/30 10:44:50 Modified:jk/java/org/apache/jk/common Shm.java Log: Use the WRITE_SLOT command. Again, the idea is that the scoreboard is divided in 'slots', each slot has a name ( identifying the 'owner' ). We'll use the scoreboard for configuration ( at

Re: Idea for dtomcat4 script/conf in webapp.rpm

2002-04-30 Thread Mark Diggory
Think I did this right, didn't I? (I diff'ed my changes against tomcat_404_b2 jakarta-tomcat-4.0/catalina/src/bin/catalina.sh) The patchfile is attached: -Mark Mark Diggory wrote: Which Tag is for 4.0.4 ? (tomcat_404_b2_01 or tomcat_404_b2) or do I want to do it against 4.1 (HEAD)

Re: [PATCH] Re: [PROPOSAL] Modification of the code generated by Jasper2

2002-04-30 Thread peter lin
Here is a bit more information on the test pages I have. total tags used: 172 main page: 105 header page: 65 footer page: 2 Actually there the main page includes a few other pages using c:import in JSTL. The total count on the tags used is over 200, but the other files are smaller, using a

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/mbeans ConnectorMBean.java StandardServerMBean.java mbeans-descriptors.xml

2002-04-30 Thread amyroh
amyroh 02/04/30 10:47:26 Modified:catalina/src/share/org/apache/catalina/mbeans StandardServerMBean.java mbeans-descriptors.xml Added: catalina/src/share/org/apache/catalina/mbeans ConnectorMBean.java Log: Add

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/config WebXml2Jk.java

2002-04-30 Thread costin
costin 02/04/30 10:55:27 Modified:jk/java/org/apache/jk/config WebXml2Jk.java Log: Few more lines of code. Revision ChangesPath 1.2 +74 -4 jakarta-tomcat-connectors/jk/java/org/apache/jk/config/WebXml2Jk.java Index: WebXml2Jk.java

DO NOT REPLY [Bug 5853] - Unable to get request parameters in the Error page for form based login

2002-04-30 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=5853. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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

2002-04-30 Thread manveen
manveen 02/04/30 11:10:48 Modified:webapps/admin/WEB-INF/classes/org/apache/webapp/admin ApplicationResources_en.properties ApplicationResources_es.properties webapps/admin/WEB-INF/classes/org/apache/webapp/admin/connector

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/mbeans ConnectorMBean.java mbeans-descriptors.xml

2002-04-30 Thread amyroh
amyroh 02/04/30 11:24:08 Modified:catalina/src/share/org/apache/catalina/mbeans ConnectorMBean.java mbeans-descriptors.xml Log: Add protocolHandlerClassName so the admin can tell AJP connector. Minor package error fix. Revision ChangesPath 1.2

embedded tomcat and JspServlet

2002-04-30 Thread Richard Unger
I've written an Embedded tomcat (4.0.3) that reads in the standard ${catalina.home}/conf/web.xml. Servlets and .war files work fine. However, when I try to fetch a jsp page, the result comes back with several stack traces to the effect of not being able to find the javax.servlet package and

DO NOT REPLY [Bug 5853] - Unable to get request parameters in the Error page for form based login

2002-04-30 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=5853. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 8674] New: - examples fail due to missing util.HTMLFilter class

2002-04-30 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=8674. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 8674] - examples fail due to missing util.HTMLFilter class

2002-04-30 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=8674. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 8674] - examples fail due to missing util.HTMLFilter class

2002-04-30 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=8674. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 8675] New: - Unable to get Request Querystring parameters using getParameter( )

2002-04-30 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=8675. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 8674] - examples fail due to missing util.HTMLFilter class

2002-04-30 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=8674. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 8675] - Unable to get Request Querystring parameters using getParameter( )

2002-04-30 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=8675. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 8675] - Unable to get Request Querystring parameters using getParameter( )

2002-04-30 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=8675. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 5853] - Unable to get request parameters in the Error page for form based login

2002-04-30 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=5853. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: embedded tomcat and JspServlet

2002-04-30 Thread Arvind Srinivasan
Richard Unger wrote: jsp: init Internal Error: File /WEB-INF/web.xml not found. I believe this particular error message is generated (by o.a.j.compiler.TldLocationsCache.processWebDotXml) when initializing the default context (which doesn't have a WEB-INF/web.xml). I don't think this

RE: [4.1.0] Anyone testing it ?

2002-04-30 Thread Kevin Seguin
i've done some minimal testing. i see the following exception a lot, but that's about it: ServerLifecycleListener: processContainerAddChild: MBeanException java.lang.Exception: ManagedBean is not found with NonLoginAuthenticator at

Re: [4.1.0] Anyone testing it ?

2002-04-30 Thread Remy Maucherat
i've done some minimal testing. i see the following exception a lot, but that's about it: The JMX stuff doesn't like you having a custom component defined in your server.xml (you do have one, right ?). So the exception you see indicates the JMX features, including the admin webapp, won't

RE: [4.1.0] Anyone testing it ?

2002-04-30 Thread Kevin Seguin
i've done some minimal testing. i see the following exception a lot, but that's about it: The JMX stuff doesn't like you having a custom component defined in your server.xml (you do have one, right ?). So the exception you see indicates the JMX features, including the admin

Re: [4.1.0] Anyone testing it ?

2002-04-30 Thread Remy Maucherat
what constitutes a custom component? i didn't add anything to server.xml, just uncommented some things and commented out some other things... After checking, that valve should be skipped, so this is a bug. You should disable the JMX listener I mentioned in the meantime if you want to do some

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

2002-04-30 Thread remm
remm02/04/30 13:27:37 Modified:coyote/src/java/org/apache/coyote/tomcat4 CoyoteConnector.java Log: - Only start the endpoint in start, to avoid processing requests using a non fully initialized pipeline. Revision ChangesPath 1.12 +12

Re: [4.1.0] Anyone testing it ?

2002-04-30 Thread Amy Roh
I'll add a MBean for NonLoginAuthenticator. It sholdn't throw exception then. Pls let me know if any other component is missing MBean and throwing exception. I missed that one since it wasn't part of default Catalina start. Amy Kevin Seguin wrote: i've done some minimal testing. i see

DO NOT REPLY [Bug 8024] - Can't include entities in web.xml

2002-04-30 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=8024. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/core StandardContext.java

2002-04-30 Thread remm
remm02/04/30 14:13:37 Modified:catalina/src/share/org/apache/catalina/core StandardContext.java Log: - Prevent reloading when context is not started. Revision ChangesPath 1.105 +9 -4

cvs commit: jakarta-tomcat-4.0/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/connector ConnectorForm.java EditConnectorAction.java SaveConnectorAction.java

2002-04-30 Thread manveen
manveen 02/04/30 14:38:20 Modified:webapps/admin/WEB-INF/classes/org/apache/webapp/admin/connector ConnectorForm.java EditConnectorAction.java SaveConnectorAction.java Log: Integrating with new mBean create operations. Revision

Re: cvs commit:jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/coreStandardContext.java

2002-04-30 Thread Jon Scott Stevens
on 4/30/02 2:13 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: +if (!started) +throw new IllegalStateException +(sm.getString(containerBase.notStarted, logName())); It drives me nuts that you guys don't even follow the Sun coding spec's.

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/mbeans mbeans-descriptors.xml

2002-04-30 Thread amyroh
amyroh 02/04/30 15:14:08 Modified:catalina/src/share/org/apache/catalina/mbeans mbeans-descriptors.xml Log: Add NonLoginAuthenticator MBean to mbeans-descriptors. Revision ChangesPath 1.53 +36 -1

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

2002-04-30 Thread remm
remm02/04/30 15:17:49 Modified:webapps/ROOT index.jsp Log: - Add a link to the Tomcat admin webapp. Revision ChangesPath 1.3 +14 -0 jakarta-tomcat-4.0/webapps/ROOT/index.jsp Index: index.jsp

DO NOT REPLY [Bug 8645] - Microsoft Services for UNIX v2.0 nfs server has a corrupt last modification date

2002-04-30 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=8645. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/mbeans mbeans-descriptors.xml

2002-04-30 Thread amyroh
amyroh 02/04/30 15:46:08 Modified:catalina/src/share/org/apache/catalina/mbeans mbeans-descriptors.xml Log: Fix proxyPort type to int. Revision ChangesPath 1.54 +1 -1

mod_webapp build problem

2002-04-30 Thread GOMEZ Henri
Hi, I'm trying to build a rpm for mod_webapp against apache 1.3.23-mod_ssl and apache 2.0.35 on a redhat 7.2 box apache-2.0 failed : See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages.

RE: [4.1.0] Anyone testing it ?

2002-04-30 Thread GOMEZ Henri
I'm trying to make a rpm for it but I'm stuck with chicken-eggs problems between TC 4.1.0 and JTC (ditto for latest TC 4.0.4 and JTC). To follow rpm policies I should avoid using pre-built binaries (like commons-logging, coyote, http11). And coyote/http11/jk need tomcat 4 to be built !

Re: mod_webapp build problem

2002-04-30 Thread Pier Fumagalli
GOMEZ Henri [EMAIL PROTECTED] wrote: Hi, I'm trying to build a rpm for mod_webapp against apache 1.3.23-mod_ssl and apache 2.0.35 on a redhat 7.2 box apache-2.0 failed : Working on it Henri... I have a whole new kit that I'm going to commit pretty soon, once it's done... Here's a

  1   2   >