Re: problems running a servlet that uses core catalina classes

2001-05-12 Thread Glenn Nielsen
Look at the Manager servlet for Tomcat 4 or the admin servlet for Tomcat 3.x. Regards, Glenn Ted Neward wrote: Glenn, just out of curiosity, how could someone create an administrative web-app for controlling and administering Tomcat? (One of the things I've been toying with was the idea

Re: Class Reloading

2001-05-12 Thread Glenn Nielsen
[EMAIL PROTECTED] wrote: On Fri, 11 May 2001, Craig R. McClanahan wrote: The introspection problem is not very serious - it doesn't work if sandboxing is enabled ( at least from what I know - if it works then it's a very serious VM bug ). It doesn't work if you start Tomcat

Re: cvs commit: jakarta-tomcat-4.0/connectors/lib pr_warp.c

2001-05-12 Thread Dave Oxley
Thanks Jon, The binaries weren't meant for cvs anyway. They're just for anyone who can't be bothered to build them. Could you/somebody move the mod_webapp.dsp to the apache-1.3 directory. It doesn't work from where it is. Thanks. Dave. [EMAIL PROTECTED] From: [EMAIL PROTECTED] Reply-To:

cvs commit: jakarta-tomcat-connectors/jk/src/java/org/apache/ajp/ajp13 - New directory

2001-05-12 Thread seguin
seguin 01/05/12 07:11:05 jakarta-tomcat-connectors/jk/src/java/org/apache/ajp/ajp13 - New directory

Re: mod_webapp and Win32

2001-05-12 Thread Pier P. Fumagalli
Dave Oxley at [EMAIL PROTECTED] wrote: Please find attached the following: 1. Patches to enable mod_webapp to compile and work(ish) under Windows. (mod_webapp.c.diff, pr_warp.c.diff, wa.h.diff) 2. A Visual C++ project file to be put in the connectors\apache-1.3 directory. (mod_webapp.dsp)

Re: [ANNOUNCE] Tomcat 4.0-beta-4 Released

2001-05-12 Thread Anthony W . Marino
I didn't find anything at those links. On Friday 11 May 2001 00:46, you wrote: Tomcat 4.0-beta-4 is the latest update to the next generation version of Tomcat 4.0. It supports the most recent specification updates (Servlet 2.3 Proposed Final Draft 2, JavaServer Pages 1.2 Proposed Final Draft

Re: [PROPOSAL] jakarta-tomcat-connectors renaming

2001-05-12 Thread Pier P. Fumagalli
GOMEZ Henri at [EMAIL PROTECTED] wrote: and ajp = Apache Jakarta Protocol (which not much clear) somebody an idea for the name ? AJP originally = Apache Jserv Protocol Pier

Re: [ANNOUNCE] Tomcat 4.0-beta-4 Released

2001-05-12 Thread Craig R. McClanahan
On Sat, 12 May 2001, Anthony W. Marino wrote: I didn't find anything at those links. That's because a security vulnerability was reported Friday morning. A revised release (beta 5) is forthcoming. Craig

Re: [Proposal] Default Encoding option for JSP/Tomcat in server.xmlor web.xml

2001-05-12 Thread Craig R. McClanahan
On Sat, 12 May 2001, Alec Yu wrote: I read some code in catalina jasper, and found that: There is a setCharacterEncoding() for servlet request now; but I greped all Tomcat code, and found nowhere called it. It means, by default, Tomcat use a default encoding of '8859_1'. There is no

Re: cvs commit: jakarta-tomcat-4.0/connectors buildconf.shREADME.txt configure

