DO NOT REPLY [Bug 9248] New: - Unable to compile class for JSPerror: Can't write:

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

DO NOT REPLY [Bug 9249] New: - Unable to compile class for JSPerror: Can't write:

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

DO NOT REPLY [Bug 9249] - Unable to compile class for JSPerror: Can't write:

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

DO NOT REPLY [Bug 9248] - Unable to compile class for JSPerror: Can't write:

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

DO NOT REPLY [Bug 9250] New: - outOfMemoryError

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

DO NOT REPLY [Bug 9250] - outOfMemoryError

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

RE: (Known) Problems with WebappClassLoader

2002-05-20 Thread Eriksson, Michael
1) Sealed jars are not handled correctly. Cf. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8611. I'm inclined to port the latest CL changes to 4.0.x now, but it will be at the expense of an addtional TC 4.0.4 beta. Would be great if you did. 2) Class.getSigners () returns null

JK2/Coyote Connector Testing Effort

2002-05-20 Thread Anthony W. Marino
(TC4.1.2/JK2/Apache2) 1) Is it required that for a mod_jk2.so build/distribution that the entire set of coyote jars also be distributed when the build is based on a new j-t-c download from cvs? 2) Can Ant1.5b1 be used to build existing files? Thank You, Anthony -- To unsubscribe, e-mail:

Using NIO package for Tomcat connector?

2002-05-20 Thread Setera, Craig
Has there been any discussion on building a connector around the NIO package in Java 1.4? I just read an interesting article in the latest Java Developer's Journal about a web server built using this support and it looked excellent. Using NIO would lower the number of required threads and

Implementation of the sessions

2002-05-20 Thread Benjamin Fonzé [benja . be]
Hello guys, I’m currently writing a thesis about JSP/Java, etc… in an e-Learning application. I need to know how the sessions (HttpSession) are managed in Tomcat. I read it can be URL rewriting or cookies (on the java.sun web site), but I block the cookies and there are no cookies on my disk.

Re: Using NIO package for Tomcat connector?

2002-05-20 Thread Christopher K. St. John
Setera, Craig wrote: Using NIO would lower the number of required threads and buffers/objects that would need to be created. The core servlet model can't really be converted to using non-blocking I/O. The whole point is that your servlet gets its own thread. On the other hand, other

Re: Using NIO package for Tomcat connector?

2002-05-20 Thread Remy Maucherat
Has there been any discussion on building a connector around the NIO package in Java 1.4? Yes. I just read an interesting article in the latest Java Developer's Journal about a web server built using this support and it looked excellent. Using NIO would lower the number of required

Cookie Encoding

2002-05-20 Thread Bob Lee
I ran into an issue with cookie encoding. Not sure if anyone else had this problem or not. When I set a cookie in a Servlet and then read it in Javascript, the + does not decode to a space. Works fine in WebLogic. I compensated by replacing all + with spaces and then running it through

DO NOT REPLY [Bug 9242] - Please use more specific ant task names than install and remove

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

[VOTE] Rate milestone 4.1.2

2002-05-20 Thread Remy Maucherat
ballot [ ] Alpha [ ] Beta /ballot I'll vote later to avoid influencing the vote. Remy -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

DO NOT REPLY [Bug 9252] New: - Tomcat sometimes posts HTML Error Pages as text/plain instead of text/html.

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

DO NOT REPLY [Bug 9248] - Unable to compile class for JSPerror: Can't write:

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

cvs commit: jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/parser ParserUtils.java

2002-05-20 Thread kinman
kinman 02/05/20 10:41:41 Modified:jasper/src/share/org/apache/jasper/compiler JspUtil.java jasper/src/share/org/apache/jasper/parser ParserUtils.java Log: - Fixed 8565: resolveEntity returns null instead of throwing an exception Revision ChangesPath 1.14

cvs commit: jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/parser ParserUtils.java

2002-05-20 Thread kinman
kinman 02/05/20 10:47:00 Modified:jasper/src/share/org/apache/jasper/compiler Tag: tomcat_40_branch JspUtil.java jasper/src/share/org/apache/jasper/parser Tag: tomcat_40_branch ParserUtils.java Log: - Fixed 8565.

jakarta-tomcat-jasper Jasper2

2002-05-20 Thread Keith Wannamaker
FYI The ant jspc testcases are failing with head of j-t-j/jasper2: Using Jasper in jakarta-tomcat/ [wannamak@piper jsp]$ java org.apache.jasper.JspC -v -d /usr/local/cvs/jakarta-ant/src/etc/testcases/taskdefs/optional/jsp/java

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

