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

2002-04-30 Thread manveen
manveen 02/04/30 23:02:57 Modified:webapps/admin index.jsp Log: * Made the borders of the various frames visible so that the user knows they can be resized. Revision ChangesPath 1.9 +2 -2 jakarta-tomcat-4.0/webapps/admin/index.jsp Index: index.jsp

DO NOT REPLY [Bug 6468] - content-type not set for errors

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

Re: Modification of Jasper2's Generator.java

2002-04-30 Thread Bill Barker
- Original Message - From: "Denis Benoit" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 30, 2002 8:52 PM Subject: Modification of Jasper2's Generator.java > I was reading Remy's comments on the Generator.java patch and I noted two > things: > > 1. It could be possible

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

2002-04-30 Thread costin
costin 02/04/30 21:18:34 Modified:jk/native2/common jk_workerEnv.c Log: Small fix - ajp13/worker.ajp13 ( Nacho - you were right, that was broken ) Revision ChangesPath 1.31 +3 -2 jakarta-tomcat-connectors/jk/native2/common/jk_workerEnv.c Index: jk_workerE

Modification of Jasper2's Generator.java

2002-04-30 Thread Denis Benoit
I was reading Remy's comments on the Generator.java patch and I noted two things: 1. It could be possible to not always create a Vector and a BitSet if we declare them as instance variables instead of local variables. This way we could defer their initialisation in the addTagToVector metho

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

2002-04-30 Thread glenn
glenn 02/04/30 19:40:37 Modified:jasper2/src/share/org/apache/jasper JspEngineContext.java jasper2/src/share/org/apache/jasper/servlet JspServlet.java JspServletWrapper.java Log: Reformat code to more closely match coding conventions Rev

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

2002-04-30 Thread manveen
manveen 02/04/30 19:37:22 Modified:webapps/admin/WEB-INF/classes/org/apache/webapp/admin/connector ConnectorForm.java webapps/admin/connector connectors.jsp Log: Display the list of connectors to be deletd with their port numbers instead of cal

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

2002-04-30 Thread glenn
glenn 02/04/30 18:33:42 Modified:jasper2/src/share/org/apache/jasper/servlet JspServlet.java jasper2 build.xml jasper2/src/share/org/apache/jasper JspEngineContext.java Added: jasper2/src/share/org/apache/jasper/servlet Js

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

2002-04-30 Thread manveen
manveen 02/04/30 17:53:55 Modified:webapps/admin/WEB-INF web.xml Log: do not render "tomcat root" node by default. Revision ChangesPath 1.11 +2 -0 jakarta-tomcat-4.0/webapps/admin/WEB-INF/web.xml Index: web.xml ===

Re: cvs commit: jakarta-tomcat-connectors/webapp/lib Makefile.in

2002-04-30 Thread Pier Fumagalli
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > pier02/04/30 17:37:16 > > Modified:webapp Makedefs.in Makefile.in configure.in > webapp/apache-1.3 Makefile.in > webapp/lib Makefile.in > Log: > Reorganization and clean-up of all the autoconf code, with the

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

2002-04-30 Thread pier
pier02/04/30 17:41:58 Modified:webapp/lib Makefile.in Log: Forgot -I. for the generated pr_warp_defs.h Revision ChangesPath 1.25 +2 -2 jakarta-tomcat-connectors/webapp/lib/Makefile.in Index: Makefile.in ===

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

2002-04-30 Thread amyroh
amyroh 02/04/30 17:38:10 Modified:catalina/src/share/org/apache/catalina/mbeans ConnectorMBean.java MBeanFactory.java Log: Minor fixes to edit serversocketfactory properties. Revision ChangesPath 1.3 +48 -47 jakarta-tomcat-4.0/catalina/

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