2001-05-12 Thread Pier P. Fumagalli
[EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: removed configure and added a buildconf.sh. you shouldn't check configure scripts into cvs pier. Acked... Thanks for the hint :) :) :) Pier

Trying New Connectors Build Stuff

2001-05-12 Thread Craig R. McClanahan
The autoconf stuff is a total mystery to me, but here's my experience so far. Platform: Red Hat Linux 7.1 Problem 1 - Can't find APXS: I tried ./configure --with-apr=/usr/local --with-apxs=x with various patterns for x (/usr/local/apache, /usr/local/apache/bin,

Re: [ANNOUNCE] Tomcat 4.0-beta-4 Released

2001-05-12 Thread Anthony W . Marino
Thank you. Anthony On Saturday 12 May 2001 11:25, you wrote: On Sat, 12 May 2001, Anthony W. Marino wrote: I didn't find anything at those links. That's because a security vulnerability was reported Friday morning. A revised release (beta 5) is forthcoming. Craig

Re: [Proposal] Default Encoding option for JSP/Tomcat in server.xml or web.xml

2001-05-12 Thread Alec Yu
From: Craig R. McClanahan [EMAIL PROTECTED] Servlet Specification 2.3 (Proposed Final Draft 2), Section 5.4 (p. 44): 'The default encoding of a response is ISO-8859-1 if none has been specified by the servlet programmer.' I am a servlet programmer also, why can't I specified it

Re: [Proposal] Default Encoding option for JSP/Tomcat in server.xmlor web.xml

2001-05-12 Thread Craig R. McClanahan
On Sun, 13 May 2001, Alec Yu wrote: The servlet/JSP specifications made me feel that: they only aimed at L10N problems, not I18N problems. I can understand your concerns. However, the correct forum for addressing them is the spec feedback addresses, rather than here: [EMAIL

Question version 1.1

2001-05-12 Thread Michael G. Anderson
See Question version 1.0! Is version 3.2.2 beta 5 the latest? or is Tomcat 4(4.4) the latest? What is the latest version? What am I missing? What is going on... Marc Saegesser wrote: I am pleased to announce that the Tomcat 3.2.2 beta 5 release is now available for download at

Tomcat white paper

2001-05-12 Thread Harden ZHU
Hi, Where can I find some papers of Tomcat? And details of archi. Thanks Harden

Re: Question version 1.1

2001-05-12 Thread William A. Rowe, Jr.
From: Michael G. Anderson [EMAIL PROTECTED] Sent: Friday, May 11, 2001 9:19 PM See Question version 1.0! Is version 3.2.2 beta 5 the latest? or is Tomcat 4(4.4) the latest? What is the latest version? I'll try to answer this, and be resoundingly corrected, or if folks are silent you can

Re: Trying New Connectors Build Stuff

2001-05-12 Thread Jack Lauman
For those interested, here's how I got it to work: Platform: RedHat Linux7.0 OS: Linux 2.2.19 Apache ver: 1.3.19 (w/SSL 0.9.6a-2.8.3) Apache Dir: /var/lib/apache Conf dir: /etc/httpd/conf TOMCAT_HOME: /usr/java/tomcat Dowloaded apr and apr-util from cvs. Configured both with:

Re: Tomcat white paper

2001-05-12 Thread Amy Roh
Online documentation is available at http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/index.html. Also, Tomcat 4.0 documentation including Catalina architecture is available in $JAKARTA_HOME/jakarta-tomcat-4.0/catalina/docs. Hope this helps. Amy - Original Message - From:

Re: Tomcat 3.2.2 beta 4 - AJP14 continuation

2001-05-12 Thread Andrey Kartashov
Sorry for not replying back sooner. I just wanted to look at the latest stuff from CVS ( I used to look at my local CVS repository which is based on TC3.2.1). Couldn't do it sooner - had to to some other things first:) In case you, guys still interested - here it goes:) First I'd like to

cvs commit: jakarta-tomcat-4.0/connectors/apache-1.3 mod_webapp.dsp

2001-05-12 Thread jon
jon 01/05/12 14:00:34 Added: connectors/apache-1.3 mod_webapp.dsp Removed: connectors mod_webapp.dsp Log: Could you/somebody move the mod_webapp.dsp to the apache-1.3 directory. It doesn't work from where it is. Thanks. Dave. [EMAIL PROTECTED] (if only

cvs commit: jakarta-tomcat-4.0/connectors configure.in

2001-05-12 Thread jon
jon 01/05/12 14:13:25 Modified:connectors configure.in Log: fixed apxs related bugs that i introduced the other day. thanks to craig for the testing Revision ChangesPath 1.5 +12 -11jakarta-tomcat-4.0/connectors/configure.in Index: configure.in

Re: Trying New Connectors Build Stuff

2001-05-12 Thread Jon Stevens
on 5/12/01 9:55 AM, Craig R. McClanahan [EMAIL PROTECTED] wrote: The autoconf stuff is a total mystery to me, but here's my experience so far. Platform: Red Hat Linux 7.1 Problem 1 - Can't find APXS: I tried ./configure --with-apr=/usr/local --with-apxs=x with various

Re: Trying New Connectors Build Stuff

2001-05-12 Thread Jon Stevens
on 5/12/01 12:19 PM, Jack Lauman [EMAIL PROTECTED] wrote: Configured the connectors directory: ./configure --prefix=/usr --enable-DEAPI \ --with-apache=/usr/sbin \ (apxs lives here) --with-apr=/usr/java/apr \ --libexecdir=/usr/lib \ --sysconfdir=/etc/httpd/conf You are using old CVS

cvs commit: jakarta-tomcat-4.0 build.bat

2001-05-12 Thread bip
bip 01/05/12 14:40:03 Modified:.build.bat Log: Changed the way build check for SERVLETAPI_HOME. If the env variable SERVLETAPI_HOME is not set it looks to see if it can guess the enviroment variable. Revision ChangesPath 1.19 +10 -2

[PATCH] Secure defaults in server.xml + support for multihomed machines

2001-05-12 Thread Andrey Kartashov
This patch is a result of our previous discussion with Henry about making more secure default bindings in server.xml. Summary of changes: src/etc/server.xml: Added address=127.0.0.1 parameter to Ajp interceptors that should make them bind to localhost by default (At the very

cvs commit: jakarta-tomcat-4.0 build.bat

2001-05-12 Thread bip
bip 01/05/12 16:49:23 Modified:.build.bat Log: Compile failed when trying to compile the web-inf classes, fails because the relative path to ServletApi was no longer valid. This fix sets a absolute path. Revision ChangesPath 1.20 +3 -3

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/session DistributedManager.java

2001-05-12 Thread bip
bip 01/05/12 19:27:22 Modified:catalina/src/share/org/apache/catalina Cluster.java catalina/src/share/org/apache/catalina/cluster ClusterMemberInfo.java ClusterSessionBase.java MulticastSender.java StandardCluster.java

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/cluster package.html

2001-05-12 Thread bip
bip 01/05/12 20:48:14 Added: catalina/src/share/org/apache/catalina/cluster package.html Log: Revision ChangesPath 1.1 jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/cluster/package.html Index: package.html

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/util/ssi package.html

2001-05-12 Thread bip
bip 01/05/12 21:06:31 Added: catalina/src/share/org/apache/catalina/util/ssi package.html Log: Revision ChangesPath 1.1 jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/util/ssi/package.html Index: package.html