Re: [Tomcat 4.x] SSI package

2001-02-28 Thread Remy Maucherat
> Attatched is a _very_ early release of the SSI package. It's just the initial framework > and one working SSI command 'fsize' which returns a file's size. Looks like this: > '' I appologize for the > path in the Zipfile, for some reason Winzip screwed up my path. Anyway this is how the > file la

Hook to bootstrap in Tomcat

2001-02-28 Thread Qiqi Dong
Does anyone know how to bootstrap my own classes when start Tomcat. Does Tomcat actually provide a hook for that? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Bugzilla #512 is Bunk

2001-02-28 Thread Stephen Jones
The following bug is not a bug: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=512 In httpd.conf, you cannot do this: normal config for VirtualHost ... Include /usr/local/jakarta-tomcat/conf/mod_jk.conf-auto There are three main purposes of including mod_jk.conf-auto: (1) T

[Tomcat 4.x] SSI package

2001-02-28 Thread Bip Thelin
Attatched is a _very_ early release of the SSI package. It's just the initial framework and one working SSI command 'fsize' which returns a file's size. Looks like this: '' I appologize for the path in the Zipfile, for some reason Winzip screwed up my path. Anyway this is how the file layout shoul

cvs commit: jakarta-tomcat-4.0/jasper/src/bin jasper.bat jasper.sh

2001-02-28 Thread remm
remm01/02/28 17:30:14 Modified:jasper/src/bin jasper.bat jasper.sh Log: - Fix Jasper scripts to reflect the changes in the directory structure. Also add fix to run on Cygwin. Patch submitted by Steve Downey Revision ChangesPath 1.3 +3 -1 jakarta-t

cvs commit: jakarta-tomcat/src/share/org/apache/jasper/runtime BodyContentImpl.java

2001-02-28 Thread nacho
nacho 01/02/28 16:59:54 Modified:src/share/org/apache/jasper/runtime BodyContentImpl.java Log: [PATCH] custom tag performance problem Submitted by Casey Lucas [[EMAIL PROTECTED]] Revision ChangesPath 1.7 +5 -7 jakarta-tomcat/src/share/org/apache/jasper

Re: [report] Classloading problems between Catalina and Cocoon

