Re: Problem Tomcat - Linux - J2SDK

2003-02-26 Thread jean-frederic clere
hompath wrote: Hello, I am using Tomcat 4.0.6, J2SDK 1.4.03 on RedHat Linux 7.3. When i try to start tomcat I get following error That sounds like a JVM problem. Try to use a newer JVM. == An unexpected exception has been detected in native

DO NOT REPLY [Bug 17049] - Invalid code generated when nesting tags

2003-02-26 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=17049. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: DataSource realm, apply fix for 16316 bug, still not working ?

2003-02-26 Thread Uros Kotnik
Basicaly my own Realm implementation is copy/paste DataSourceRealm, I just changed preparedRoles and preparedCredentials in start() and also modified hasRole(Principal principal, String role) for my needs, but exception that I get is when opening DataSource which is defined in Context, it seemes

quick note

2003-02-26 Thread Henri Gomez
Amazingly I discovered that mod_jk, mod_jk2 and mod_webapp were not registered in Apache Modules Registry (http://modules.apache.org/) Fixed !!! Back to real life - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: socket errors in catalina.out and mod_jk.log

2003-02-26 Thread Henri Gomez
Sven Köhler wrote: hi, i didn't get any useful response in the tomcat-user-mailinglist. many users have messages in their catalina.out, saying that a socket times out, or a connection had been closed. these messages look like this: 25.02.2003 20:22:48 org.apache.jk.common.ChannelSocket

Tomcat and IPv6

2003-02-26 Thread P J
Helllo, I am using Tomcat 4.1.18 and facing problem to get the start page using IPv6 address with 8080 port. I tried to fix this problem by following earlier mails - modifying the HttpProcessor.java file with the line - int n = value.indexOf(:,value.lastIndexOf(])); compiling the file and

Re: Tomcat and IPv6

2003-02-26 Thread Remy Maucherat
P J wrote: Helllo, I am using Tomcat 4.1.18 and facing problem to get the start page using IPv6 address with 8080 port. I tried to fix this problem by following earlier mails - modifying the HttpProcessor.java file with the line - int n = value.indexOf(:,value.lastIndexOf(])); compiling the

DO NOT REPLY [Bug 17422] New: - UnmarshalException in RMI call (Tomcat 4.1.18)

2003-02-26 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=17422. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 17422] - UnmarshalException in RMI call (Tomcat 4.1.18)

2003-02-26 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=17422. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: commons-modeler in jtc and catalina

2003-02-26 Thread Remy Maucherat
Henri Gomez wrote: It seems that latest JTC / CATALINA require now a post 1.0 modeler. Did there is release plan for modeler 1.1 ? As it is the central piece of the JMX features in Tomcat 5.0, I don't think we are ready for a freeze-and-release yet. Remy

Re: commons-modeler in jtc and catalina

2003-02-26 Thread Remy Maucherat
Henri Gomez wrote: Remy Maucherat wrote: Henri Gomez wrote: It seems that latest JTC / CATALINA require now a post 1.0 modeler. Did there is release plan for modeler 1.1 ? As it is the central piece of the JMX features in Tomcat 5.0, I don't think we are ready for a freeze-and-release yet.

RE: tracking memory usage over time

