cvs commit: jakarta-tomcat-4.0/webapps build.xml

2001-10-03 Thread remm
remm01/10/03 22:51:38 Modified:webapps build.xml Log: - Fix some problems with handling of the base directory path. The output directory could apparently be wrong when invoking Ant in one of the subprojects (although I never experienced the problem). Patch submitted

cvs commit: jakarta-tomcat-4.0/tester build.xml

2001-10-03 Thread remm
remm01/10/03 22:51:22 Modified:tester build.xml Log: - Fix some problems with handling of the base directory path. The output directory could apparently be wrong when invoking Ant in one of the subprojects (although I never experienced the problem). Patch submitted

cvs commit: jakarta-tomcat-4.0/jasper build.xml

2001-10-03 Thread remm
remm01/10/03 22:51:12 Modified:jasper build.xml Log: - Fix some problems with handling of the base directory path. The output directory could apparently be wrong when invoking Ant in one of the subprojects (although I never experienced the problem). Patch submitted

cvs commit: jakarta-tomcat-4.0/catalina build.xml

2001-10-03 Thread remm
remm01/10/03 22:51:03 Modified:catalina build.xml Log: - Fix some problems with handling of the base directory path. The output directory could apparently be wrong when invoking Ant in one of the subprojects (although I never experienced the problem). Patch submitted

DO NOT REPLY [Bug 3949] - Document with content-length of 0 results in resend headers

2001-10-03 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/catalina/src/share/org/apache/catalina/connector/http HttpProcessor.java

2001-10-03 Thread remm
remm01/10/03 22:44:43 Modified:catalina/src/share/org/apache/catalina/connector/http HttpProcessor.java Log: - Add a flag to indicate that we'll finish the response. We don't if the problem is an EOFException while parsing the request header. Fixe

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector/http HttpResponseStream.java

2001-10-03 Thread remm
remm01/10/03 22:43:20 Modified:catalina/src/share/org/apache/catalina/connector/http HttpResponseStream.java Log: - Use setHeader to avoid setting duplicate headers. Revision ChangesPath 1.9 +5 -5 jakarta-tomcat-4.0/catalina/src/sh

Re: Volunteers for: - RE: TC 3.3: getRequestURI()

2001-10-03 Thread Bojan Smojver
Bojan Smojver wrote: > > [EMAIL PROTECTED] wrote: > > > I don't think I can do this alone ( if it sounded like I volunteer to fix > > it - well, I need help ). > > > - Test. > > I'm one of those overly brave and too stupid that put CVS versions of > software in production environment. Promise

[PATCH] 4 jakarta-tomcat-4.0 build.xml files

2001-10-03 Thread Patrick Luby
Hello, Can someone review and commit the following 4 patches to the HEAD branch of jakarta-tomcat-4.0? catalina/build.xml jasper/build.xml tester/build.xml webapps/build.xml These 4 patches correct a problem when invoking ant within any of the above 4 directories. Prior to these pat

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

2001-10-03 Thread remm
remm01/10/03 20:36:50 Modified:catalina/src/share/org/apache/catalina/connector HttpResponseBase.java Log: - Remove dead code. Revision ChangesPath 1.39 +4 -12 jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector/HttpR

cvs commit: jakarta-tomcat-4.0 tomcat.nsi

2001-10-03 Thread remm
remm01/10/03 20:01:46 Modified:.tomcat.nsi Log: - Update for the new shared directories. Revision ChangesPath 1.18 +4 -4 jakarta-tomcat-4.0/tomcat.nsi Index: tomcat.nsi === RCS

RE: [half-off-topic] Java Compilers

