Re: apps conversion from 3.3.1 to 4.1.12

2002-10-08 Thread Bill Barker
- Original Message - From: "Henri Gomez" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 08, 2002 11:33 PM Subject: apps conversion from 3.3.1 to 4.1.12 > Hi to all, > > While converting some applications from 3.3.1 to 4.1.12 I noticed > some little problems. Wot? 3.

DO NOT REPLY [Bug 13014] - OS/390/USS - Invalid  in servlet mapping

2002-10-08 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_b

Re: cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/commonChannelSocket.java

2002-10-08 Thread Henri Gomez
[EMAIL PROTECTED] wrote: > hgomez 2002/10/08 23:58:31 > > Modified:jk/java/org/apache/jk/common ChannelSocket.java > Log: > tcpnodelay to true by default, but could be turned off by > Only ChannelSocket need to be updated. Ajp14Interceptor allready called tcpnodelay(true), and

Re: apps conversion from 3.3.1 to 4.1.12

2002-10-08 Thread Henri Gomez
Remy Maucherat wrote: > Henri Gomez wrote: > >> Hi to all, >> >> While converting some applications from 3.3.1 to 4.1.12 I noticed >> some little problems. >> >> 1) We used to define our own default servlet, but 4.1.x >>definie its own default in conf/web.xml. >> >>Could we change from or

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

2002-10-08 Thread hgomez
hgomez 2002/10/08 23:58:31 Modified:jk/java/org/apache/jk/common ChannelSocket.java Log: tcpnodelay to true by default, but could be turned off by setting tcpnodelay=false from outside (howto in server.xml ?) Revision ChangesPath 1.23 +3 -3 jakarta-tomcat

DO NOT REPLY [Bug 13014] - OS/390/USS - Invalid  in servlet mapping

2002-10-08 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_b

Re: apps conversion from 3.3.1 to 4.1.12

2002-10-08 Thread Remy Maucherat
Henri Gomez wrote: > Hi to all, > > While converting some applications from 3.3.1 to 4.1.12 I noticed > some little problems. > > 1) We used to define our own default servlet, but 4.1.x >definie its own default in conf/web.xml. > >Could we change from org.apache.catalina.servlets.Defaul

apps conversion from 3.3.1 to 4.1.12

2002-10-08 Thread Henri Gomez
Hi to all, While converting some applications from 3.3.1 to 4.1.12 I noticed some little problems. 1) We used to define our own default servlet, but 4.1.x definie its own default in conf/web.xml. Could we change from org.apache.catalina.servlets.DefaultServlet to our actual default

DO NOT REPLY [Bug 13014] - OS/390/USS - Invalid  in servlet mapping

2002-10-08 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_b

Re: [POLL/VOTE] tcpnodelay to true by default ?

2002-10-08 Thread Henri Gomez
Costin Manolache wrote: > I'm convinced, thank you very much for taking the time to > test and analyze this. > > We should switch the setting in the main branch - not sure if > Remy has a branch for 4.1/4.0, and if he has I think he > should decide if he wants this backported. > If anything h

DO NOT REPLY [Bug 13378] - Generated code assumes definition of getServletContext() in base class.

2002-10-08 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_b

DO NOT REPLY [Bug 13430] - WWW-Authenticate Header Is Not Sent

2002-10-08 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_b

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

2002-10-08 Thread billbarker
billbarker2002/10/08 22:56:09 Modified:src/share/org/apache/jasper/compiler TagPoolManagerGenerator.java Log: Remove dependency on GenericServlet from the generated java file. The spec only allow us to assume that the base class is a Servlet, not a Gene

DO NOT REPLY [Bug 13441] New: - WebApp Connector not writing status code properly on HTTP/1.1 responses

2002-10-08 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_b

DO NOT REPLY [Bug 13084] - jsp compilation with jikes fails

2002-10-08 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_b

DO NOT REPLY [Bug 13014] - OS/390/USS - Invalid  in servlet mapping

2002-10-08 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_b

Help! Tomcat problem

