Re: Tomcat 4 service

2001-03-27 Thread Arshad Mahmood
I believe that the only change you require is to create a suitable wrapper.properties, you should be able to use the existing jk_nt_service.exe. I had this working a few weeks ago but I tried my existing configuration on the latest build and the service fails to startup. I am currently in the pro

Re: Multi-byte character support.

2001-03-27 Thread Kazuhiro Kazama
From: "Java Poop" <[EMAIL PROTECTED]> Subject: Re: Multi-byte character support. Date: Mon, 26 Mar 2001 22:33:36 -0800 Message-ID: <[EMAIL PROTECTED]> > What are the il8n limitations in 3.2.1? For example, there are the following limitations: 1, The getParameter method in ServletRequest class re

FW: Tomcat 4 service

2001-03-27 Thread Kevin Jones
I posted this to tomcat-user with no response. Does such a beast exist? If not I'll volunteer to port the Tomcat 3.2 code. Just point me at it! Kevin Jones DevelopMentor www.develop.com > -Original Message- > From: Kevin Jones [mailto:[EMAIL PROTECTED]] > Sent: 27 March 2001 22:44 > To:

RE: Listeners

2001-03-27 Thread Kevin Jones
> Here's the rationale for this behavior (and the fact that Tomcat also > marks the app unavailable if it didn't initialize all the listeners and > filters successfully): But it doesn't, at least not in the latest nightly. I have a listener configured and the class file is missing. Tomcat seems n

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

2001-03-27 Thread remm
remm01/03/27 21:35:25 Modified:catalina/src/share/org/apache/catalina/connector ResponseBase.java Log: - Fix for bug 453. This has the potential to break stuff when using HTTP/1.1, although this is unlikely. Revision ChangesPath 1.11

Re: TC3.3 Proposal: Refactoring org.apache.jasper.servlet

2001-03-27 Thread cmanolache
On Tue, 27 Mar 2001, Craig R. McClanahan wrote: > > The glass is half-full as well - because at least with > > the servlet api it is _possible_ to implement those > > services portably and thus provide a portable JSP > > compiler. > > > > When Tomcat 4.0 was created, one of the goals was to eli

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

2001-03-27 Thread remm
remm01/03/27 21:15:15 Modified:catalina/src/share/org/apache/catalina/connector HttpResponseBase.java Log: - Fix for bug 1081. Revision ChangesPath 1.29 +6 -8 jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector/HttpR

Re: Cause found [was Re: How do I use a non-apache naming servicewith tomcat 4?]

2001-03-27 Thread Craig R. McClanahan
On Tue, 27 Mar 2001, T. Park wrote: > Craig,Remy, > > downloading the latest nightly build resolved my problem... thanks! > Cool. > > ...but only after I dropped that 'big everything' jar into the common/lib > folder. > > So there seems to be a chicken & egg thing regarding what order cer

Re: Listeners

2001-03-27 Thread Craig R. McClanahan
On Tue, 27 Mar 2001, Kevin Jones wrote: > Tomcat 4.0 stops configuring listeners if one of the listeners in the list > isn't present, should it carry on configuring the rest of the listeners it > finds? The spec is silent on this and it seems odd that if somebody (maybe > accidentally) deletes

Re: JDBC-Session store