2001-10-03 Thread Deacon Marcus
Hi, > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of > Craig R. McClanahan > Sent: Thursday, October 04, 2001 4:42 AM > To: [EMAIL PROTECTED] > Subject: Re: [half-off-topic] Java Compilers [...] > A conversation on a semi-related topic is currently running on the > [EMAIL PROTECTE

RE: [half-off-topic] Java Compilers

2001-10-03 Thread Deacon Marcus
Hi, > From: Aaron Mulder [mailto:[EMAIL PROTECTED]] > Sent: Thursday, October 04, 2001 3:47 AM > To: [EMAIL PROTECTED] > Subject: RE: [half-off-topic] Java Compilers > > > If you haven't seen it already, there's an article on the Swing > Connection on creating dynamic event listeners or som

Re: DO NOT REPLY [Bug 3839] - Problem bookmarking login page

2001-10-03 Thread Bojan Smojver
Bojan Smojver wrote: > > I have done this with TC 3.3, Apache 1.3.20 + mod_jk and my own form > based authentication: Just to clarify here, 'my own' means in my own app, not something I've coded separately from TC. Bojan

Re: [half-off-topic] Java Compilers

2001-10-03 Thread Craig R. McClanahan
On Thu, 4 Oct 2001, Deacon Marcus wrote: > Date: Thu, 4 Oct 2001 01:50:53 +0200 > From: Deacon Marcus <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: [half-off-topic] Java Compilers > > Hi, > First, I'm sorry for being off-topic, but I have no idea where it wo

Re: tools.jar, javac and JDK 1.4b2

2001-10-03 Thread Craig R. McClanahan
On Thu, 4 Oct 2001, Deacon Marcus wrote: > Date: Thu, 4 Oct 2001 03:43:35 +0200 > From: Deacon Marcus <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: tools.jar, javac and JDK 1.4b2 > > Hi, > Are there any actions taken to convince Sun to leave tools.jar and

DO NOT REPLY [Bug 3920] - HttpSessionBindingListener partially working for session expiration

2001-10-03 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/src/facade22/org/apache/tomcat/facade HttpSessionFacade.java

2001-10-03 Thread billbarker
billbarker01/10/03 19:20:04 Modified:src/facade22/org/apache/tomcat/facade HttpSessionFacade.java Log: Remove validity checks from where the spec doesn't require them. This fixes Bug #3920 submitted by Alessandro Polverini [EMAIL PROTECTED] Revision ChangesPath 1.17

Re: DO NOT REPLY [Bug 3839] - Problem bookmarking login page

2001-10-03 Thread Bojan Smojver
I have done this with TC 3.3, Apache 1.3.20 + mod_jk and my own form based authentication: Pages: /login/login.vm <-- login page /login/error.vm <-- error page /login/index.vm <-- default index page If someone goes to /login/login.vm directly and gets authenticated, the page /login/index.vm get

RE: [half-off-topic] Java Compilers

2001-10-03 Thread Aaron Mulder
If you haven't seen it already, there's an article on the Swing Connection on creating dynamic event listeners or some such which seems to have been the basis for the Dynamic Proxy support in JDK 1.3. It has source code for generating classes on the fly that implement arbitrary interfaces

RE: DO NOT REPLY [Bug 3839] - Problem bookmarking login page

2001-10-03 Thread Steve Downey
"Train the user not to do that" is a cop out. If an application doesn't work the way users expect, it's a problem with the application, not the user. That's usability 101. If the user shouldn't bookmark the login page, they shouldn't ever be exposed to the URI for the login page. That makes it i

tools.jar, javac and JDK 1.4b2

2001-10-03 Thread Deacon Marcus
Hi, Are there any actions taken to convince Sun to leave tools.jar and javac as they were in JDK 1.4b1 and before? JDK 1.4 is still beta 2, so it's not too late for that, right? Greetings, deacon Marcus ~ HELP STARVING JAVA PROGRAMMER: If you need cheap and reliable JSP hosting, please

RE: [half-off-topic] Java Compilers

2001-10-03 Thread Deacon Marcus
Hi, > From: Dmitri Colebatch [mailto:[EMAIL PROTECTED]] > Sent: Thursday, October 04, 2001 2:35 AM > To: [EMAIL PROTECTED] > Subject: Re: [half-off-topic] Java Compilers > > > Hi, > > On Thu, 4 Oct 2001, Deacon Marcus wrote: > > > There would be two classes, CompileUnit and CompileContext. > > Fi

DO NOT REPLY [Bug 3822] - Drive letter causes a NumberFormatException when JSP compiler parses errors

2001-10-03 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: [half-off-topic] Java Compilers

2001-10-03 Thread Dmitri Colebatch
Hi, On Thu, 4 Oct 2001, Deacon Marcus wrote: > There would be two classes, CompileUnit and CompileContext. > First, you create a CompileContext, initialize it with working dir and > classpath, then you create CompileUnit, initialize it with CompileContext > and a .java file. Then, you can call .

[half-off-topic] Java Compilers

2001-10-03 Thread Deacon Marcus
Hi, First, I'm sorry for being off-topic, but I have no idea where it would be on-topic, so I write it here. Besides, at least some of you will be interested. I'm starting another project - run-time compiled java, which I would like to develop into stable beta and then donate to ASF. There would

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

2001-10-03 Thread kinman
kinman 01/10/03 16:45:02 Modified:jasper/src/share/org/apache/jasper/compiler Tag: tomcat_40_branch JspCompiler.java Log: PR: Bugzilla 3892 If the name of a .jsp file does not start with a legal Java identifier letter, prepend the generated class name wi

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

2001-10-03 Thread kinman
kinman 01/10/03 16:43:22 Modified:jasper/src/share/org/apache/jasper/compiler JspCompiler.java Log: PR: Bugzilla 3892 If the name of the .jsp file does not start with a legal Java identifier letter, prepend the generated class name with a '$' to make it a legal Java id name.

THANKS

2001-10-03 Thread Mister Nobody
I've been working with TC4.0, installing and configuring, for the past week, and I just want to say to the active developers on this list: THANK YOU This is a beautifully functional, beautifully documented, really slick piece of work. Y'all are GREAT.

DO NOT REPLY [Bug 3953] - If context is listed in server.xml then webapp servlets are loaded twice....

2001-10-03 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: Bug 3888/Class Loader Stopped

2001-10-03 Thread Remy Maucherat
> I noticed there were comments saying that it's hard to replicate. I get it > pretty regularly, but the trick seems to be that it only occurs for me once > I reload a context. Then pretty much my first servlet request generates > this error. > > I couldn't figure out how to add a note to a bug

RE: Bug 3888/Class Loader Stopped

2001-10-03 Thread Michael Rimov
I noticed there were comments saying that it's hard to replicate. I get it pretty regularly, but the trick seems to be that it only occurs for me once I reload a context. Then pretty much my first servlet request generates this error. I couldn't figure out how to add a note to a bug in Bugzi

cvs commit: jakarta-tomcat-site/xdocs index.xml

2001-10-03 Thread craigmcc
craigmcc01/10/03 16:15:43 Modified:docs index.html xdocsindex.xml Log: Tweak the wording slightly to reflect the actual reality. Revision ChangesPath 1.10 +3 -1 jakarta-tomcat-site/docs/index.html Index: index.html

cvs commit: jakarta-tomcat-4.0 RELEASE-PLAN-4.0.1.txt

2001-10-03 Thread remm
remm01/10/03 16:05:01 Added: .Tag: tomcat_40_branch RELEASE-PLAN-4.0.1.txt Log: - Add release plan for Tomcat 4.0.1. - Note: I don't think release plans are needed for maintenance releases, and it will be mainly used to keep track of must-fix issues. There will b

cvs commit: jakarta-tomcat-4.0/catalina build.xml

2001-10-03 Thread craigmcc
craigmcc01/10/03 15:59:43 Modified:catalina build.xml Log: Do not copy the "server" classes twice (once unpacked and once packed). Revision ChangesPath 1.74 +0 -9 jakarta-tomcat-4.0/catalina/build.xml Index: build.xml

DO NOT REPLY [Bug 3839] - Problem bookmarking login page

2001-10-03 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/src/share/org/apache/tomcat/modules/server Http10Interceptor.java

2001-10-03 Thread mmanders
mmanders01/10/03 15:13:45 Modified:src/share/org/apache/tomcat/modules/server Http10Interceptor.java Log: Fix Bug #3944 request.getRemoteAddr() alays returning 127.0.0.1 Bug report from Alessandro Polverini Since the base Request object set remoteAddr

DO NOT REPLY [Bug 3892] - Can't compile 2092.jsp

2001-10-03 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 3953] - If context is listed in server.xml then webapp servlets are loaded twice....

