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 i
[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
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: [
seguin 01/05/12 07:11:05
jakarta-tomcat-connectors/jk/src/java/org/apache/ajp/ajp13 - New directory
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
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 Dra
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
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
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 o
[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
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,
/usr/local/apache/
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
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 spe
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 PROTE
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
>
> http:/
Hi,
Where can I find some papers of Tomcat? And details of archi.
Thanks
Harden
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
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:
./configu
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: "Harde
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 apologi
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 he
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
=
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
>
> w
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 usin
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 jakarta-tomca
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 ver
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 jakarta-t
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
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
=
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
===
30 matches
Mail list logo