2002-05-20 Thread kinman
kinman 02/05/20 11:02:56 Modified:jasper2/src/share/org/apache/jasper/compiler JspUtil.java jasper2/src/share/org/apache/jasper/xmlparser ParserUtils.java Log: - Fixed 8565. resolveEntity returns null instead of throwing an exception

DO NOT REPLY [Bug 8565] - MyEntityResolver doesn't allow including user-defined entities

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

DO NOT REPLY [Bug 9252] - Tomcat sometimes posts HTML Error Pages as text/plain instead of text/html.

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

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

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

cvs commit: jakarta-tomcat-connectors/webapp/docs/images packet1.gif

2002-05-20 Thread pier
pier02/05/20 11:35:28 Modified:webapp/docs warp1.xml Added: webapp/docs/images packet1.gif Log: Added new WARP packet image. Define datatypes for WARP packet payloads. Revision ChangesPath 1.2 +124 -0

Re: cvs commit: jakarta-tomcat-connectors/webapp/docs/imagespacket1.gif

2002-05-20 Thread Pier Fumagalli
[EMAIL PROTECTED] [EMAIL PROTECTED] wrote: + li + bgeneric string/b: a generic string follows the same structure + defined for RAW, but the byte sequence is a US-ASCII encoded + representation of a string, as outlined in the HTTP/1.1 specification + (a

DO NOT REPLY [Bug 9254] New: - JDBCRealm leaves open Statements

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

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

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

Re: Implementation of the sessions

2002-05-20 Thread Bojan Smojver
On Tue, 2002-05-21 at 01:34, Benjamin Fonzé [benja.be] wrote: So I suppose it’s URL rewriting, but I don’t see some variables transmitted… like page.jsp?SESSION_INFO= It's called 'jsessionid' and it gets there by explicit encoding of the URL. You should check the Java Servlet Specification,

DO NOT REPLY [Bug 4964] - popBody() is called before doEndTag() is called in a BodyTag

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

Re: JK2/Coyote Connector Testing Effort

2002-05-20 Thread costinm
On Mon, 20 May 2002, Anthony W. Marino wrote: (TC4.1.2/JK2/Apache2) 1) Is it required that for a mod_jk2.so build/distribution that the entire set of coyote jars also be distributed when the build is based on a new j-t-c download from cvs? The C and java sides are independent of each

Re: Using NIO package for Tomcat connector?

2002-05-20 Thread costinm
On Mon, 20 May 2002, Setera, Craig wrote: Has there been any discussion on building a connector around the NIO package in Java 1.4? I just read an interesting article in the latest Java Developer's Journal about a web server built using this support and it looked excellent. Using NIO would

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

2002-05-20 Thread manveen
manveen 02/05/20 17:36:43 Modified:webapps/admin admin.css webapps/admin/WEB-INF/classes/org/apache/webapp/admin/logger EditLoggerAction.java webapps/admin/WEB-INF/classes/org/apache/webapp/admin/realm

Re: JK2/Coyote Connector Testing Effort

2002-05-20 Thread Anthony W. Marino
Costin, I've experienced all kinds of build problems using Ant however it's what I prefer to use and I'll pass along the changes when finished. Are you going to be gone for long??? Just have a good time, regardless of what/where! Thank You and Have A Nice Evening! Anthony

DO NOT REPLY [Bug 7656] - Webapplications deployed using PUT don't survive a tomcat restart

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

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

2002-05-20 Thread Remy Maucherat
remm02/05/20 18:36:36 Modified:catalina/src/share/org/apache/catalina/core StandardServer.java catalina/src/share/org/apache/catalina/mbeans StandardServerMBean.java

cvs commit: jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/compiler DelegatingListener.java JspParseEventListener.java ParseEventListener.java ParserController.java

2002-05-20 Thread kinman
kinman 02/05/20 18:46:41 Modified:jasper/src/share/org/apache/jasper/compiler Tag: tomcat_40_branch DelegatingListener.java JspParseEventListener.java ParseEventListener.java ParserController.java Log: -

Re: JK2/Coyote Connector Testing Effort

2002-05-20 Thread costinm
On Mon, 20 May 2002, Anthony W. Marino wrote: Costin, I've experienced all kinds of build problems using Ant however it's what I prefer to use and I'll pass along the changes when finished. Ant is what I prefer to use, but the final goal is to make it easy for people to build mod_jk - if