2001-10-03 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 3839] - Problem bookmarking login page

2001-10-03 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 3667] - Only one ValidationMessage processed

2001-10-03 Thread bugzilla
lution||FIXED --- Additional Comments From [EMAIL PROTECTED] 2001-10-03 15:07 --- Fixed with nightly build 20011003

DO NOT REPLY [Bug 3669] - Improve Jasper error reporting (stack traces)

2001-10-03 Thread bugzilla
lution||FIXED --- Additional Comments From [EMAIL PROTECTED] 2001-10-03 15:05 --- Fixed with nightly build 20011003

DO NOT REPLY [Bug 3953] New: - If context is listed in server.xml then webapp servlets are loaded twice....

2001-10-03 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/tomcat-docs class-loader-howto.xml

2001-10-03 Thread craigmcc
craigmcc01/10/03 15:00:41 Modified:webapps/tomcat-docs class-loader-howto.xml Log: Update the Class Loader doc for the HEAD branch to reflect the revised state of the world. Revision ChangesPath 1.2 +36 -93jakarta-tomcat-4.0/webapps/tomcat-docs/class-loader-h

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

2001-10-03 Thread kinman
kinman 01/10/03 15:00:35 Modified:jasper/src/share/org/apache/jasper/compiler Tag: tomcat_40_branch JspParseEventListener.java jasper/src/share/org/apache/jasper/resources Tag: tomcat_40_branch messages.properties

