Posting a amessage

2000-12-03 Thread Nitin Mundada
Hi i am not getting on which address i shall post my message, or problems. could u please write me about that address. in case this is the same address, problem is i am developing a small application on windows NT server, and uploading it to unix server when i am developing, my application

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/request SimpleRealm.java

2000-12-03 Thread nacho
nacho 00/12/03 17:15:03 Modified:src/share/org/apache/tomcat/request SimpleRealm.java Log: Using new getDebug() to avoid some strange problems between windows JDK's . Something really weird was happen, Sun JDK 1.3.0 was running just fine but JDK 1.2.2 issue Illegal Acce

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

2000-12-03 Thread nacho
nacho 00/12/03 16:41:05 Modified:src/share/org/apache/tomcat/core BaseInterceptor.java Log: Adding getDebug to BaseInterceptor Revision ChangesPath 1.28 +4 -0 jakarta-tomcat/src/share/org/apache/tomcat/core/BaseInterceptor.java Index: BaseInterceptor.ja

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/request SimpleRealm.java

2000-12-03 Thread nacho
nacho 00/12/03 16:38:58 Modified:src/share/org/apache/tomcat/request SimpleRealm.java Log: NPE when starting SimpleRealm as context interceptor Revision ChangesPath 1.14 +5 -3 jakarta-tomcat/src/share/org/apache/tomcat/request/SimpleRealm.java Index: Si

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

2000-12-03 Thread larryi
larryi 00/12/03 16:35:38 Modified:src/share/org/apache/tomcat/util/depend DependClassLoader.java Log: Handle operating system dependent rounding in lastModified(). Windows FAT partitions appear to round up to the nearest second. This was causing contex

build mod_jk for apache

2000-12-03 Thread rjraman
Dear tomcat developers, When I run the following command to build mod_jk for apache For Solaris: I get the following errors. Can you please suggest me a solution to fix it... Thanks a lot for sparing yor time, regards, ravik apxs -o mod_jk.so -DSOLARIS -I../jk -I/usr/java/include -I/usr/java/i

Re: Sorting through the Tomcat 3.3 Connector Code

2000-12-03 Thread cmanolache
> ...aka "Will the Real PoolTcpConnector.java please stand up?" > > I've been reading through the Connector code in 3.3 (to try to understand the Java >side of the various protocols and to maybe contribute some work there). However, to >my great confusion, there seem to be two parallel version

Re: Porting exception propagation changes to Tomcat 3.3

2000-12-03 Thread cmanolache
Hi Larry, > I'm in the process of porting the Tomcat 3.2 exception propagation > changes to Tomcat 3.3 that were made to Handler.java, > ServletWrapper.java, and RequestDispatcherImpl.java. I was trying > to review behavior as I do so to see what can be improved or cleaned > up. The only import

AW: AW: [PATCH REPOST] Tomcat 4.0 JSP Examples view Source

2000-12-03 Thread Hans Schmid
Hi Pierre, see below: > -Ursprüngliche Nachricht- > Von: Pierre Delisle [mailto:[EMAIL PROTECTED]] > Gesendet am: Samstag, 2. Dezember 2000 01:39 > An: [EMAIL PROTECTED] > Betreff: Re: AW: [PATCH REPOST] Tomcat 4.0 JSP Examples view Source > > > > Hans Schmid wrote: > > > > Pierre, > > >

AW: AW: [PATCH REPOST] Tomcat 4.0 JSP Examples view Source

2000-12-03 Thread Hans Schmid
Hi again, please see comments below: > -Ursprüngliche Nachricht- > Von: Hans Bergsten [mailto:[EMAIL PROTECTED]] > Gesendet am: Samstag, 2. Dezember 2000 02:27 > An: [EMAIL PROTECTED] > Betreff: Re: AW: [PATCH REPOST] Tomcat 4.0 JSP Examples view Source > > Pierre Delisle wrote: > > [...

RE: Sorting through the Tomcat 3.3 Connector Code

2000-12-03 Thread Nacho
the org.apache.tomcat.service packages is deprecated in version 3.3, just done a commit that removes this old code, Thanks Saludos , Ignacio J. Ortega

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/service/http HttpConnectionHandler.java HttpInterceptor.java HttpRequestAdapter.java HttpResponseAdapter.java package.html

2000-12-03 Thread nacho
nacho 00/12/03 14:29:43 Modified:src/share/org/apache/tomcat/modules/server Ajp12.java Ajp12Interceptor.java Http10.java src/share/org/apache/tomcat/request JDBCRealm.java SimpleRealm.java Removed: src/share/org/apac

Sorting through the Tomcat 3.3 Connector Code

2000-12-03 Thread Dan Milstein
...aka "Will the Real PoolTcpConnector.java please stand up?" I've been reading through the Connector code in 3.3 (to try to understand the Java side of the various protocols and to maybe contribute some work there). However, to my great confusion, there seem to be two parallel versions of the

Porting exception propagation changes to Tomcat 3.3

2000-12-03 Thread Larry Isaacs
Hi Costin, I'm in the process of porting the Tomcat 3.2 exception propagation changes to Tomcat 3.3 that were made to Handler.java, ServletWrapper.java, and RequestDispatcherImpl.java. I was trying to review behavior as I do so to see what can be improved or cleaned up. One thing that looks lik

BugRat Report #513 has been filed.

2000-12-03 Thread BugRat Mail System
Bug report #513 has just been filed. You can view the report at the following URL: REPORT #513 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: high Severity: critical C

[PATCH] fix for jsp:include

2000-12-03 Thread Kazuhiro Kazama
I have already posted about problem of jsp:include. This patch removes unnecessary character encoding conversion and speed up jsp:include execution. I have confirmed that the following two examples work well on Japanese Solaris 2.8. Example 1: <%@ page contentType="text/html; charset=shift_jis"

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/server Http10Interceptor.java

2000-12-03 Thread costin
costin 00/12/03 00:19:03 Modified:src/share/org/apache/tomcat/context ErrorHandler.java src/share/org/apache/tomcat/core BaseInterceptor.java ContextManager.java src/share/org/apache/tomcat/modules/server Htt