RE: Http version error

2003-03-25 Thread [EMAIL PROTECTED]
you talk about the "closeSequence" byte array or httpMessage.append (getHeaderString() + "\n"); that became httpMessage.append(getHeaderString() + "\n\n"); ?? good morning sean -- Initial Header --- From: "Sean Reilly" <[EMAIL PROTECTED]> To : "Tomcat Developers List"

Re: [5.0] Monitor servlet

2003-03-25 Thread Remy Maucherat
Costin Manolache wrote: For the first part: aren't you using a stylesheet ? That will be downloaded as well when you refresh ? I think that's the right explanation. For the second: that's weird. I haven't seen it. Note that maxTime is R/W - a monitoring app can periodically reset it ( for exam

Re: [5.0] Monitor servlet

2003-03-25 Thread Costin Manolache
Remy Maucherat wrote: > Costin Manolache wrote: >> Remy Maucherat wrote: >> >> >> No, just return HTML in the first place. >>> >>>Feel free to revert to the previous version. >>> >>>-1 from me for server side XSL (we're doing a monitor servlet, not a >>>bring-ther-server-to-its-knees monito

Re: [5.0] Monitor servlet

2003-03-25 Thread Remy Maucherat
Costin Manolache wrote: Remy Maucherat wrote: No, just return HTML in the first place. Feel free to revert to the previous version. -1 from me for server side XSL (we're doing a monitor servlet, not a bring-ther-server-to-its-knees monitor servlet). I just don't understand - when you can just

DO NOT REPLY [Bug 18229] - "All threads are busy, waiting." resource leak bug?

2003-03-25 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

SingleSignOn Problem

2003-03-25 Thread shanmugampl
Hi All, I am running Tomcat 4.1.18 with SingleSignOn enabled. I have two applications, A and B running. The first application that I will be logging in will be A and from there I will be moving to application B. Suppose if the session timeout period is set to 20 minutes, then if I login to A

DO NOT REPLY [Bug 18229] - "All threads are busy, waiting." resource leak bug?

2003-03-25 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 16157] - AuthType not set on HttpServletRequest

2003-03-25 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: [5.0] Monitor servlet

2003-03-25 Thread Costin Manolache
Remy Maucherat wrote: >> No, just return HTML in the first place. > > Feel free to revert to the previous version. > > -1 from me for server side XSL (we're doing a monitor servlet, not a > bring-ther-server-to-its-knees monitor servlet). > >> I just don't understand - when you can just displa

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/servlets StatusManagerServlet.java

2003-03-25 Thread costin
costin 2003/03/25 15:35:35 Modified:catalina/src/share/org/apache/catalina/servlets StatusManagerServlet.java Log: Roll back to the previous version. Revision ChangesPath 1.5 +75 -64 jakarta-tomcat-catalina/catalina/src/share/org/apache/

DO NOT REPLY [Bug 16001] - Tag.release() not invoked

2003-03-25 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 18349] - release() not being called on pooled tags before reuse

2003-03-25 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 18349] New: - release() not being called on pooled tags before reuse

2003-03-25 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: Http version error

2003-03-25 Thread Craig R. McClanahan
On Tue, 25 Mar 2003, Sean Reilly wrote: > Date: Tue, 25 Mar 2003 15:14:06 -0600 > From: Sean Reilly <[EMAIL PROTECTED]> > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]> > To: Tomcat Developers List <[EMAIL PROTECTED]> > Subject: RE: Http version error > > Unless you formatted the email str

DO NOT REPLY [Bug 18238] - Client (JSP) request abort causes "SEVERE" error in server log

2003-03-25 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: Tomcat SSL mutual authentication: Nobody's got a clue?

2003-03-25 Thread choreson
Thanks, but I have read that documentation many times. That documentations tells us how to run Tomcat in SSL mode. And as I mentioned in the previous message, I know how to do that. What I want is mutual authentication, that is, 1. The Web server authenticates itself by sending its certificat

Re: Tomcat SSL mutual authentication: Nobody's got a clue?

2003-03-25 Thread Bill Barker
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/ssl-howto.html - Original Message - From: <[EMAIL PROTECTED]> To: ""Tomcat Developers List"" <[EMAIL PROTECTED]> Sent: Tuesday, March 25, 2003 1:44 PM Subject: Tomcat SSL mutual authentication: Nobody's got a clue? > I want configure Tomcat

RE: Http version error

2003-03-25 Thread Sean Reilly
According to this code, you'll need another line break after the final header. > -Original Message- > From: Claudio Bisegni [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 25, 2003 3:57 PM > To: Tomcat Developers List > Subject: Re: Http version error > > > i have tryed now with one spa

Re: [5.0] Monitor servlet