2001-03-27 Thread Craig R. McClanahan
On Tue, 27 Mar 2001, Kief Morris wrote: > Bip Thelin typed the following on 01:56 PM 3/26/2001 -0800 > >According to the STATUS.html(which doesn't seem to be up to date) no one seems > >to have volunteered for the JDBC-Session store. If that is truly the case I > >would like to volunteer for that

Re: TC3.3 Proposal: Refactoring org.apache.jasper.servlet

2001-03-27 Thread Craig R. McClanahan
On Tue, 27 Mar 2001, Mel Martinez wrote: > > The glass is half-full as well - because at least with > the servlet api it is _possible_ to implement those > services portably and thus provide a portable JSP > compiler. > When Tomcat 4.0 was created, one of the goals was to eliminate all the Jas

Re: TC3.3 Proposal: Refactoring org.apache.jasper.servlet

2001-03-27 Thread Craig R. McClanahan
On Tue, 27 Mar 2001 [EMAIL PROTECTED] wrote: > - initialization - how can you pass init parameters to the jsp ? This is > one of the worst hacks and source of counteless problems ( AFAIK - I > couldn't find any clean way to do that ) >From the application developer's perspective, you do this:

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

2001-03-27 Thread horwat
horwat 01/03/27 15:56:24 Modified:jasper/src/share/org/apache/jasper/compiler JspParseEventListener.java Log: Handle empty element case. This patch allows jasper to work with xerces-1.3.0 Revision ChangesPath 1.23 +7 -5 jakarta-tomcat-

Re: TC3.3 Proposal: Refactoring org.apache.jasper.servlet

2001-03-27 Thread cmanolache
> > - JspServlet must manage the servlet lifecycle - the container can no > > longer treat jsp-generate-servlets the same as regular servlets > > > > This is a limitation of the servlet api and thus the > lack of access to a consistent set of servlet engine > features necessary for full servlet

RE: jk_ajp13_worker.c

2001-03-27 Thread GOMEZ Henri
What about my previous propositions on ajp13 extensions which may became ajp14 "Entre truands, les bénéfices, ça se partage, la réclusion, ça s'additionne." -- Michel Audiard >-Original Message- >From: Dan Milstein [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, March 28, 2001 12:28 A

cvs commit: jakarta-tomcat/src/native/mod_jk/common jk_ajp13_worker.c

2001-03-27 Thread hgomez
hgomez 01/03/27 14:42:04 Modified:src/native/mod_jk/common jk_ajp13_worker.c Log: The long awaited :) correction to tomcat restart problem. No need to restart apache now Will need a little adjustement, ie instead of 3 fixed loop try to connect 2 * times the numbers of worke

RE: jk_ajp13_worker.c

2001-03-27 Thread GOMEZ Henri
I commit NOW :-) "Entre truands, les bénéfices, ça se partage, la réclusion, ça s'additionne." -- Michel Audiard >-Original Message- >From: Dan Milstein [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, March 28, 2001 12:28 AM >To: [EMAIL PROTECTED] >Subject: Re: jk_ajp13_worker.c > > >I wo

RE: ajp1X protocol security

2001-03-27 Thread GOMEZ Henri
>I'm just recently getting more intimate with Tomcat's >architecture and I'm >wondering what provisions and plans are in place for security in the >protocols btw http servers and the servlet engine. What are the >vulnerabilities now and how are people using Tomcat in production >protecting thems

Re: jk_ajp13_worker.c

2001-03-27 Thread Dan Milstein
I would say go for it. It's a hotly desired feature, so hopefully it will see some good testing. Nice work, -Dan GOMEZ Henri wrote: > > Could I commit the latest jk_ajp13_worker.c I send to list ? > > It works fine for more than 1 week... -- Dan Milstein // [EMAIL PROTECTED]

ajp1X protocol security

2001-03-27 Thread Ian Kallen <[EMAIL PROTECTED]>
I'm just recently getting more intimate with Tomcat's architecture and I'm wondering what provisions and plans are in place for security in the protocols btw http servers and the servlet engine. What are the vulnerabilities now and how are people using Tomcat in production protecting themselves?

jk_ajp13_worker.c

2001-03-27 Thread GOMEZ Henri
Could I commit the latest jk_ajp13_worker.c I send to list ? It works fine for more than 1 week...

cvs commit: jakarta-tomcat/src/native/mod_jk/apache2.0 mod_jk.c

2001-03-27 Thread hgomez
hgomez 01/03/27 14:02:36 Modified:src/native/mod_jk/apache2.0 mod_jk.c Log: Add support for timestamp in mod_jk.log New var is JkLogStampFormat and use strftime format ie : "[%a %b %d %H:%M:%S %Y] " nota the " " to make it a single param Also since Apache 2.0 alpha 15, ap_g

cvs commit: jakarta-tomcat/src/native/mod_jk/apache1.3 mod_jk.c

2001-03-27 Thread hgomez
hgomez 01/03/27 14:01:20 Modified:src/native/mod_jk/apache1.3 mod_jk.c Log: Add support for timestamp in mod_jk.log New var is JkLogStampFormat and use strftime format ie : "[%a %b %d %H:%M:%S %Y] " nota the " " to make it a single param Revision ChangesPath 1.7

cvs commit: jakarta-tomcat/src/native/mod_jk/common jk_util.c jk_util.h

2001-03-27 Thread hgomez
hgomez 01/03/27 13:58:26 Modified:src/native/mod_jk/common jk_util.c jk_util.h Log: Add time stamp support in mod_jk.log Revision ChangesPath 1.5 +39 -5 jakarta-tomcat/src/native/mod_jk/common/jk_util.c Index: jk_util.c =

Re: TC3.3 Proposal: Refactoring org.apache.jasper.servlet

2001-03-27 Thread Mel Martinez
--- [EMAIL PROTECTED] wrote: > > > > 1) I don't off-hand know of any other generalized > way to make a portable JSP > > compiler that can be plugged into any servlet 2.2 > engine other than as a > > servlet. I'm not sure how that limits us > feature-wise, other than the fact > > that it adds a

cvs commit: jakarta-tomcat/src/native/netscape Makefile.nw

2001-03-27 Thread marcsaeg
marcsaeg01/03/27 13:31:44 Modified:src/native/apache1.3 Tag: tomcat_32 Makefile.nw src/native/jni_connect Tag: tomcat_32 Makefile.nw src/native/netscape Tag: tomcat_32 Makefile.nw Log: Updated makefiles for building connectors for the NetWare platform.

cvs commit: jakarta-tomcat/src/doc Tomcat-on-NetWare-HowTo.html

2001-03-27 Thread marcsaeg
marcsaeg01/03/27 13:29:30 Added: src/doc Tag: tomcat_32 Tomcat-on-NetWare-HowTo.html Log: Adding new "how to" document for Tomcat on NetWare. Submitted by:Mike Anderson [[EMAIL PROTECTED]] Revision ChangesPath No revision No

SSI feature addition to tomcat4 by Bip Thelin

2001-03-27 Thread Amy Roh
Thanks to great work by Bip Thelin, SSI feature is now added to tomcat 4. Stay tune for CGI/SSI exec command. Amy

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

2001-03-27 Thread amyroh
amyroh 01/03/27 12:44:25 Modified:catalina/src/share/org/apache/catalina/servlets SsiInvokerServlet.java Log: Update submitted by Bip Thelin -- "changed any dependencies on Craig's ResourceInfo class which I included as an Inline class. This makes the co

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/util/ssi ResponseIncludeWrapper.java ServletOutputStreamWrapper.java SsiCommand.java SsiConfig.java SsiEcho.java SsiExec.java SsiFlastmod.java SsiFsize.java SsiInclude.java SsiMediator.java

2001-03-27 Thread amyroh
amyroh 01/03/27 12:38:01 Added: catalina/src/share/org/apache/catalina/util/ssi ResponseIncludeWrapper.java ServletOutputStreamWrapper.java SsiCommand.java SsiConfig.java SsiEcho.java SsiExec.java

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

2001-03-27 Thread amyroh
amyroh 01/03/27 12:36:50 Added: catalina/src/share/org/apache/catalina/servlets SsiInvokerServlet.java Log: Servlet to process SSI requests Revision ChangesPath 1.1 jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/ser

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/util/ssi - New directory

2001-03-27 Thread amyroh
amyroh 01/03/27 12:34:28 jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/util/ssi - New directory

cvs commit: jakarta-tomcat-4.0/catalina/src/conf web.xml

2001-03-27 Thread amyroh
amyroh 01/03/27 12:34:01 Modified:catalina/src/conf web.xml Log: Addition of SsiInvokerServlet definition and the mapping for SSI Revision ChangesPath 1.15 +27 -0 jakarta-tomcat-4.0/catalina/src/conf/web.xml Index: web.xml ===

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/startup StopTomcat.java

2001-03-27 Thread costin
costin 01/03/27 12:27:42 Modified:src/share/org/apache/tomcat/startup StopTomcat.java Log: A quick fix for StopTomcat - if the file is not found ( probably because we run from a different machine or tomcat was rebuilt ) but command-line params are present ( port for example ),

Re: TC3.3 Proposal: Refactoring org.apache.jasper.servlet

2001-03-27 Thread cmanolache
> > 1) I don't off-hand know of any other generalized way to make a portable JSP > compiler that can be plugged into any servlet 2.2 engine other than as a > servlet. I'm not sure how that limits us feature-wise, other than the fact > that it adds a layer of indirection between the request on th