2003-02-26 Thread Sachin Chowdhary
you can also use jmeter for this purpose i have not used it but i heard that it help in detecting memory leaks in tomcat.JMeter is also under jakarta project you can use it may be it will help you sachin -Original Message- From: Aditya [mailto:[EMAIL PROTECTED] Sent: Wednesday,

Maybe a new addon for TomCat?!

2003-02-26 Thread Federico
Hi, we are five italian programmers and we have finished some days ago Puff, a http cache proxy written in java that have some interesting features like a spider that prefetch the web links and an option to convert all images to black and white one to have a speeder connection for the client.

Re: Maybe a new addon for TomCat?!

2003-02-26 Thread Henri Gomez
Federico wrote: Hi, we are five italian programmers and we have finished some days ago Puff, a http cache proxy written in java that have some interesting features like a spider that prefetch the web links and an option to convert all images to black and white one to have a speeder connection

DO NOT REPLY [Bug 17435] New: - Request-time attribute values are not properly evaluated when providing values to the name attribute of jsp:element

2003-02-26 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=17435. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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

2003-02-26 Thread remm
remm2003/02/26 06:49:29 Modified:jasper2/src/share/org/apache/jasper/compiler Compiler.java Log: - Don't set the basedir if it's null. This can happen with JSPC. Revision ChangesPath 1.56 +3 -1

Re: commons-modeler in jtc and catalina

2003-02-26 Thread Costin Manolache
Henri Gomez wrote: Remy Maucherat wrote: Henri Gomez wrote: It seems that latest JTC / CATALINA require now a post 1.0 modeler. Did there is release plan for modeler 1.1 ? I think it'll be better called 2.0 - there are many big changes ( even if it should be backward compatible ). The

DO NOT REPLY [Bug 17397] - Jasper incorrectly generates a translation error if the omit-xml-declaration attribute of the jsp:output action is not specified.

2003-02-26 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=17397. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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

2003-02-26 Thread remm
remm2003/02/26 07:50:19 Modified:jasper2/src/share/org/apache/jasper JspC.java Log: - Add a big try / catch so that the build does not fail anymore. Revision ChangesPath 1.33 +10 -3 jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/JspC.java

DO NOT REPLY [Bug 17438] New: - if omit-xml-decl is set to 'no' or 'false' no xml declaration is generated.

2003-02-26 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=17438. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-5 build.xml

2003-02-26 Thread remm
remm2003/02/26 08:42:09 Modified:.build.xml Log: - Remove another incorrect path. Revision ChangesPath 1.88 +0 -1 jakarta-tomcat-5/build.xml Index: build.xml === RCS file:

[5.0.1] Investigation on the precompilation failure + new tag

2003-02-26 Thread Remy Maucherat
I made some progress, but now I am running into classloading problems which I've failed to fix :-( Any ideas ? From a design standpoint, the tag file feature is IMO extremely evil, as it mixes the code generation phase with the compilation (and adds nasty tricks). This feature should be

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

2003-02-26 Thread luehe
luehe 2003/02/26 08:51:07 Modified:jasper2/src/share/org/apache/jasper/compiler Validator.java Log: Fixed 17397: Jasper incorrectly generates a translation error if the omit-xml-declaration attribute of the jsp:output action is not specified. Revision ChangesPath

Re: [5.0.1] Investigation on the precompilation failure + new tag

2003-02-26 Thread Jeanfrancois Arcand
I would like to fix a security exception before the alpha release: Security Violation, attempt to use Restricted Class: org.apache.tomcat.util.buf.C2BConverter java.security.AccessControlException: access denied (java.lang.RuntimePermission accessClassInPackage.org.apache.tomcat.util.buf)

Re: [5.0.1] Investigation on the precompilation failure + new tag

2003-02-26 Thread Remy Maucherat
Jeanfrancois Arcand wrote: I would like to fix a security exception before the alpha release: Security Violation, attempt to use Restricted Class: org.apache.tomcat.util.buf.C2BConverter java.security.AccessControlException: access denied (java.lang.RuntimePermission

DO NOT REPLY [Bug 17435] - Request-time attribute values are not properly evaluated when providing values to the name attribute of jsp:element

2003-02-26 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=17435. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [5.0.1] Investigation on the precompilation failure + new tag

2003-02-26 Thread Remy Maucherat
Remy Maucherat wrote: Jeanfrancois Arcand wrote: I would like to fix a security exception before the alpha release: Security Violation, attempt to use Restricted Class: org.apache.tomcat.util.buf.C2BConverter java.security.AccessControlException: access denied (java.lang.RuntimePermission

Re: Maybe a new addon for TomCat?!

2003-02-26 Thread Federico
I mean for free shell a provider where i can start my proxy without paying, but this isn't a really problem because the proxy has already tested so it's only to show its feature to someone. When i'll find it i'll comunicate to you. Regards Federico - Original Message - From: SAXESS -

RE: [5.0.1] Investigation on the precompilation failure + new tag

2003-02-26 Thread Filip Hanik
Remy Maucherat wrote: Jeanfrancois Arcand wrote: I would like to fix a security exception before the alpha release: Security Violation, attempt to use Restricted Class: org.apache.tomcat.util.buf.C2BConverter java.security.AccessControlException: access denied

Re: socket errors in catalina.out and mod_jk.log

2003-02-26 Thread Sven Köhler
void processConnection(MsgContext ep) { try { MsgAjp recv=new MsgAjp(); while( running ) { int status= this.receive( recv, ep ); i looked into these sources, and i am shocked!!! this.receive() uses this.read(), and this method finally calls the

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

2003-02-26 Thread jfarcand
jfarcand2003/02/26 10:37:46 Modified:catalina/src/share/org/apache/catalina/core ApplicationContext.java Log: More missing doPrivilege blocks. Revision ChangesPath 1.8 +97 -16

Re: [5.0.1] Investigation on the precompilation failure + new tag

2003-02-26 Thread Costin Manolache
Remy Maucherat wrote: Ok, I saw your commit. Now that I think about it, I'd like to include a build script for the new clustering features, and include them in the release (so it's delayed for one additional day). Can we postpone it till Monday ? I want to get the embed/ working too, I just

cvs commit: jakarta-tomcat-connectors/naming/src/org/apache/naming/modules/fs FileDirContext.java

2003-02-26 Thread costin
costin 2003/02/26 10:52:12 Modified:naming build.xml naming/src/org/apache/naming/ant JndiProperties.java naming/src/org/apache/naming/core BaseContext.java BaseDirContext.java BaseNaming.java

Character encoding

2003-02-26 Thread Tom Anderson
I have a question about the Tomcat implementation of the Java Servlet Spec (2.3) with regards to request character encoding. Section 4.9 of the spec reads as follows: SRV.4.9 Request data encoding Currently, many browsers do not send a char encoding qualifier with the Content- Type header,

Re: [5.0.1] Investigation on the precompilation failure + new tag

2003-02-26 Thread Remy Maucherat
Costin Manolache wrote: Remy Maucherat wrote: Ok, I saw your commit. Now that I think about it, I'd like to include a build script for the new clustering features, and include them in the release (so it's delayed for one additional day). Can we postpone it till Monday ? I want to get the

cvs commit: jakarta-tomcat-5/resources/mbeans - New directory

2003-02-26 Thread costin
costin 2003/02/26 11:19:54 jakarta-tomcat-5/resources/mbeans - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-tomcat-5/resources/mbeans tomcat5-ant.xml

2003-02-26 Thread costin
costin 2003/02/26 11:22:05 Added: resources/mbeans tomcat5-ant.xml Log: Minimal ant script to get embeded tomcat running. The startup time on a 1 GHz machine is 6 seconds ( with no webapp ) :-) So far the size is 3 MB - but a lot of stuff can be moved to modules, and

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

2003-02-26 Thread jfarcand
jfarcand2003/02/26 11:33:04 Modified:coyote/src/java/org/apache/coyote/tomcat5 CoyoteAdapter.java Log: Fix bug 16474: Unable to obtain correct data for version, path, or domain information from Cookie. Revision ChangesPath 1.10 +7 -4

DO NOT REPLY [Bug 16474] - Unable to obtain correct data for version, path, or domain information from Cookie

2003-02-26 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=16474. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: Maybe a new addon for TomCat?!

2003-02-26 Thread Federico
For everyone who want to test our software and tell us how it is: 1)We require a JVM 1.4.0 because we use regular expression and something else 2) Yes it's a stand alone application, maybe we can do a module of TomCat if someone told us This is the link where you can download it to test it,

DO NOT REPLY [Bug 17450] New: - cannot change session identifier name

2003-02-26 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=17450. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-5 build.xml

2003-02-26 Thread costin
costin 2003/02/26 11:40:33 Modified:.build.xml Log: The rest of the embed. If anyone can try it - please let me know if it works for you. Revision ChangesPath 1.89 +27 -1 jakarta-tomcat-5/build.xml Index: build.xml

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

2003-02-26 Thread jfarcand
jfarcand2003/02/26 11:46:20 Modified:catalina/src/share/org/apache/catalina/core ApplicationFilterFactory.java Log: Fix a NullPointerException and a ClassCastException when this value is null or when the value is a MessageByte instance. Revision

DO NOT REPLY [Bug 17450] - cannot change session identifier name

2003-02-26 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=17450. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler Compiler.java Generator.java Node.java PageDataImpl.java PageInfo.java ParserController.java Validator.java

2003-02-26 Thread luehe
luehe 2003/02/26 14:58:17 Modified:jasper2/src/share/org/apache/jasper/compiler Compiler.java Generator.java Node.java PageDataImpl.java PageInfo.java ParserController.java Validator.java Log: Fixed 17438: if omit-xml-decl is set to

DO NOT REPLY [Bug 17395] - Translation error incorrectly generated when using jsp:output in a Tag file in XML syntax

2003-02-26 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=17395. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 17399] - Misleading error message generated when jsp:output, within a Tag file in XML syntax has a body.