2003-03-25 Thread Remy Maucherat
Costin Manolache wrote: Tim Funk wrote: Do you mean take the XML doc and perform an xslt transformation on the server before it gets sent to the client? (I thought original patch did that.) No, just return HTML in the first place. Feel free to revert to the previous version. -1 from me for ser

Re: Http version error

2003-03-25 Thread Claudio Bisegni
i have tryed now with one space tommy give me the erro BAd request thia is my code for create the http request " httpMessage.append(requestMetod); httpMessage.append(" /" + wsda.swclient.WsdaClient.confDelegator.getServerMediatorClass() + ";jsessionid="+ (sessionID==null?" ":sessionID +

DO NOT REPLY [Bug 18342] - socketExceptions in 4.1.24

2003-03-25 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: Http version error

2003-03-25 Thread Claudio Bisegni
thianks for the help tomorrow i'll try now is to late, in italy for me, tomorrow i'll have a grea work day... i notice you tomorrow Thanks for now sean Claudio On Tuesday, March 25, 2003, at 10:39 PM, Sean Reilly wrote: Well, the HTTP/1.1 spec (http://www.w3.org/Protocols/rfc2068/rfc2068, Secti

Tomcat SSL mutual authentication: Nobody's got a clue?

2003-03-25 Thread choreson
I want configure Tomcat SSL for mutual authentication. And I've been exploring this for a while. If tomcat-users don't know this, tomcat-developers also get no clue? __ Try AOL and get 1045 hours FREE for 45 days! http://free.aol.c

RE: Http version error

2003-03-25 Thread Sean Reilly
Well, the HTTP/1.1 spec (http://www.w3.org/Protocols/rfc2068/rfc2068, Section 5.1) specifies that a single space should be used. Since one of the differences between tomcat 3 and tomcat 4.1 is that a new HTTP protocol handler (Coyote) was written, it could be the problem. > -Original Messag

Re: Http version error

2003-03-25 Thread Claudio Bisegni
yes there are tow space you think this is the problem??? On Tuesday, March 25, 2003, at 10:26 PM, Sean Reilly wrote: - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [5.0] Monitor servlet

2003-03-25 Thread Costin Manolache
Tim Funk wrote: > Do you mean take the XML doc and perform an xslt transformation on the > server before it gets sent to the client? (I thought original patch did > that.) No, just return HTML in the first place. I just don't understand - when you can just display HTML, why do you want to go th

DO NOT REPLY [Bug 13499] - Jasper throws an exception on an immediate pageContext.forward()

2003-03-25 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: Http version error

2003-03-25 Thread Sean Reilly
Are there two spaces between the URI and the version in the real request? POST /Tomcat_tre/WsdaServlet;jsessionid= HTTP/1.1 ^^ That could be the source of the problem (if it's not just in the email). > -Original Message- > From: Claudio Bisegni [m

Re: Http version error

2003-03-25 Thread Claudio Bisegni
thanks in advanced sean, in effectly the email wsa wrong formatted, the real my post is: POST /Tomcat_tre/WsdaServlet;jsessionid= HTTP/1.1 User-Agent: WSDA_SWCLIENT Content-Type: application/octet-stream Content-length: 19 FRAMEWORK_VERSION: 0.0WSDAFM but the error remain I flow this rewest

RE: Http version error

2003-03-25 Thread Sean Reilly
Unless you formatted the email strangely, you have an invalid HTTP request. The directive (POST) the URI, and the version must all be on the first line. Also, the tag in the Content-Length header shouldn't be there (I assume that's an email formatted thing, but just in case). So the request shou

Http version error

2003-03-25 Thread Claudio Bisegni
Hi all, I have a wireless java application writing in superwaba, and i have made myself a code for sending an http servlet request to tomcat. In tomcat 3 al work but with tomcat 4.1 i have his errror "HTTP/1.1 505 HTTP Version Not Supported" anyone has an idea?? This is the htttp request that i ma

Re: [5.0] Monitor servlet

2003-03-25 Thread Tim Funk
Do you mean take the XML doc and perform an xslt transformation on the server before it gets sent to the client? (I thought original patch did that.) The dtd was really just an easy explanation of what the fields meant. The only reason I suggested this was if an xml doc is published (which it

DO NOT REPLY [Bug 18342] New: - socketExceptions in 4.1.24

2003-03-25 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: [5.0] Monitor servlet

2003-03-25 Thread Costin Manolache
Tim Funk wrote: > I am in the process of reworking the style sheet to make it "prettier". >(I do my testing in mozilla) > > I will also try to: > - create a DTD which will explain the xml output > - add an option to allow the user to change the style sheet > - incorporate more information int

Re: [5.0] Monitor servlet

2003-03-25 Thread Tim Funk
I am in the process of reworking the style sheet to make it "prettier". (I do my testing in mozilla) I will also try to: - create a DTD which will explain the xml output - add an option to allow the user to change the style sheet - incorporate more information into the XML doc output - wish to

Re: [5.0] Monitor servlet

2003-03-25 Thread Costin Manolache
Remy Maucherat wrote: > Remy Maucherat wrote: >> Costin Manolache wrote: >> >>> Remy, >>> Could you move the manager servlets to webapps/manager ? As you can >>> see, I can't touch build.xml without breaking something :-). >>> >>> >>> I would also like to move the coyote/tomcat5 code in catalina

Re: [5.0] Monitor servlet

2003-03-25 Thread Costin Manolache
Remy Maucherat wrote: > I've committed a rough version of the monitoring servlet. It will > display status information for all Coyote connectors, using JMX > exclusively. I don't think there's any statistic missing (the amount of > meaningful status information available to a Java program is defin

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

2003-03-25 Thread costin
costin 2003/03/25 11:07:56 Modified:catalina/src/share/org/apache/catalina/core StandardWrapper.java Log: Fix for allowing manager servlet jars to be in WEB-INF/lib of jar. IF the app is priviledged, it'll have the loader as a child of the container -

DO NOT REPLY [Bug 18330] - Not working with IBM Web Sphere Studio 5.0

2003-03-25 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: [5.0] Monitor servlet

2003-03-25 Thread Remy Maucherat
Remy Maucherat wrote: Costin Manolache wrote: Remy, Could you move the manager servlets to webapps/manager ? As you can see, I can't touch build.xml without breaking something :-). I would also like to move the coyote/tomcat5 code in catalina - and eventually coyote/tomcat4 to jakarta-tomcat-4 a

DO NOT REPLY [Bug 18329] - socket write errors

2003-03-25 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 18225] - Regression in Tomcat 5: Request failed to match "default" servlet

2003-03-25 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: [5.0] Monitor servlet

2003-03-25 Thread Remy Maucherat
Costin Manolache wrote: Remy, Could you move the manager servlets to webapps/manager ? As you can see, I can't touch build.xml without breaking something :-). I would also like to move the coyote/tomcat5 code in catalina - and eventually coyote/tomcat4 to jakarta-tomcat-4 and same for 3.3 ( pre

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/http/mapper Mapper.java

2003-03-25 Thread remm
remm2003/03/25 10:54:40 Modified:util/java/org/apache/tomcat/util/http/mapper Mapper.java Log: - The wildcard mapping algorithm was incorrect. This should fix it. Revision ChangesPath 1.13 +42 -13 jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/htt

Re: [5.0] Monitor servlet

2003-03-25 Thread Costin Manolache
Remy, Could you move the manager servlets to webapps/manager ? As you can see, I can't touch build.xml without breaking something :-). I would also like to move the coyote/tomcat5 code in catalina - and eventually coyote/tomcat4 to jakarta-tomcat-4 and same for 3.3 ( preserving the same packag

DO NOT REPLY [Bug 18330] New: - Not working with IBM Web Sphere Studio 5.0

2003-03-25 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: maxThreads reached

2003-03-25 Thread Shapira, Yoav
Howdy, If you enable the RequestDumperValve (in server.xml), and have n request processing threads, then the last n entries in the log at any time represent the last n requests (not necessarily in the order they were received by the server)... Yoav Shapira Millennium ChemInformatics >-Origi

DO NOT REPLY [Bug 18329] New: - socket write errors

2003-03-25 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-catalina/catalina/src/share/org/apache/catalina/startup HostConfig.java

2003-03-25 Thread costin
costin 2003/03/25 09:57:54 Modified:catalina/src/share/org/apache/catalina/startup HostConfig.java Log: Remove the annoying periodical message. Revision ChangesPath 1.7 +6 -8 jakarta-tomcat-catalina/catalina/src/share/org/apache/catali

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

2003-03-25 Thread costin
costin 2003/03/25 09:56:01 Modified:catalina/src/share/org/apache/catalina/core StandardContext.java Log: First impl of reloading. Right now I put it in destroy() - so you need stop()/destroy()/init()/start(). Probably it can be in stop(). It needs

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/threads ThreadPoolMX.java

2003-03-25 Thread costin
costin 2003/03/25 09:53:28 Modified:util/java/org/apache/tomcat/util/threads ThreadPoolMX.java Log: Use getters Revision ChangesPath 1.5 +2 -2 jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/threads/ThreadPoolMX.java Index: ThreadPoolMX.java

maxThreads reached

2003-03-25 Thread Ronald Klop
Hello, Sometimes I get the error 'maxThreads reached...'. Is there a way to see which requests are being processed at that moment? This could really help in debugging and analyzing this. Or a possibility to write a dump of actice requests to the log. Greetings, Ronald.

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/http/mapper Mapper.java

2003-03-25 Thread costin
costin 2003/03/25 09:52:56 Modified:util/java/org/apache/tomcat/util/http/mapper Mapper.java Log: Add the host automatically. We don't really need the Host object to be anything - we map to Context and we get the Host object from there. ( well, Wrapper is the only object that ne

cvs commit: jakarta-tomcat-connectors/util build.xml

2003-03-25 Thread costin
costin 2003/03/25 09:50:52 Modified:util build.xml Log: Index and nodocs Revision ChangesPath 1.21 +3 -2 jakarta-tomcat-connectors/util/build.xml Index: build.xml === RCS file: /home/c

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

2003-03-25 Thread costin
costin 2003/03/25 09:50:21 Modified:coyote/src/java/org/apache/coyote/tomcat5 MapperListener.java Log: Remove unused imports. Deal with Hosts. Use JMX for hosts, remove some deps. Use a domain Revision ChangesPath 1.9 +73 -48 j

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

2003-03-25 Thread costin
costin 2003/03/25 09:48:42 Modified:coyote/src/java/org/apache/coyote/tomcat5 CoyoteRequest.java Log: Get the Host from the Context, it simplifies the mapping and registration of Hosts Revision ChangesPath 1.22 +13 -5 jakarta-tomcat-connectors/coyote/src/java/

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

2003-03-25 Thread costin
costin 2003/03/25 09:47:47 Modified:coyote/src/java/org/apache/coyote/tomcat5 CoyoteConnector.java Log: Set the domain in the mapper - so it maps only for our engine ( ==domain ) Register the mapper in JMX - we can see what's inside. Revision Chang

DO NOT REPLY [Bug 17401] - Symbolic links not handled properly

2003-03-25 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 18225] - Regression in Tomcat 5: Request failed to match "default" servlet

2003-03-25 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 18225] - Regression in Tomcat 5: Request failed to match "default" servlet