DO NOT REPLY [Bug 3884] - SingleThreadModel servlets not pooled results in low performance

2001-10-03 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 3944] - request.getRemoteAddr() always returning 127.0.0.1

2001-10-03 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/jasper/src/share/org/apache/jasper/resources messages.properties messages_ja.properties

2001-10-03 Thread kinman
kinman 01/10/03 14:48:31 Modified:jasper/src/share/org/apache/jasper/compiler JspParseEventListener.java jasper/src/share/org/apache/jasper/servlet JspServlet.java jasper/src/share/org/apache/jasper/resources

DO NOT REPLY [Bug 3944] - request.getRemoteAddr() always returning 127.0.0.1

2001-10-03 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/tester build.xml

2001-10-03 Thread craigmcc
craigmcc01/10/03 14:39:12 Modified:.build.xml catalina build.xml catalina/src/share/org/apache/catalina/startup Bootstrap.java BootstrapService.java jasper build.xml tester build.xml Log:

DO NOT REPLY [Bug 3949] New: - Document with content-length of 0 results in resend headers

2001-10-03 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 3845] - Body content is supposed to be empty

2001-10-03 Thread bugzilla
lution||FIXED --- Additional Comments From [EMAIL PROTECTED] 2001-10-03 12:32 --- Fixed in nightly build 20011003

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

2001-10-03 Thread kinman
kinman 01/10/03 12:29:28 Modified:jasper/src/share/org/apache/jasper/compiler Parser.java Log: PR: Bugzilla 3845 Revision ChangesPath 1.15 +8 -8 jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/compiler/Parser.java Index: Parser.java =

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

2001-10-03 Thread kinman
kinman 01/10/03 12:26:47 Modified:jasper/src/share/org/apache/jasper/compiler Tag: tomcat_40_branch Parser.java Log: PR: Bugzilla 3845 Revision ChangesPath No revision No revision 1.13.2.2 +8 -

Re: Rebinding Resolved Objects

2001-10-03 Thread Will Stranathan
The nightly build is based on the HEAD branch, correct? Doing a lookup on the same element produces different hashCode() results. Also, does the JDBC driver have to support something specific in order for Tyrex to pool it correctly? Even when I get the same DataSource every time, it still create

DO NOT REPLY [Bug 3839] - Problem bookmarking login page

2001-10-03 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 3941] - PrinWriter.flush() HttpServletResponse.flushBuffer() do not work

2001-10-03 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 3941] - PrinWriter.flush() HttpServletResponse.flushBuffer() do not work

2001-10-03 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 3823] - sendError and setStatus clear headers already set

