RE: Tester results

2001-03-18 Thread Steve Downey
Yes, it's a recent version, pulled from CVS shortly after you checked in the fix to tester for the changes to the Filter API. I ran all of the tests, using bin/tester.bat, and I have added manager to the list of tomcat roles. I don't see anything that looks odd in the logs. Here's the section fro

[PATCH] fix JcpC compilation of webapps

2001-03-18 Thread Steve Downey
The -webapp option for JspC is somewhat broken. The compiler does not put out java files into distinct directories, so each file with the same name will overwrite any other file with the same name, e.g. index.jsp. The servlet classes are also not put into a named package. And, at least under

tag

2001-03-18 Thread dee.mac
i have a problem i have using tomcat3.2 and apache. i want to call a servlet from inside an shtml file using the following syntax: some html servlet name servlet params ..etc some more html but cant seem to get it to work like it does with JRun servlet engine for example. do yo

cache not emptied

2001-03-18 Thread Ashant
Hi all, I've been trying to get over a caching problem in Jakarta-3.2.1. Even if the Jakarta service is turned off one of my pages bookmarked on my IE5.5 loads. So my bookmark to http://localhost:8080/myContext/myPage.htm loads. But http://localhost:8080/ and http://localhost:8080/examples ret

Re: cache not emptied

2001-03-18 Thread Ashant
Woop, the problem got solved by deleting temp files in IE5.5. Thanks, Ashant --- Ashant <[EMAIL PROTECTED]> wrote: > Hi all, > > I've been trying to get over a caching problem in > Jakarta-3.2.1. Even if the Jakarta service is > turned > off one of my pages bookmarked on my IE5.5 loads. > So

Re: [PATCH] Fun with tag pools

2001-03-18 Thread Craig R. McClanahan
Casey, I haven't looked at the details but the concept looks really great! I'm looking forward to a corresponding implementation for 4.0. A couple of interspersed comments below: On Sun, 18 Mar 2001, Casey Lucas wrote: > > Ok, here's the patch. The attached files apply to tc 3.3. They > al

[PATCH] TC3.3 tomcat.bat doesn't pick up external CLASSPATH

2001-03-18 Thread Steve Downey
Tomcat.bat in TC3.3 doesn't include the outer environment's CLASSPATH. As far as I can tell, this means it can't get jaxp.jar or crimson.jar.   The patch checks if the old classpath had any contents before appending it to the new environment.     <><><><><><><><><><><><><><><><><><><><><>Th

Digest encoding in JDBCRealm - Tomcat 4

2001-03-18 Thread Peter Yuill
Hi, I am looking at the new digest option on JDBCRealm passwords. I am trying to figure out why the JDBCRealm.Digest(..) method applies Base64 encoding on top of Hex encoding. A hex encoded digest already uses valid base 64 characters. Is there some other reason for this? I have an existing

[PATCH] TC3.3 JspC won't work on Windows

2001-03-18 Thread Steve Downey
The classpath doesn't include any of the jars that are necessary.   This patch includes my prior patch.   It doesn't actually work with this patch. It runs, but doesn't produce any files. Baby steps first. <><><><><><><><><><><><><><><><><><><><><>This electronic mail transmission may conta

Re: [PATCH] Fun with tag pools

2001-03-18 Thread Casey Lucas
Thanks for the comments. See my additional comments within. "Craig R. McClanahan" wrote: > > Casey, I haven't looked at the details but the concept looks really > great! I'm looking forward to a corresponding implementation for 4.0. > > A couple of interspersed comments below: > > On Sun, 1

Re: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/utilRequestUtil.java

2001-03-18 Thread Kazuhiro Kazama
Craig, From: [EMAIL PROTECTED] Subject: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util RequestUtil.java Date: 17 Mar 2001 20:52:50 - Message-ID: <[EMAIL PROTECTED]> > Modified:src/share/org/apache/tomcat/context Tag: tomcat_32 > DefaultCMSetter.java

RE: [PATCH] TC3.3 tomcat.bat doesn't pick up external CLASSPATH

2001-03-18 Thread GOMEZ Henri
It's a WANTED feature. With TC 3.3 there is a new classe loader system. Take a look at change3.3 file included in distro. A quick fix for your problem is to copy jaxp / crimson jars in TOMCAT_HOME/lib/common. Si la fortune vient en dormant, ça n'empêche pas les emmerdements de venir au réveil. --

BLOCKER BUG: Fwd: Hanging Tomcat (Standlone) - problem and solution

2001-03-18 Thread Tagunov Anthony
Hello, develpers! Don't know what the exact procedure is, but i beleive that this bug might be assigned a status of BLOCKER, at least for this _is_ a blocker, if that is really the bug that causes my Tomcat to hand (can this happen on Ajp12 port too?) On Sun, 18 Mar 2001 10:08:42 -0800, Tal Daya

RE: Jikes Compiler Patch

2001-03-18 Thread GOMEZ Henri
>Here's a patch to fix the jikes compiler code in Jasper - >against tomcat 3.3 m2 Thanks for the patch but : You can't assume that all users will have jikes on /usr/local/java/jikes-1.13/bin/jikes ! Solution: When you start tomcat setup accordingly your PATH env vars. >It looks like there i