2003-03-25 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-catalina/webapps/manager xform.xsl

2003-03-25 Thread remm
remm2003/03/25 07:40:26 Modified:webapps/manager xform.xsl Log: - Minor updates. Revision ChangesPath 1.2 +2 -5 jakarta-tomcat-catalina/webapps/manager/xform.xsl Index: xform.xsl === R

DO NOT REPLY [Bug 18225] - Regression in Tomcat 5: Request failed to match "default" servlet

2003-03-25 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 17736] - RequestDispatcher.include/forward deal checked Exception incorrectly

2003-03-25 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

Keep generated jsp - servlet

2003-03-25 Thread Matthew Oatham
Hi, Is there an option I can set to keep the java src generated from the runtime compilation of jsp's. I want to compare these with those that jspc produce when pre compiling. When running some pre complied jsp's (CLASS files) I get the error: # HotSpot Virtual Machine Error, Internal Error # P

DO NOT REPLY [Bug 18314] - Multiple declarations of same taglib cause exception during validation

2003-03-25 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 18314] New: - Multiple declarations of same taglib cause exception during validation

2003-03-25 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: jspc and index.jsp

2003-03-25 Thread Matthew Oatham
Arrrgg! Also when I have .. With the mapping jsp.index jsp.index jsp.index jsp/index.jsp I don't get to see jsp/indesx.jsp instead I get a directory listing! I also changed the above to jsp.index /jsp/index.jsp and Still no luck! Is this something to with the urir

