Re: [ANNOUNCE] Tomcat 4.0 Milestone 3

2000-10-27 Thread Henri Gomez
> I found a bug at the last minute (while constructing the "m3" > distribution > bundles) that Tomcat 4.0 croaks (with the error you quote below) if you > place a > WAR file of the application into the webapps directory, *and* you > mention this > application in a element in server.xml. This com

Re: jboss on tomcat update

2000-10-27 Thread Peter Donald
Hi, I figured I may respond because I may be one of those you think are being religious and I aren't .. honest ;) At 07:18 27/10/00 -0700, Jon Stevens wrote: >on 10/27/2000 4:47 PM, "marc fleury" <[EMAIL PROTECTED]> wrote: >> Re: the licenses. I read many of the arguments regarding the license

RE: [jBoss-Dev] Re: jboss on tomcat update

2000-10-27 Thread marc fleury
| but at the same time, you have a problem with the GPL being |viral so you give exceptions for people to use JBoss. Instead, what you |should do is probably be using the MPL license which will solve your needs |without having to constantly grant exceptions to people. ??? what 'exceptions'? we n

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

2000-10-27 Thread pierred
pierred 00/10/27 20:20:23 Modified:jasper/src/share/org/apache/jasper/compiler JspParseEventListener.java Parser.java ParserController.java jasper/src/share/org/apache/jasper/resources messages.proper

Re: jboss on tomcat update

2000-10-27 Thread Jon Stevens
on 10/27/2000 4:47 PM, "marc fleury" <[EMAIL PROTECTED]> wrote: > Re: the separate projects... I tend to believe things happen for a reason, > even misunderstandings, and maybe the field of open source java is better > for it, I mean not been integrated and all. I mean I am happy with the fact >

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

2000-10-27 Thread craigmcc
craigmcc00/10/27 18:39:45 Modified:catalina/src/share/org/apache/catalina/connector HttpRequestBase.java RequestStream.java catalina/src/share/org/apache/catalina/util RequestUtil.java Log: Fix a bug where only the first 512 bytes of a POST req

cvs commit: jakarta-tomcat-4.0/webapps/examples/WEB-INF web.xml

2000-10-27 Thread craigmcc
craigmcc00/10/27 18:38:50 Modified:webapps/examples/WEB-INF web.xml Log: Add a commented-out invocation of the request dumper filter, which is quite useful for debugging. All you need to do is remove the comments around the element to enable this filter. Revision Changes

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util SimplePool.java

2000-10-27 Thread larryi
larryi 00/10/27 17:34:36 Modified:src/share/org/apache/tomcat/util SimplePool.java Log: Fix put method so idx can't become equal to max causing an ArrayIndexOutOfBoundsException. Update put and get so the code than reads and writes pool[] is synchronized too. Otherwise a

[jBoss-Dev] jboss on tomcat update

2000-10-27 Thread marc fleury
hi guys, (long post, crossposted, sorry) so it's been a while since I posted to your lists. I just read through the "jboss is groovy" (my brother pointed it out) thread that was here a month ago and I thought I owed you guys an update. First I was sorry to see there is still some bad blood abo

Re: [ANNOUNCE] Tomcat 4.0 Milestone 3

2000-10-27 Thread Craig R. McClanahan
Henri, I found a bug at the last minute (while constructing the "m3" distribution bundles) that Tomcat 4.0 croaks (with the error you quote below) if you place a WAR file of the application into the webapps directory, *and* you mention this application in a element in server.xml. This combinati

I think that it is a bug.

2000-10-27 Thread Qian Weichun
The bug lies here: I forward a request in my servlet. After I commit the output, I perform the forwarding. Tomcat doesn't act conforming to the servlet 2.2 specification, which specifies that it should throw the IllegalStateException. Peek the source: public

BugRat Report #318 has been filed.

2000-10-27 Thread BugRat Mail System
Bug report #318 has just been filed. You can view the report at the following URL: REPORT #318 Details. Project: Catalina Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: medium Severity: s

BugRat Report #318 has been filed.

2000-10-27 Thread BugRat Mail System
Bug report #318 has just been filed. You can view the report at the following URL: REPORT #318 Details. Project: Catalina Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: medium Severity: s

cvs commit: jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/compiler PageDataImpl.java JspParseEventListener.java TagLibraryInfoImpl.java XmlOutputter.java PageInfoImpl.java

2000-10-27 Thread pierred
pierred 00/10/27 14:23:37 Modified:jasper/src/share/org/apache/jasper/compiler JspParseEventListener.java TagLibraryInfoImpl.java XmlOutputter.java Added: jasper/src/share/org/apache/jasper/compiler PageData

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util ServerCookie.java

2000-10-27 Thread nacho
nacho 00/10/27 13:50:51 Modified:src/facade22/org/apache/tomcat/facade CookieFacade.java HttpServletResponseFacade.java src/share/org/apache/tomcat/helper CookieTools.java src/share/org/apache/tomcat/util ServerCookie.java Log:

Re: EmbedTomcat.java question (3.2b6) -- Must use Java 2

2000-10-27 Thread Nick Bauman
That's cool. I just wanted to mention it so that others who make assumptions like myself don't end up wasting their time like I did. At least the container works with 1.1. On Fri, 27 Oct 2000, Costin Manolache wrote: > EmbededTomcat was introduced initially to allow J2EE > integration, it may

Tomcat 3.1 problems: UTF-8 encoded HTML pages mishandled; Classpath issues

2000-10-27 Thread Rick Beaubien
We recently tried upgrading our version of Tomcat 3.1. We had actually been running 3.1 for a while, but discovered that changes had been made to some of the 3.1 .jar files since we first installed it (the modified date for the class files in the servlet.jar file for the earlier issue of 3.1 is 3/

Re: Linking mod_jk for apache 1.3, on HP-UX 11.00

2000-10-27 Thread Ron Bolin
Brian, Try these mods and makefile for 32bit HP-UX. It works for me using HP cc and linker. Ron "Brian M. Kelley" wrote: > Hey all. I've been struggling to get mod_jk for Apache 1.3 > to link, using the 32-bit linker on HPUX 11.00. Problem is with > the linker complaining about not being

Linking mod_jk for apache 1.3, on HP-UX 11.00

2000-10-27 Thread Brian M. Kelley
Hey all. I've been struggling to get mod_jk for Apache 1.3 to link, using the 32-bit linker on HPUX 11.00. Problem is with the linker complaining about not being able to resolving external unknown symbols (that mod_jk uses, which are provided by apache during runtime). Here's the link co

Re: BugRat Bug #42 was assigned to Costin Manolache

2000-10-27 Thread Costin Manolache
I'm on the airport, using an internet cafe. I'll be back to normal conectivity next week. Costin --- Nick Bauman <[EMAIL PROTECTED]> wrote: > Costin, I believe this was fixed, but I don't want > to assume. Can you > close this when you get a chance? > > Thanks > > -Nick > > On Thu, 26 Oct 2

Re: EmbedTomcat.java question (3.2b6) -- Must use Java 2

2000-10-27 Thread Costin Manolache
EmbededTomcat was introduced initially to allow J2EE integration, it may be possible to make it 1.1 compatible but it's not part of the "core" functionality. We never claimed we'll support all the features on 1.1, only that you'll have a working container. Costin --- Nick Bauman <[EMAIL PROT