2002-10-08 Thread Kin-Man Chung
I got the following exception when I run TC5. I am using xerces-2_0_1. I tried disable xmlValidation, but still have the problem. catalina.sh run Using CATALINA_BASE: /home/kchung/tc/jakarta-tomcat-5/build Using CATALINA_HOME: /home/kchung/tc/jakarta-tomcat-5/build Using CATALINA_TMPDIR: /h

DO NOT REPLY [Bug 13084] - jsp compilation with jikes fails

2002-10-08 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_b

DO NOT REPLY [Bug 13084] - jsp compilation with jikes fails

2002-10-08 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_b

jmx and context administration

2002-10-08 Thread Jakob Praher
hi all, currently I am working with tomcat-4.1-cvs-head and mx4j. I have looked at the org.apache.catalina.mbeans package but couldn't find a MBean or a Method for adding contexts to a catalina host entry. What I want to do is stop start and add a context to catalina during runtime w/ JMX, as I

WG: A new session should be invalidated automatically with response failure

2002-10-08 Thread Helmut Barthel
Dear servlet container developers, this is a proposal in order to improve the session management with respect to saving of third party server side resources. This is the same proposal I've sent as feedback to the "Java Servlet Specification Version 2.4 Proposed Final Draft August 5th 2002" (see b

log4j.jar locked by Tomcat even after remove/undeploy ....

2002-10-08 Thread Jacob Kjome
Hi Tomcat developers, Below is a discussion that has been ongoing on the log4j-dev list. We are trying to figure out why the log4j jar file is locked after a webapp is removed from Tomcat using the Tomcat manager app. Basically, all jar resources in a webapp are let go after a manager "remo

[PATCH] JikesJavaCompiler / pick up system classpath on Windows

2002-10-08 Thread Bruce Dodson
The way I have Jasper running in 3.2.4, I have JikesJavaCompiler set up to pass the -bootclasspath and -extdirs parameters to Jikes, based on sun.boot.class.path and java.ext.dirs. It seemed to work quite well; it meant that Jikes did not need any special handling in terms of setting up the c

DO NOT REPLY [Bug 13430] - WWW-Authenticate Header Is Not Sent

2002-10-08 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_b

[PATCH] jakarta-servletapi-5: XSD change and javadoc clarification

2002-10-08 Thread Mark Roth
NOTE: This patch requires some changes to Jasper2 before committing. Please let me know if there are any questions or concerns. jsr152/src/share/javax/serlvet/jsp/el/Expression.java - Removed null as a return value for error - method must throw an exception to signal an error. jsr15

DO NOT REPLY [Bug 13430] New: - WWW-Authenticate Header Is Not Sent

2002-10-08 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_b

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/resources messages.properties messages_es.properties messages_ja.properties

2002-10-08 Thread luehe
luehe 2002/10/08 16:42:07 Modified:jasper2/src/share/org/apache/jasper/compiler Tag: tomcat_4_branch Parser.java jasper2/src/share/org/apache/jasper/resources Tag: tomcat_4_branch messages.properties

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/resources messages.properties messages_es.properties messages_ja.properties

2002-10-08 Thread luehe
luehe 2002/10/08 16:22:58 Modified:jasper2/src/share/org/apache/jasper/compiler Parser.java jasper2/src/share/org/apache/jasper/resources messages.properties messages_es.properties messages_ja.properties Log: Added err

[Proposal] Security Audit

2002-10-08 Thread Jean-Francois Arcand
Hi, I'm looking to do a Security Audit on the current Tomcat 5.0 codebase. I would like to collect as more as information as where you think I should look at (code, security hole, etc.). I'm planning to do the audit using the default SecurityManager. Rigth now, I have started looking at: - do

DO NOT REPLY [Bug 13392] - When tag pooling is enabled, release() is not called on tag instances

2002-10-08 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_b

DO NOT REPLY [Bug 13423] New: - Tomcat freezes if started via Runtime.exec()

2002-10-08 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_b

Re: [POLL/VOTE] tcpnodelay to true by default ?