DO NOT REPLY [Bug 18073] - gzip compression checks for wrong content type

2003-03-25 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 18073] - gzip compression checks for wrong content type

2003-03-25 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 18073] - gzip compression checks for wrong content type

2003-03-25 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

[GUMP] Build Failure - jk2

2003-03-25 Thread Craig McClanahan
This email is autogenerated from the output from: Buildfile: build.xml init.taskdef: guess.os: [echo] build

jspc and index.jsp

2003-03-25 Thread Matthew Oatham
Hi, I have managed to pre-compile my jsp's down to class files and put them in web-inf/classes. I have this entry in web.xml index.jsp index.htm index.html I have the servlet WEB-INF/classes/index.class I have the mapping: index index index /i

cvs commit: jakarta-tomcat-catalina/webapps/admin/service service.jsp

2003-03-25 Thread amyroh
amyroh 2003/03/25 00:29:06 Modified:webapps/admin/WEB-INF/classes/org/apache/webapp/admin/connector ConnectorForm.java webapps/admin/WEB-INF/classes/org/apache/webapp/admin/context ContextForm.java SaveContextAction.java

Re: TC5 JMX

2003-03-25 Thread Amy Roh
> Amy Roh wrote: > > >> I moved the valve registration in addValve(). > > > > Cool. I think logger and realm registration should be in setLogger and > > setRealm as well so mbeans can get registered correctly. Also, > > deregistration for old mbean should happen when new logger or realm is > > nu