2001-10-03 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 3939] - HttpServletResponse.SC_UNAUTHORIZED incorrectly trapped by Tomcat

2001-10-03 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: ClassCastException

2001-10-03 Thread Kevin Jones
I had exactly this problem; but I had jdbc2_0-stdext.jar not in the jre/lib/ext but in my webapp/web-inf/lib directory. Putting jdbc2_0-stdext.jar in common/lib along with the tyrex files solved the problem (classloaders, you gotta love 'em) Kevin Jones Developmentor www.develop.com > -Origi

Re: ClassCastException

2001-10-03 Thread Alessandro Pizzolotto
now is ok i am delete 2 .jar from WEB-INF/lib the jdbc extension tanks :) Alkessandro - Original Message - From: "Craig R. McClanahan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 03, 2001 6:19 PM Subject: Re: ClassCastException > > > On Wed, 3 Oct 2001, Alessandr

Issues regarding class loading in tomcat3.2.1

2001-10-03 Thread Subhadeep De
Hi, I am facing a problem regarding loading some of my classes at runtime. The scene is as follows. I download a jar and instantiate a class form it using my own class loader. This class extends another class which is present in the webapps/MYFOLDER/web-inf/classes folder. Now tomcat is unable

Re: ClassCastException

2001-10-03 Thread Craig R. McClanahan
On Wed, 3 Oct 2001, Alessandro Pizzolotto wrote: > Date: Wed, 3 Oct 2001 17:10:37 +0200 > From: Alessandro Pizzolotto <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: Re: ClassCastException > > hehehe > if i use this class: > tyrex.jdbc.xa.EnabledDataSource >

Re: welcome files being forwarded to rather than redirected to?

2001-10-03 Thread Craig R. McClanahan
On Wed, 3 Oct 2001, Jan Grant wrote: > Date: Wed, 3 Oct 2001 13:59:10 +0100 (BST) > From: Jan Grant <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: tomcat-dev <[EMAIL PROTECTED]> > Subject: welcome files being forwarded to rather than redirected to? > > A while ago I sent a message about

DO NOT REPLY [Bug 3944] New: - request.getRemoteAddr() always returning 127.0.0.1

2001-10-03 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 3884] - SingleThreadModel servlets not pooled results in low performance

2001-10-03 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 4.1] Proposed Slight Binary Distribution Rearrangement

2001-10-03 Thread Craig R. McClanahan
On Wed, 3 Oct 2001, Jeff Turner wrote: > Date: Wed, 3 Oct 2001 19:41:47 +1000 > From: Jeff Turner <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: Re: [Tomcat 4.1] Proposed Slight Binary Distribution > Rearrangement > > How about naming it "common" instea

Re: ClassCastException

2001-10-03 Thread Fernando_Salazar
I believe you have the various jar's in the "wrong" locations. They're wrong because, even though all the classes you need are there, they end up in incompatible class loaders. Make sure that: * tyrex jar, jta jar, and jdbc optional jar are in common/lib. * your JDBC driver jar is in common/li

DO NOT REPLY [Bug 3941] New: - PrinWriter.flush() HttpServletResponse.flushBuffer() do not work

2001-10-03 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: ClassCastException

2001-10-03 Thread Alessandro Pizzolotto
hehehe if i use this class: tyrex.jdbc.xa.EnabledDataSource instead javax.sql.DataSource the program works fine the problem is that EnableDataSource implements javax.sql.DataSource but i can't cast javax.sql.DataSource. why ??? Alessandro - Original Message - From: "Will Stranathan" <[EMA

DO NOT REPLY [Bug 3939] New: - HttpServletResponse.SC_UNAUTHORIZED incorrectly trapped by Tomcat

2001-10-03 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: ClassCastException

2001-10-03 Thread Alessandro Pizzolotto
sure :) WEB.XML http://java.sun.com/dtd/web-app_2_3.dtd";> jdbc/domus javax.sql.DataSource Container # SERVER.XML

RE: [J-T-C] Update: Building mod_jk for Apache 2.0/Windows