2002-10-08 Thread Remy Maucherat
Costin Manolache wrote: > I'm convinced, thank you very much for taking the time to > test and analyze this. > > We should switch the setting in the main branch - not sure if > Remy has a branch for 4.1/4.0, and if he has I think he > should decide if he wants this backported. There's no bra

Re: Solaris 8, JK2, Apache 1.3.x -> Segmentation fault

2002-10-08 Thread Han Ming Ong
> Ok... > > Loading modules: [ ] > > $c > libc.so.1`strlen+0x80(0, d2d11, 0, a2e81, 0, fe674f8b) > libc.so.1`vsnprintf+0x5c(ffbed7e9, 7fff, fe674f70, ffbef8a4, > fe674f5d, 90) > mod_jk2.so`jk2_logger_file_jkVLog+0x480(b2068, b3998, fe674f50, 90, 0, > fe674f70) > mod_jk2.so`jk2_logger_file_jk

DO NOT REPLY [Bug 13419] New: - Weird seg fault on Mac OS X for mod_jk2 + Apache2

2002-10-08 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_b

cvs commit: jakarta-tomcat-connectors/naming/src/org/apache/naming/res LocalStrings.properties

2002-10-08 Thread costin
costin 2002/10/08 11:46:43 Modified:naming build.xml naming/src jndi.properties naming/src/org/apache/naming/ant JndiProperties.java naming/src/org/apache/naming/core BaseDirContext.java ContextAccessController.java

DO NOT REPLY [Bug 13014] - OS/390/USS - Invalid  in servlet mapping

2002-10-08 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_b

cvs commit: jakarta-tomcat-connectors/jk/xdocs/jk2 confighowto.xml

2002-10-08 Thread mturk
mturk 2002/10/08 10:59:25 Added: jk/xdocs/jk2 confighowto.xml Log: Add the Quick start configuration howto. There will be addition sections like one for the JNI and virtual hosting. Of course evryone are more then wellcome to add more context to that, but it should follo

DO NOT REPLY [Bug 13241] - Tomcat 4.1.12 / Webapps:Examples / Disabled

2002-10-08 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_b

cvs commit: jakarta-tomcat-connectors/jk/xdocs menu.jk2.idx

2002-10-08 Thread mturk
mturk 2002/10/08 10:57:07 Modified:jk/xdocs menu.jk2.idx Log: Remove the CRLF and add JK2 Howto. Revision ChangesPath 1.3 +19 -16jakarta-tomcat-connectors/jk/xdocs/menu.jk2.idx Index: menu.jk2.idx ===

cvs commit: jakarta-tomcat-connectors/jk/xdocs menu.jk.idx

2002-10-08 Thread mturk
mturk 2002/10/08 10:56:42 Modified:jk/xdocs menu.jk.idx Log: Remove the CRLF. Revision ChangesPath 1.2 +9 -9 jakarta-tomcat-connectors/jk/xdocs/menu.jk.idx Index: menu.jk.idx === RCS fi

Re: [POLL/VOTE] tcpnodelay to true by default ?

2002-10-08 Thread Costin Manolache
I'm convinced, thank you very much for taking the time to test and analyze this. We should switch the setting in the main branch - not sure if Remy has a branch for 4.1/4.0, and if he has I think he should decide if he wants this backported. If anything happens we can roll back. I hope we'll

Re: [POLL/VOTE] tcpnodelay to true by default ?

2002-10-08 Thread Han Ming Ong
[+1] Theoretical backup: Analyzing the protocol at http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/common/AJPv13.html and the tcp dump confirms that ajp13 first sends Headers (small load) back to Apache, followed by Body Chunk (big load) and then an End Response (small load). I can't dr

Re: [POLL/VOTE] tcpnodelay to true by default ?

2002-10-08 Thread Costin Manolache
Henri Gomez wrote: > What about setting tcpnodelay to true by default > for Ajp13 connectors java implemtations ? > > It should fix MacOS X latency problems and should be > the default for any persistant connections... +1 - if it doesn't affect any existing usecase. It shouldn't. -- Costin

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/net/jsse JSSESupport.java