Re: ajp13 and tomcat restart - next (final) release + AJ13 PROPOSAL

2001-03-27 Thread Dan Milstein
Henri, 1) Moving op->recoverable -- I looked more carefully, and you're right -- the uploadmode flag is guarding against the situation I was thinking about. So it's fine the way it was. One (minor) naming note -- that flag gets set if there is more than 8K of request data, which can happen due

Re: TC3.3 Proposal: Refactoring org.apache.jasper.servlet

2001-03-27 Thread Mel Martinez
--- [EMAIL PROTECTED] wrote: > Hi Mel, > > In my view, jasper is composed from at least 5 big > components: > > 1. The jsp->java translator. > > 2. The java->class compiler > > 3. The Mangler ( managing name mappings ) > > 4. Runtime - that should be completely independent > of all other p

Re: Tag pooling impl.

2001-03-27 Thread Casey Lucas
Hey Costin, [EMAIL PROTECTED] wrote: > > Hi Casey, > > There is a small problem when building with jikes. The > TagPoolInterceptor depends on jasper runtime, which depend on the servlet > api - I think it should be moved into the facade ( for now ). We do need a > serious refactoring of jasper

Re: Multi-byte character support.

2001-03-27 Thread Thom Park
Kazuhiro, thank you for your reply, I will investigate the possibility of using tomcat 3.2.b2 - however it is likely I will need to await 3.2.2 milestone before considering it as a release candidate. -Thom >Thom, > >From: "T. Park" <[EMAIL PROTECTED]> >Subject: Multi-byte character support. >Da