2002-04-30 Thread pier
pier02/04/30 17:37:16 Modified:webapp Makedefs.in Makefile.in configure.in webapp/apache-1.3 Makefile.in webapp/lib Makefile.in Log: Reorganization and clean-up of all the autoconf code, with the objective to build Apache 2.0 binaries from APXS/

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

2002-04-30 Thread pier
pier02/04/30 17:31:07 Added: webapp/support wa_util.m4 Log: Various M4 utilities we'll need in configure. Revision ChangesPath 1.1 jakarta-tomcat-connectors/webapp/support/wa_util.m4 Index: wa_util.m4

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

2002-04-30 Thread pier
pier02/04/30 17:25:50 Added: webapp/support wa_apxs.m4 Log: Handle configuration of APXS (both 1.3 and 2.0) Revision ChangesPath 1.1 jakarta-tomcat-connectors/webapp/support/wa_apxs.m4 Index: wa_apxs.m4 ==

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

2002-04-30 Thread pier
pier02/04/30 17:22:29 Added: webapp/support wa_exec.m4 Log: Pretty printing of a command execution. Revision ChangesPath 1.1 jakarta-tomcat-connectors/webapp/support/wa_exec.m4 Index: wa_exec.m4 ==

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

2002-04-30 Thread pier
pier02/04/30 17:19:18 Added: webapp/support wa_apr.m4 Log: Added M4 definitions to handle building APR from sources. Revision ChangesPath 1.1 jakarta-tomcat-connectors/webapp/support/wa_apr.m4 Index: wa_apr.m4 ===

cvs commit: jakarta-tomcat-connectors/webapp/support buildconf.sh

2002-04-30 Thread pier
pier02/04/30 17:09:46 Modified:webapp/support buildconf.sh Log: Start enforcing AutoConf 2.52 since it'll be used in the next revision of configure. Nagoya's nightly build have been already upgraded to the correct revision, if you don't have this version, just get the snapsh

RE: [4.1.0] Anyone testing it ?

2002-04-30 Thread costinm
On Wed, 1 May 2002, GOMEZ Henri wrote: > And coyote/http11/jk need tomcat 4 to be built ! > > I'll have to try some kind of bootstrap action > in my rpm, start compiling TC 4.x with binaries, > then goes to JTC and rebuild it against newly > built TC 4.x, then install these in place of > bundled

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

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 ! I'll

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

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 jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/mbeans/mbe

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 . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

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 ===

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 jakarta-tomcat-4.0/catalina/src/share/or

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. http://ja

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 C

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 jakarta-tomcat-4.0/catalina/src/share/org/apache/c

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 . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

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 t

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

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 ad

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 wor

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 org.apache.catalina.mbeans.MBeanUtils.createMBean(MBean

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 c

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 . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

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 . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

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 . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

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 . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

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 . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

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 . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

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 . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

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 . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

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 . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

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 c

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

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

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 . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

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 =

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 ServerSocketFact

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 in JSTL. The total count on the tags used is over 200, but the other files are >smaller, using a dozen or s

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) > >

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 first

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

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. > > http://www.mail-archive.com/tomcat-user@jakarta.apac

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. http://www.mail-archive.com/tomcat-user@jakarta.apache.org/msg

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 installe

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

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 . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

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

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

[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: For additional commands, e-mail:

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 >

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 . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

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 . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

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 s

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

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

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' cas

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

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

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 > > Th

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 t

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

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 loadIfNecess

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 orig

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 a

RE: [4.1.0] Anyone testing it ?

2002-04-30 Thread Dobridge, Thomas A
Where does bug #5647 stand? I'd be happy to test on my IIS setup if someone would point me to the right isapi dll to use. regards, tomd > -Original Message- > From: Remy Maucherat [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, April 30, 2002 5:50 AM > To: Tomcat Developers List > Subject:

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 . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

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 . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

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 . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

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 . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

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 . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

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 . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

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

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 t

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: For additional commands, e-mail:

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 session

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 Message-

[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 co

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 . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

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 . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

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

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 r

  1   2   >