2002-10-08 Thread bobh
bobh2002/10/08 09:49:43 Modified:util/java/org/apache/tomcat/util/net/jsse JSSESupport.java Log: - fixes problem with JDK1.4's JSSE trying to negociate certs on a socket that has no data flowing Revision ChangesPath 1.2 +45 -0 jakarta-tomcat-connectors/ut

Re: Solaris 8, JK2, Apache 1.3.x -> Segmentation fault

2002-10-08 Thread jean-frederic clere
Glenn Nielsen wrote: > mod_webapp has been orphaned. Not completly. I am trying to find time to maintain it. Of course I have not enough time to enhance it. > > mod_jk JK2 is a new codebase that is still considered beta. > > mod_jk 1.2 with Ajp13 has been relatively stable for a while. > I use

Re: 4.1.12-LE ClassLoader Problems

2002-10-08 Thread Remy Maucherat
Kevin Ross wrote: > I successfully started over again with a fresh installation of Tomcat > 4.1.12-LE, uncovering another side effect of the tomcat classloader. I > find that the ClassLoader-HOWTO is very vague in explaining the exact > boundaries of the classloaders...here's why: > > To make

DO NOT REPLY [Bug 13378] - Generated code assumes definition of getServletContext() in base class.

2002-10-08 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_b

Re: 4.1.12-LE ClassLoader Problems

2002-10-08 Thread Kevin Ross
I successfully started over again with a fresh installation of Tomcat 4.1.12-LE, uncovering another side effect of the tomcat classloader. I find that the ClassLoader-HOWTO is very vague in explaining the exact boundaries of the classloaders...here's why: To make it work: moved commons-beanut

cvs commit: jakarta-tomcat-connectors/jk/native2 STATUS.txt

2002-10-08 Thread mturk
mturk 2002/10/08 08:00:18 Modified:jk/native2 STATUS.txt Log: Update status info Revision ChangesPath 1.2 +4 -3 jakarta-tomcat-connectors/jk/native2/STATUS.txt Index: STATUS.txt === RCS

Re: Solaris 8, JK2, Apache 1.3.x -> Segmentation fault

2002-10-08 Thread Glenn Nielsen
mod_webapp has been orphaned. mod_jk JK2 is a new codebase that is still considered beta. mod_jk 1.2 with Ajp13 has been relatively stable for a while. I use this combination with Apache 1.3.26 on both Solaris 7 and Solaris 8 on sparc for production systems using Tomcat 4.1.12. IHMO, mod_jk 1.2

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

2002-10-08 Thread remm
remm2002/10/08 06:38:19 Modified:webapps/ROOT Tag: tomcat_40_branch index.html Log: - Revert version number. Revision ChangesPath No revision No revision 1.29.2.26 +1 -1 jakarta-tomcat-4.0/webapps/ROOT/Attic/in

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

2002-10-08 Thread remm
remm2002/10/08 06:37:57 Modified:catalina/src/share/org/apache/catalina Tag: tomcat_40_branch Globals.java Log: - Revert version number. Revision ChangesPath No revision No revision 1.39.2.27

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

2002-10-08 Thread remm
remm2002/10/08 06:34:54 Added: .Tag: tomcat_40_branch RELEASE-NOTES-4.0.6.txt Log: - Add release notes. Revision ChangesPath No revision No revision 1.1.2.1 +284 -0jakarta-tomcat-4.0/Attic/RELEASE-NO

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

2002-10-08 Thread remm
remm2002/10/08 06:32:16 Modified:webapps/ROOT Tag: tomcat_40_branch index.html Log: - Update version number. Revision ChangesPath No revision No revision 1.29.2.25 +1 -1 jakarta-tomcat-4.0/webapps/ROOT/Attic/in

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

2002-10-08 Thread remm
remm2002/10/08 06:31:53 Modified:catalina/src/share/org/apache/catalina Tag: tomcat_40_branch Globals.java Log: - Update version number. Revision ChangesPath No revision No revision 1.39.2.26

cvs commit: jakarta-tomcat-4.0/lib tomcat-coyote.jar tomcat-http11.jar tomcat-util.jar