2001-10-03 Thread Marc Saegesser
It probably isn't a big deal now. I've got the .dsp file working now. Once I'm satisfied everything is OK I'll commit the changes and also export a Windows makefile so that I can build without using the damned IDE. Marc Saegesser > -Original Message- > From: [EMAIL PROTECTED] [mailto:

Re: [PATCH] mod_webapp build cleanups...

2001-10-03 Thread jean-frederic clere
Justin Erenkrantz wrote: > > I finally got a chance to build mod_webapp from j-t-c with Apache 2.0. > Looks good and is quite easy to do. Only problem is that we aren't > handling directories properly. If you do the examples webapp, you > see a link to: > > http://localhost:8080/examples/servl

cvs commit: jakarta-tomcat-connectors/webapp/apache-2.0 mod_webapp.c

2001-10-03 Thread jfclere
jfclere 01/10/03 06:42:57 Modified:webapp/apache-2.0 mod_webapp.c Log: Fix the port (the direct was not working). Revision ChangesPath 1.4 +3 -3 jakarta-tomcat-connectors/webapp/apache-2.0/mod_webapp.c Index: mod_webapp.c ===

welcome files being forwarded to rather than redirected to?

2001-10-03 Thread Jan Grant
A while ago I sent a message about the behaviour of welcome files going against the recommendations at http://www.w3.org/Provider/Style/URI; at the time the servlet spec was in PFD and was fairly explicit that sending a redirect wasn't acceptable. Looking at the final spec, it appears that they'v

Re: ClassCastException

2001-10-03 Thread Will Stranathan
Can we see the appropriate parts of server.xml and web.xml? Will Stranathan Alessandro Pizzolotto wrote: > this code > > javax.naming.Context ctx = new javax.naming.InitialContext(); > javax.naming.Context cto = (javax.naming.Context)ctx.lookup("java:/comp/env"); > javax.sql.DataSource ds = (

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

2001-10-03 Thread jfclere
jfclere 01/10/03 05:35:14 Modified:webapp Makefile.in configure.in webapp/apache-2.0 Makefile.in Log: mod_webapp build cleanups Submitted by: Justin Erenkrantz [EMAIL PROTECTED] Revision ChangesPath 1.21 +7 -1 jakarta-tomcat-connectors/webapp

DO NOT REPLY [Bug 3884] - SingleThreadModel servlets not pooled results in low performance

2001-10-03 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 4.1] Proposed Slight Binary Distribution Rearrangement

2001-10-03 Thread jean-frederic clere
Jeff Turner wrote: > > How about naming it "common" instead of "shared", to match Tomcat 3.3? There is already a common/lib in TC4.0 > > --Jeff > > On Tue, Oct 02, 2001 at 04:54:54PM -0700, Craig R. McClanahan wrote: > > I'd like to propose a small change in the binary distribution layout fo

Re: [Tomcat 4.1] Proposed Slight Binary Distribution Rearrangement

2001-10-03 Thread Jeff Turner
How about naming it "common" instead of "shared", to match Tomcat 3.3? --Jeff On Tue, Oct 02, 2001 at 04:54:54PM -0700, Craig R. McClanahan wrote: > I'd like to propose a small change in the binary distribution layout for > the next version of Tomcat (4.1). It's probably not a good idea to > i

ClassCastException

2001-10-03 Thread Alessandro Pizzolotto
this code javax.naming.Context ctx = new javax.naming.InitialContext(); javax.naming.Context cto = (javax.naming.Context)ctx.lookup("java:/comp/env"); javax.sql.DataSource ds = (javax.sql.DataSource)cto.lookup("jdbc/domus"); produce this error java.lang.ClassCastException: tyrex.jdbc.xa.Enable

DO NOT REPLY [Bug 3936] New: - getResources does not work

2001-10-03 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: [J-T-C] Update: Building mod_jk for Apache 2.0/Windows

2001-10-03 Thread jean-frederic clere
Justin Erenkrantz wrote: > > On Tue, Oct 02, 2001 at 01:24:53PM -0500, Marc Saegesser wrote: > > I'll grab the latest CVS and see how that works. > > > > The buildconf.sh in jk/native/Apache-2.0 runs libtoolize, automake, aclocal > > and autoconf. Cygwin includes all of these except libtool. I