Re: Cause found [was Re: How do I use a non-apache naming servicewith tomcat 4?]

2001-03-27 Thread T. Park
Craig,Remy, downloading the latest nightly build resolved my problem... thanks! ...but only after I dropped that 'big everything' jar into the common/lib folder. So there seems to be a chicken & egg thing regarding what order certain components need to be in for the new tomcat to play with an

Re: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/session SimpleSessionStore.java

2001-03-27 Thread Mel Martinez
--- [EMAIL PROTECTED] wrote: > > However, this does point to the need for default > > behavior of tomcat session generation code (or any > > interceptor or module code) in the absence of > expected > > configuration info in server.xml. > > That's a good point, but I'm wondering how could it > be

Re: TC3.3 Proposal: Refactoring org.apache.jasper.servlet

2001-03-27 Thread Mel Martinez
--- Glenn Nielsen <[EMAIL PROTECTED]> wrote: > I have made some changes to the Jasper code in > Tomcat 4 that > you might want to look at. > I will definitely be looking at TC 4. > 1. In general the Java SecurityManager > implemenation in Tomcat 4 > and Jasper has significant improvements and

RE: [STATUS] Tomcat 3.2.2 beta 2

2001-03-27 Thread Marc Saegesser
Petr, Bug 875 may be related to what your seeing. I can duplicate this one. Bug 463 looks like it might be the same problem. Neither of these will be addressed in Tomcat 3.2.2, but once that release is out the code freeze will be lifted an we can work on addressing these and other issues. I d

RE: TC3.3 Proposal: Refactoring org.apache.jasper.servlet

2001-03-27 Thread Mel Martinez
--- Steve Downey <[EMAIL PROTECTED]> wrote: > > > > -Original Message- > > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] > > Sent: Monday, March 26, 2001 1:08 PM > > To: [EMAIL PROTECTED] > > Subject: Re: TC3.3 Proposal: Refactoring > org.apache.jasper.servlet > > > > > > Hi Me

Listeners

2001-03-27 Thread Kevin Jones
Tomcat 4.0 stops configuring listeners if one of the listeners in the list isn't present, should it carry on configuring the rest of the listeners it finds? The spec is silent on this and it seems odd that if somebody (maybe accidentally) deletes a listener class all other following listeners are

Re: [STATUS] Tomcat 3.2.2 beta 2

2001-03-27 Thread Petr Jiricka
Marc, thanks many times for making this happen. I would like to ask about the status of one particular issue. This is a long outstanding issue whose one effect is that you can not serve files with file names containing multibyte characters. I can still reproduce this problem in 3.2.2 b2. I talke

Filters and Transfer-Encoding: chunked

2001-03-27 Thread Robert Petersen
I am facing a problem when useing a filter. The problem is that the "Transfer-Encoding" header does not appear to be getting set. In this case the filter is doing some simple xsl transformations and passing on the results to the response's output stream. Unfortunatly because the content is n

Re: JDBC-Session store

2001-03-27 Thread Kief Morris
Bip Thelin typed the following on 01:56 PM 3/26/2001 -0800 >According to the STATUS.html(which doesn't seem to be up to date) no one seems >to have volunteered for the JDBC-Session store. If that is truly the case I >would like to volunteer for that part. Excellent! Let us know if you need any he