2002-10-08 Thread remm
remm2002/10/08 06:28:25 Modified:lib Tag: tomcat_40_branch tomcat-coyote.jar tomcat-http11.jar tomcat-util.jar Log: - Update J-T-C components. Revision ChangesPath No revision No revision

DO NOT REPLY [Bug 12699] - Only one cookie sent back to Apache2 with mod_jk2 and Tomcat4.1

2002-10-08 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_b

RE: cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/servlets InvokerServlet.java

2002-10-08 Thread Kan Ogawa
Hi, > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, October 08, 2002 5:34 AM > > remm2002/10/07 13:33:31 > > Modified:catalina/src/share/org/apache/catalina/servlets Tag: > tomcat_40_branch InvokerServlet.

[POLL/VOTE] tcpnodelay to true by default ?

2002-10-08 Thread Henri Gomez
What about setting tcpnodelay to true by default for Ajp13 connectors java implemtations ? It should fix MacOS X latency problems and should be the default for any persistant connections... Comments welcome... -- To unsubscribe, e-mail: For additional commands, e-m

JK 2.0.1 for Linux (binaries and rpms) uploaded

2002-10-08 Thread Henri Gomez
JK 2.0.1 for Linux i386 binaries and rpms (including sources) are available : http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v2.0.1/bin/linux/i386/ http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v2.0.1/rpms/ Regards -- To unsubscribe, e-mail:

Re: Solaris 8, JK2, Apache 1.3.x -> Segmentation fault

2002-10-08 Thread Hannu Kivimäki
And some debugger info from the core dump: > 0xFF1B3144/i libc.so.1`strlen+0x80: ld[%o1], %o2 Any suggestions? >>> >>> >>>Could you send more information from the core dump? >> >>Sure, but I'm not very familiar with C and debugging, so >>I need some instruc

Re: Solaris 8, JK2, Apache 1.3.x -> Segmentation fault

2002-10-08 Thread jean-frederic clere
Hannu Kivimäki wrote: > Hi Jean-Frederic, > >>> And some debugger info from the core dump: >>> > 0xFF1B3144/i >>> libc.so.1`strlen+0x80: ld[%o1], %o2 >>> >>> Any suggestions? >> >> >> Could you send more information from the core dump? > > > Sure, but I'm not very familiar wit

Re: Solaris 8, JK2, Apache 1.3.x -> Segmentation fault