2001-02-28 Thread James Duncan Davidson
on 2/27/01 7:57 AM, Pier P. Fumagalli at [EMAIL PROTECTED] wrote: > Now, since Forte/NetBeans is now part of Sun, I believe that the best way to > go is to have the two teams to talk together (not really easy as I know > you're in Czechoslovakia and we are in California :) > > Duncan, can you he

Re: [advanced-servlets] Session Load Balancing (was: To avoid Duplicate Login)

2001-02-28 Thread James Duncan Davidson
on 2/26/01 1:58 AM, Pier P. Fumagalli at [EMAIL PROTECTED] wrote: > Really interesting, when thinking about load balancing... By the way, most of the things talked about there *have* been done in one place or another -- though almost always as part of a custom site solution for big sites that do

RE: HTTP Status Codes and Error Pages

2001-02-28 Thread Ethan Wallwork
Here is some more info on this problem. I'm seem to be having some problems with the respnse getting committed too early. It still seems wrong that an error page ever get returned with status code 200 though. 1) client makes request to Tomcat 2) Tomcat calls service() on my main servlet 3) serv

RE: Future of the isapi redirector

2001-02-28 Thread Jones, Stephen
Can anyone verify this? The "Tomcat IIS HowTo" document says that the isapi redirector uses ajp12 and makes no mention of mod_jk or any other protocols. The mod_jk howto says only that it supports "many web servers" and only explicitly mentions Apache 1.3 and Apache 2.0, and something about a "he

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

2001-02-28 Thread glenn
glenn 01/02/28 14:05:52 Modified:jasper/src/share/org/apache/jasper/servlet JspServlet.java Log: Fix preload of a jasper JspServlet inner class Revision ChangesPath 1.14 +2 -2 jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/servlet/JspServlet.java

Re: Future of the isapi redirector

2001-02-28 Thread cmanolache
> > I noticed that isapi_redirect.dll uses ajp12, but ajp13 is already out (and > better than ajp12), and there are talks of ajp14 and mod_webapp and other > new Connector > ideas... Are you sure ? I thought isapi_redirect is built from the same sources as mod_jk, and has all the protocols ( a

Future of the isapi redirector

2001-02-28 Thread Jones, Stephen
I noticed that isapi_redirect.dll uses ajp12, but ajp13 is already out (and better than ajp12), and there are talks of ajp14 and mod_webapp and other new Connector ideas... What is the current future Connector plan for IIS? Will IIS support these new protocols anytime soon? Thanks, Steve -

PathInfo and PathTranslated return NULL

2001-02-28 Thread Chris Hull
My fellow developers; I've just joined the list and haven't been able to find a reference to this problem, so excuse me if this has already been discussed. My servlets need to make decisions based on the URL passed in. Is ServletPath a reliable substitute? Is there a fix for PathInfo and Pat

Re: cvs commit:jakarta-tomcat/src/facade22/org/apache/tomcat/facadeServlet22Interceptor.java

2001-02-28 Thread Pier P. Fumagalli
Sajid Rahman <[EMAIL PROTECTED]> wrote: > Thank You For Your Mail, Keep In Touch By Sending More > With Thanks And Regards, > Sajid Rahman M > M.M.A Hostel > Mothi Nagar > B'lore - 2 I'm going to unsubscribe him, as this one seems to be an autoresponder and we don't want to be bothered (or do we

RE: cvs commit: jakarta-tomcat/src/facade22/org/apache/tomcat/facade Servlet22Interceptor.java

2001-02-28 Thread Sajid Rahman
Thank You For Your Mail, Keep In Touch By Sending More With Thanks And Regards, Sajid Rahman M M.M.A Hostel Mothi Nagar B'lore - 2 Get free email and a permanent address at http://www.netaddress.com

cvs commit: jakarta-tomcat/src/facade22/org/apache/tomcat/facade Servlet22Interceptor.java

2001-02-28 Thread larryi
larryi 01/02/28 12:43:58 Modified:src/facade22/org/apache/tomcat/facade Servlet22Interceptor.java Log: Fix bug where sessionState() method uses an HttpSessionFacade that isn't guarateed to be valid. Submitted by: Frey Thibault Revision Changes

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

2001-02-28 Thread larryi
larryi 01/02/28 12:38:59 Modified:src/share/org/apache/tomcat/modules/session SimpleSessionStore.java Log: Fix bug where created session is immediately recycled. Submitted by: William Barker Revision ChangesPath 1.10 +0 -1 jakarta

cvs commit: jakarta-tomcat/src/tests/webpages/WEB-INF test-tomcat.xml

2001-02-28 Thread larryi
larryi 01/02/28 12:35:16 Modified:src/tests/webpages/WEB-INF test-tomcat.xml Log: Was testing with Tomcat 3.2 and forgot to update the cookie which Tomcat 3.3 uses. Revision ChangesPath 1.25 +2 -2 jakarta-tomcat/src/tests/webpages/WEB-INF/test-tomcat.xml

HTTP Status Codes and Error Pages

2001-02-28 Thread Ethan Wallwork
I can't tell if this is a bug or intended behavior: I have a servlet that acts as the error page for my webapp. Note that this is set up using the web.xml file, not the errorPage directive in the JSPs (if that makes any difference?) When there is an error (say 500 Internal Server Error), it re

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

2001-02-28 Thread costin
costin 01/02/28 11:41:24 Modified:src/share/org/apache/tomcat/modules/server Ajp13.java Log: Thanks again, Dan. I'll be running a number of tests with ajp13 after M2, it seems there are some issues related with multi processor machines and special configurations, and if we

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

2001-02-28 Thread larryi
larryi 01/02/28 11:24:35 Modified:src/share/org/apache/tomcat/util/collections SimplePool.java Log: Updated to match the patch made to the tomcat_32 version. That patch cleaned up the code a little better. Submitted by: [EMAIL PROTECTED] Revision ChangesPath 1.

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

2001-02-28 Thread larryi
larryi 01/02/28 11:21:23 Modified:src/share/org/apache/tomcat/util Tag: tomcat_32 SimplePool.java Log: Applied patch to race condition. Bugzilla Bug #728. Submitted by: [EMAIL PROTECTED] Similar changes were already present in MAIN branch. This p

Re: FW: [advanced-servlets] Session Load Balancing (was: To avoid

2001-02-28 Thread Jason Brittain
Nick Bauman wrote: > Jason, > >> Yes, and the way I've seen people solve this issue is to make each >> server constantly replicate its sessions to another server so that any >> session's state is stored in two servers (not just one). For example, >> if you've got four servers, A, B, C, and D, y

How do I configure tomcat 3.2.1 for SSL only?

2001-02-28 Thread Chris Pepper
I'd like tomcat to only respond to SSL requests; the port 80 homepage will just be a link to the secured area. The virtual hosts documentation assumes different hosts have differ

RE: [PATCH] session attribute unbound

2001-02-28 Thread Sajid Rahman
Thank You For Your Mail, Keep In Touch By Sending More With Thanks And Regards, Sajid Rahman M M.M.A Hostel Mothi Nagar B'lore - 2 Get free email and a permanent address at http://www.netaddress.com

Re: Infinite recursion with errorPage blow's out JVM

2001-02-28 Thread Tory Toupin
Thanks - no problem! --- "Pier P. Fumagalli" <[EMAIL PROTECTED]> wrote: > Tory Stephen Toupin <[EMAIL PROTECTED]> wrote: > > > I'm having trouble accessing Bugzilla, so for give > the post if this is a known > > bug. > > Sorry, the RC script launching HTTPd at boot has > been removed somehow..

[PATCH] Bug 748

2001-02-28 Thread KAREZAKI Yoshiyuki
Hi, I attached a patch for Bug 748. See more information at: http://nagoya.betaversion.org/bugzilla/show_bug.cgi?id=748 Thanks! --- KareEmail [EMAIL PROTECTED] patch748 - To unsubscribe, e-mail: [EMAIL PROTECTE

[PATCH] session attribute unbound

2001-02-28 Thread [EMAIL PROTECTED]
When tomcat3.3m1 unbounds a session attribute, it send a corrupted session facade to the listener. -- Jusqu'à 60 heures gratuites pour toute souscription à l'un des nouveaux Forfaits Liberty Surf http://register.libertysurf.fr/subscribe_fr/signup.php3 Servlet22Interceptor.java.diff

[PATCH] Bug 691

2001-02-28 Thread KAREZAKI Yoshiyuki
Hi, I attached a patch for Bug 691. See more information at: http://nagoya.betaversion.org/bugzilla/show_bug.cgi?id=691 Thanks! --- KareEmail [EMAIL PROTECTED] patch691 - To unsubscribe, e-mail: [EMAIL PROTECTE

[PATCH] Bug 463

2001-02-28 Thread KAREZAKI Yoshiyuki
Hi, I attached a patch for Bug 463. See more information at: http://nagoya.betaversion.org/bugzilla/show_bug.cgi?id=463 Thanks! --- KareEmail [EMAIL PROTECTED] patch463 - To unsubscribe, e-mail: [EMAIL PROTECTE

Re: How can I become a developer

2001-02-28 Thread cmanolache
> The best place to start, to get a feeling of the thing yourself, is the source > code itself. There's about 40K lines right now in 3.3m1, so take it easy. > > Perhaps the class diagrams will help you to start: > > http://nagoya.apache.org/~costin/tomcat3 And since I don't have an index.html,

How to use JCE in Tomcat?

2001-02-28 Thread 测试
Hi, our application needs to use JCE1.2.1 to check the registeration information. the JCE api is provided by SUN Cor. after compiled, when i test the program in main(), it's quite well. but when it runs on Tomcat, exception was thrown though i have already added it into Tomcat's /lib folder or JRE

Re: How can I become a developer

2001-02-28 Thread cmanolache
IMHO, the best way to become a tomcat developer is to resolve your own problems and itches related with tomcat. If it works fine for you and you don't need anything - then just use it :-) There are many areas where we need help - and you don't have to be an expert in tomcat to help. Try to insta

Re: [Security Issue] Sessions are visible across multiple clients

2001-02-28 Thread William Barker
It has more to do with a bug in SimpleSessionStore.java. It recycles the session on create, so then the instance is re-used for the next new session. I've patched it via: *** SimpleSessionStore.java.origMon Feb 26 14:59:53 2001 --- SimpleSessionStore.java Wed Feb 28 09:36:40 2001

RE: How can I become a developer

2001-02-28 Thread Jones, Stephen
There is a bugzilla bug database for Tomcat at: http://nagoya.apache.org/buzilla/ I'm not sure if they are all for Tomcat, but there is a query engine attached to it. Steve > -Original Message- > From: Alex Fernández [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 28, 2001 9:15

RE: [Security Issue] Sessions are visible across multiple clients

2001-02-28 Thread GOMEZ Henri
Probably partially resolved by the patch I forward previously. >From M. Frey La prise de conscience de votre propre ignorance est un grand pas vers la connaissance. -- Benjamin Disraeli >-Original Message- >From: Amrhein, Thomas [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, February

[Security Issue] Sessions are visible across multiple clients

2001-02-28 Thread Amrhein, Thomas
Hi all, one session can be visible on multiple clients!! THIS IS A BIG SECURITY PROBLEM! Someone opens his webbrowser and has the session of somebody else. So critical data could be viewed without permission. Somebody can act as somebody else. What's wrong with tomcat's session-handling? I wr

Re: How can I become a developer

2001-02-28 Thread Alex Fernández
Hi Gareth! I'm sure someone more knowledgeable will correct me if I'm wrong -- I'll offer you what I've found out. [EMAIL PROTECTED] wrote: > Hi, > > I have been following the messages from this thread. > > I have also been thinking of trying to join this group. So are many of us. However, it

RE: Tomcat3.3m1 javadoc

2001-02-28 Thread Ignacio J. Ortega
Whohoo, really nice AlexGracias.. Saludos , Ignacio J. Ortega > -Mensaje original- > De: Alex Fernández [mailto:[EMAIL PROTECTED]] > Enviado el: miércoles 28 de febrero de 2001 17:06 > Para: [EMAIL PROTECTED] > Asunto: Tomcat3.3m1 javadoc > > > Hi folks! > > Thanks to Costin Mano

Tomcat3.3m1 javadoc

2001-02-28 Thread Alex Fernández
Hi folks! Thanks to Costin Manolache's ftp space, you can now browse the Tomcat 3.3m1 class diagrams and javadoc online. All you need is a Java-enabled browser (if you want to browse class diagrams) or a common browser (to view just the javadoc). Please report problems with the diagrams, missin

Re: FW: [advanced-servlets] Session Load Balancing (was: To avoid

2001-02-28 Thread Nick Bauman
Jason, > > Yes, and the way I've seen people solve this issue is to make each > server constantly replicate its sessions to another server so that any > session's state is stored in two servers (not just one). For example, > if you've got four servers, A, B, C, and D, you configure A to > repli

Re: How can I become a developer

2001-02-28 Thread GARETH . LEACHMAN
Hi, I have been following the messages from this thread. I have also been thinking of trying to join this group. I have read all the documentation, the open-source articles, etc. It occurs to me that the only way to join is to find a problem by running it on your own system through various pe

Tomcat 4 build from CVS watchdog test fails

2001-02-28 Thread Glenn Nielsen
The following watchdog test fails with the latest build of Tomcat 4 from CVS. FAIL GET /servlet-tests/ServletContextGetInitParameterNamesTest HTTP/1.0 Regards, Glenn -- Glenn Nielsen [EMAIL PROTECTED] | /* Spelin d

FW: [PATCH] session attribute unbound

2001-02-28 Thread GOMEZ Henri
Just received that from Mr Frey Thibault It fixes a serious problem with session in end of life >-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED]] >Sent: Wednesday, February 28, 2001 3:49 PM >To: [EMAIL PROTECTED] >Subject: [PATCH] session attribute unbound >

[PATCH] repair broken jasper.bat and jasper.sh in Tomcat-4

2001-02-28 Thread Steve Downey
The new jar files require some changes to the jasper scripts in order to pick up japer-compiler.jar in the jasper directory     <><><><><><><><><><><><><><><><><><><><><>This electronic mail transmission may contain confidential information and is intended only for the person(s) named. Any u

RE: java.lang.IllegalArgumentException: Cookie name version is a reserved token

2001-02-28 Thread Ron Pitts
me being stupid. Found the problem, I had a cookie name called 'version'      -Original Message-From: Ron Pitts [mailto:[EMAIL PROTECTED]]Sent: 28 February 2001 11:36To: [EMAIL PROTECTED]Subject: java.lang.IllegalArgumentException: Cookie name version is a reserved token

java.lang.IllegalArgumentException: Cookie name version is a reserved token

2001-02-28 Thread Ron Pitts
Getting the following error, I've heard that it is something to do with brower sending more than one cookie back to the servlet. This there any fix for this at the moment ?     java.lang.IllegalArgumentException: Cookie name version is a reserved token    at javax.servlet.http.Cookie.(C