2003-02-26 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=17399. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

notifications, one more question

2003-02-26 Thread Filip Hanik
is there an event that gets fired after the contexts have been configured, but before the connectors start accepting requests? I need this event so that I can replicate session data for a new node that joins the cluster, and we don't want to start accepting requests until we are complete with

cvs commit: jakarta-tomcat-catalina/modules/cluster/src/share/org/apache/catalina/cluster/session SessionMessage.java

2003-02-26 Thread fhanik
fhanik 2003/02/26 16:15:20 Modified:modules/cluster/src/share/org/apache/catalina/cluster/session SessionMessage.java Log: changed text from 'created' to session 'modified' when a session is replicated. we no longer distinguish between the two of them.

DO NOT REPLY [Bug 17460] New: - Warp Connector Socket closed

2003-02-26 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=17460. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

REPOST: Possible Socket Handling Bug? : Applet Cannot Make HTTP POST Request to Tomcat w/IIS Redirector

2003-02-26 Thread Rick Bullotta
General Q: Is the IIS redirector getting much usage/attention or is it an experiment? Here's the Tomcat/redirector bug we're trying to track down: Our applets/servlets run perfectly with Tomcat 4.1.18 and Apache 2.0.4X (using jk as the go-between), but when used with the IIS redirector and jk,