2002-10-08 Thread Hannu Kivimäki
Hi Jean-Frederic, >>And some debugger info from the core dump: >> > 0xFF1B3144/i >>libc.so.1`strlen+0x80: ld[%o1], %o2 >> >>Any suggestions? > >Could you send more information from the core dump? Sure, but I'm not very familiar with C and debugging, so I need some instructions.

Re: Solaris 8, JK2, Apache 1.3.x -> Segmentation fault

2002-10-08 Thread jean-frederic clere
Hannu Kivimäki wrote: > Hello list, > > I'm updating from Tomcat 4.0.2 to 4.1.12 and decided to > upgrade the Tomcat connector as well. I've had some problems > with mod_webapp before, and as Tomcat docs recommend mod_jk2 > over deprecated mod_jk, I chose JK2. I'm running Tomcat 4.1.12 and > Apac

Re: JSP 2.0's J2SE 1.4 Requirement

2002-10-08 Thread jean-frederic clere
Henri Gomez wrote: > Costin Manolache wrote: > >> iasandcb wrote: >> >> >>> Now it's almost clear that SRV 2.4 requires JDK 1.2 and JSP 2.0 does JDK >>> 1.4. The main issue is discrepancy of J2SE requirement between SRV 2.4 >>> and JSP 2.0, which are supposed to come up together. >> >> >> >> Actu

Re: tomcat4 write in conf files which is not FHS compliant

2002-10-08 Thread jean-frederic clere
Henri Gomez wrote: > Hi to all, > > Tomcat 4 make write access to 2 files in the conf directory, > jk2.properties and tomcat-users.xml (and may be others). > > The problem is that FHS indicate that a conf directory should > be read only. I have the same problem with /opt where I am installing T

cvs commit: jakarta-tomcat-5 build.xml tomcat.nsi

2002-10-08 Thread remm
remm2002/10/08 02:36:39 Modified:.build.xml tomcat.nsi Log: - Update to NSIS CVS. Revision ChangesPath 1.37 +0 -2 jakarta-tomcat-5/build.xml Index: build.xml === RCS file: /hom

DO NOT REPLY [Bug 13392] - When tag pooling is enabled, release() is not called on tag instances

2002-10-08 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_b

jmx and context administration

2002-10-08 Thread Jakob Praher
hi all, currently I am working with tomcat-4.1-cvs-head and mx4j. I have looked at the org.apache.catalina.mbeans package but couldn't find a MBean or a Method for adding contexts to a catalina host entry. What I want to do is stop start and add a context to catalina during runtime w/ JMX, as I

Solaris 8, JK2, Apache 1.3.x -> Segmentation fault

2002-10-08 Thread Hannu Kivimäki
Hello list, I'm updating from Tomcat 4.0.2 to 4.1.12 and decided to upgrade the Tomcat connector as well. I've had some problems with mod_webapp before, and as Tomcat docs recommend mod_jk2 over deprecated mod_jk, I chose JK2. I'm running Tomcat 4.1.12 and Apache 1.13.26 on Solaris 8, and having

tomcat4 write in conf files which is not FHS compliant

2002-10-08 Thread Henri Gomez
Hi to all, Tomcat 4 make write access to 2 files in the conf directory, jk2.properties and tomcat-users.xml (and may be others). The problem is that FHS indicate that a conf directory should be read only. For instance, tomcat4 rpm install the conf directory in /etc/tomcat4 and use symlink to ma

DO NOT REPLY [Bug 13398] - CoyoteInputStream positioned at the end of the stream

2002-10-08 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_b

Tomcat 4.1.12 rpm release 2 uploaded

2002-10-08 Thread Henri Gomez
A quick note to warn rpms users that rpm release 2 of tomcat 4.1.12 has been released and fix : - fix tomcat4.conf to use /etc/java/java.conf - fix tomcat4 initd to be sure that we'll stop/start the task owner by TOMCAT_USER and running catalina - fix perms on /etc/tomcat4, contents is owned b

DO NOT REPLY [Bug 13398] New: - CoyoteInputStream positioned at the end of the stream

2002-10-08 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_b

Re: JSP 2.0's J2SE 1.4 Requirement

2002-10-08 Thread Henri Gomez
Costin Manolache wrote: > iasandcb wrote: > > >>Now it's almost clear that SRV 2.4 requires JDK 1.2 and JSP 2.0 does JDK >>1.4. The main issue is discrepancy of J2SE requirement between SRV 2.4 >>and JSP 2.0, which are supposed to come up together. > > > Actually, it isn't. > > All we know is

Re: JSP 2.0's J2SE 1.4 Requirement

2002-10-08 Thread Pier Fumagalli
On 5/10/02 12:43 am, "Mark Roth" <[EMAIL PROTECTED]> wrote: > It has been brought to my attention that some members of the Tomcat > community have expressed a desire to see a requirement lower than J2SE > 1.4 in JSP 2.0. Great... One more reason to start thinking about kicking JSP out of the doo

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

2002-10-08 Thread remm
remm2002/10/08 00:58:23 Modified:.RELEASE-NOTES-4.1.txt Log: - Add an explicit warning. Revision ChangesPath 1.23 +4 -1 jakarta-tomcat-4.0/RELEASE-NOTES-4.1.txt Index: RELEASE-NOTES-4.1.txt

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/servlets DefaultServlet.java LocalStrings.properties

2002-10-08 Thread remm
remm2002/10/08 00:56:04 Modified:catalina/src/share/org/apache/catalina/servlets Tag: tomcat_40_branch DefaultServlet.java LocalStrings.properties Log: - Add additional safeguards for 4.0.x. Revision ChangesPath No