the need for critical security updates, this will be the last
release of the Tomcat 3.2.x branch. Future Jakarta development for the
Servlet 2.2/JSP 1.1 specification will be based on Tomcat 3.3.
Marc Saegesser
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
For additional commands: &
this
release.
Please download and the release and try it your environment. Report any
bugs to the Apache Bug Database at
http://nagoya.betaversion.org/bugzilla/
Assuming no show stopping bugs are found during the beta period, the final
release is expected on about November 8, 2001.
Marc
oopServlet or the response headers are guaranteed to return the actual
version number.
Feel free to send me $10,000 anytime you like.
Marc Saegesser
> -Original Message-
> From: Barnabas Yohannes [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, August 16, 2001 2:38 PM
> To: [EMAI
The NetWare binaries are there now. I can't build the binaries for every
platform, so other volunteers build them and send them to me to be posted.
Binaries for additional platforms will appears over the next few days.
-Original Message-
From: Mark Currie [mailto:[EMAIL PROTECTED]]
Sent
I am pleased to announce that the Tomcat 3.2.2 release is now
available for download at
http://jakarta.apache.org/builds/tomcat/release/v3.2.2
Tomcat 3.2.2 is a maintenance release that fixes several bugs from version
3.2.1 and corrects all known specification compliance issues. The release
not
Joel,
Thanks for the information. My test was using Tomcat stand-alone on a
dual-processor machine. I'll try to run the test again later today using
the ISAPI redirector.
> -Original Message-
> From: Joel Kozlow [mailto:[EMAIL PROTECTED]]On Behalf Of Joel
> - Jakarta List
> Sent: Wedne
>
> * Install Tomcat 3.2.2 beta 5 on a development server
> * Run the product with debug logging
> * If necessary, run the entire server in a JBuilder debug session
> * Provide any test results that you request
>
> Please let me know how I may be of further assistance. Thank you
I tried your example and got the same result using JDK1.2.2/Hotspot. When I
use a non-hotspot JVM I get an out of memory error.
If you haven't already, please submit a bug report about this at
http://nagoya.apache.org/bugzilla/
> -Original Message-
> From: Mueller, Franz [mailto:[EMAI
It is possible that running on a multi-processor machine has uncovered a
thread synchronization problem. Could you provide a little more information
about the application? Are JSP files changing and being recompiled often or
is it mostly static?
Could try running Tomcat 3.2.2b5 on a single proc
I am pleased to announce that the Tomcat 3.2.2 beta 5 release is now
available for download at
http://jakarta.apache.org/builds/tomcat/release/v3.2.2-beta-5
The beta 5 release fixes a security problem that caused a URL such as
http://localhost:8080/examples/jsp/num/numguess.jsp%00
to return t
Are you sure that the request is actually being forwarded to Tomcat and not
being served directly by IIS?
> -Original Message-
> From: thomas marban [werk3AT] [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, May 03, 2001 9:52 AM
> To: [EMAIL PROTECTED]
> Subject: bug - iis tomcat
> Importance
Tomcat is 3.2.2 is a bug fix release (actually one new feature got in, see
the readme file).
Tomcat 3.x is still Servlet 2.2 and JSP 1.1.
-Original Message-
From: Sam Newman [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 04, 2001 3:00 AM
To: [EMAIL PROTECTED]
Subject: Tomcat 3.2.2 vs 3.2.
A change very similar to what you propose for HttpServletResponseFacade.java
was already made for Tomcat 3.2.2b4. There are two conditions that I know
of where URL rewritting won't work. If you using AJP12 and an SSL port
other than 443 then Tomcat won't be told that the connection is secure and
I am pleased to announce that the Tomcat 3.2.2 beta 4 release is now
available for download at
http://jakarta.apache.org/builds/tomcat/release/v3.2.2-beta-4
Beta 4 fixes problems that could cause violations of the JSP specification
for the JSP lifecycle methods, jspInit() and jspDestroy(), when
I recently fixed a couple thread synchronization and spec compliance issues
in jasper for Tomcat 3.2.2b3. There will be a beta 4 release probably early
next week to make those fixes public. If no serious problems are found
during that beta period, I'll start the process of finalizing the release
I am pleased to announce that the Tomcat 3.2.2 beta 3 release is now
available for download at
http://jakarta.apache.org/builds/tomcat/release/v3.2.2-beta-3
Beta 3 contains a fix for a security hole that has been identified in the
Tomcat 3.2.2 beta 1 and beta 2 releases. The security hole had t
I am pleased to announce that the Tomcat 3.2.2 beta 3 release is now
available for download at
http://jakarta.apache.org/builds/tomcat/release/v3.2.2-beta-3
Beta 3 contains a fix for a security hole that has been identified in the
Tomcat 3.2.2 beta 1 and beta 2 releases. The security hole had t
The Psuedo-Random Number Generator (PRNG) used to create session ids took
several seconds to initalize on some platforms. This caused a very
noticable delay for the first request that created a session. This has been
changed in Tomcat 3.2.2. The PRNG initialization is now *much* faster and
is a
Yes.
> -Original Message-
> From: Benoit Lalumiere (LMC) [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, March 07, 2001 1:33 PM
> To: 'Tomcat-User (E-mail)
> Subject: web.xml
>
>
> Hi all
>
> I am converting our application from tomcat 3.1 to tomcat 3.2.1, just want
> to make sure here as I
Read the JSP spec. The include directive requires a relativeURLspec. You
can only include files from the current webapp so there is no need to fully
qualify the URL.
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
> Behalf Of Abdullah
> Sent: Wednesday, March
When tomcat starts it creates a file in tomcat/conf called
iis_redirect.reg-auto that has all the right registry entries with the
correct paths based on the current config files. For example the full path
to the log file, the full path to the workers and uriworkermap properties
files.
-Origi
You can't. As of 3.2 all URLs are case sensitive. See section 6.7 of the
doc/readme file to an explanation.
> -Original Message-
> From: Jones, Stephen [mailto:[EMAIL PROTECTED]]
> Sent: Monday, March 05, 2001 2:17 PM
> To: '[EMAIL PROTECTED]'
> Subject: How to make a case-insensitive C
I tested this in 3.2.2b1 using the SnoopServlet that comes with the examples
web app and it seems to work fine.
To test test it yourself you'll need to make a small modification to
examples/web-inf/web.xml. Change the url-pattern for snoop to be /snoop/*
instead of /snoop. Then you can try the
I am pleased to announce that the Tomcat 3.2.2 beta 1 release is now
available for download at
http://jakarta.apache.org/builds/tomcat/release/v3.2.2-beta-1
Tomcat 3.2.2 contains bug fixes collected since the release of Tomcat 3.2.1.
The bugs known to be fixed in this release are listed in the R
This is almost certainly the infamous JDK1.3 bug. It has been discussed
*lots* of times on this list (search the archives or read the documentation
at
http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/NT-Service-howto.htm
l).
> -Original Message-
> From: Scott Eversole [mailto:[EMA
Is there a ROOT web app? There is a known bug in 3.2.1 that causes Tomcat
to spin in a tight loop if it gets a URL that doesn't map into a servlet
*and* the ROOT webapp has been removed. This has been fixed and will appear
in Tomcat 3.2.2.
Also, be careful using JDK 1.3 if your going to run Tom
This is the way it is supposed to work. The default form submission
encoding is application/x-www-form-urlencoded (which you'll notice is what
got sent in the Content-Type header. This means that all non-ASCII data is
going to get URL encoded using %HH (where H is single HEX digit). Your
single
FWIW, this has been fixed for Tomcat 3.2.2 higher. You'll now get the 404
error instead of the tight loop.
-Original Message-
From: Kelly Kleinfelder [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 16, 2001 11:33 AM
To: [EMAIL PROTECTED]
Subject: SOLVED: runaway threads eating cpu cycl
I've found the NPEs from the class loader generally mean corrupted .class
files. Is it possible that the files got messed up when they were moved
from the Linux machine to Win2000?
You can turn on *lots* of debugging. There are notes in conf/server.xml
about how to do it.
Depending on how your
It most likely isn't going to get fixed in Tomcat 3.2.2. The jsp file
naming scheme has been cleaned up somewhat in Tomcat 3.3 but the path size
limitation may still be reached.
Recent changes to Jasper in Tomcat 4.0 should resolve this completely.
> -Original Message-
> From: [EMAIL PR
Starting new interpreters is pretty expensive, but once they're running I
haven't seen any performance problems. To execute scripts I have a pool of
threads each with a Tcl interpreter running in it. When I need to execute a
script I just pick a free script runner thread from the pool.
I use th
r.
Thanks,
Marc Saegesser
> -Original Message-
> From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]]
> Sent: Monday, February 12, 2001 6:23 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Problem with request.getServerName in redirect
>
>
> Melissa Matthews wrote:
>
>
I haven't used Jacl from a JSP, but I use it extensively from servlets and
it works fine. The only thing odd was that I had to put the jar files in
tomcat/lib (or the CLASSPATH) as opposed to web-inf/lib because of the way
that Jacl looks for some classes.
I'm using Tomcat 3.2.1 on WinNT.
> ---
I do this all the time and it works fine. No reboots needed.
> -Original Message-
> From: Craig Tataryn [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, January 23, 2001 4:37 PM
> To: [EMAIL PROTECTED]
> Subject: Possible isapi bug.
>
>
> I've noticed that if I edit my uriworkermap.properti
Already done (several weeks ago). It will appear in the next release of
Tomcat 3.2.x.
> -Original Message-
> From: Steve Quail [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, January 24, 2001 2:35 AM
> To: [EMAIL PROTECTED]
> Subject: NT install notes error
>
>
> Could someone please
They are mutually exclusive.
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, January 16, 2001 2:01 PM
> To: [EMAIL PROTECTED]
> Subject: precompile JSP with jspc & picking up changes in JSP source
>
>
> I noticed that if I precompile JSP with
It works fine on Win2000. Review the mailing list archives, this gets
discussed just about every week. In fact there is a thread that started on
this topic this morning!
The problem is almost always with the registry entries not being correct.
Don't define the "Filter Dlls" key if your using Wi
I, and lots of others, use Tomcat 3.2.1 with IIS on Win2000 and it works
fine. If the redirector doesn't load the problem is almost always an error
in the registry settings.
Review the archives for this mailing list. This topic seems to get
discussed about one a week. Past postings should cont
Eric,
I'm not sure if you got this when I sent the last time or not. If you could
verify that this new tomcat.bat fixes your problem I'll committ the changes.
Thanks for your help.
-
Eric,
I don't have access to a Win98 system so could you please test the attached
tomcat.ba
If you're using Tomcat 3.2.x then the functionality exists already. Just
follow the same instructions for connecting IIS and Tomcat for WinNT.
If your using Tomcat 4.x, then I don't think there is currently a connector
for IIS. It actually something I'd love to do myself but I don't think I'll
I'll commit the changes as soon as someone can verify that the new
tomcat.bat file works on Win98. I don't have the resources to test on that
platform at the moment. If someone would kindly test this I would
appreciate it.
I sent this file to TOMCAT-USER yesterday as an attachment and it set of
s and associated archives can be found
at http://jakarta.apache.org/site/mail.html
-Original Message-
From: Hawkins, Keith (Keith) [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 02, 2001 8:34 AM
To: 'Marc Saegesser'
Cc: '[EMAIL PROTECTED]'
Subject: RE: How to enable ISAPI
Nagaraj,
Could you elaborate on the tomcat+IIS issues? If there are Tomcat problems,
then lets fix them. If the problems are with IIS then we should at least be
able to document them, if not provide work arounds.
-Original Message-
From: G.Nagarajan [mailto:[EMAIL PROTECTED]]
Sent: Sa
Eric,
I don't have access to a Win98 system so could you please test the attached
tomcat.bat file. I've changed the java commands to use a -classpath
argument. It works fine on WinNT but I'd like to get a test on Win98 before
I commit the changes.
-Original Message-
From: Eric Armstron
Search this list's archives. This comes fairly often.
The isapi redirector is rather senstive to the configuration and doesn't
always provide really useful error messages. Start by seeing of the
iis_redirect.log file has been created and if it has any usefull error
messages it in. Depending on
Sorry about that. I was still thinking Servlet 2.1 API spec. The Servlet
2.2 spec is much tighter.
-Original Message-
From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 29, 2000 2:35 PM
To: [EMAIL PROTECTED]
Subject: Re: Init() being called 3 times
Marc
iases. My work around was to not specify a context in server.xml but
only specify the servlet mapping in my web.xml.
David.
-Original Message-----
From: Marc Saegesser [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 28, 2000 1:46 PM
To: [EMAIL PROTECTED]
Subject: RE: Init() being called 3
1) Set Tomcat's debug level to something big (say 20).
2) Add a System.out.println() call to the begin and end or your init()
method. Include a timestamp.
3) Add a call to Thread.currentThread().dumpStack() to the start of your
init() method.
4) Post the output here.
It is extremely unlikely
src/native/iis/jk_isapi_plugin.c
shared code is also found in
src/native/jk
-Original Message-
From: David Fusari [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 27, 2000 4:26 PM
To: [EMAIL PROTECTED]
Subject: Where is Source code for isap_redirect.dll
Can someone give me thr url
I've also updated the NT-Service-how.html file to include a notice about the
JDK 1.3 issue and known work arounds.
-Original Message-
From: Marc Saegesser [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 21, 2000 12:51 PM
To: [EMAIL PROTECTED]
Subject: RE: Jakarta NT service
You don't mention, but you're probably using JDK1.3. That's the problem,
not jk_nt_service. Search the list archives and you will find copious
amounts of information about this problem and ways to get around it. The
easiest way is to switch back to JDK1.2.
This has come up so many times that I
Ahhh, that explains it. I've been meaning to look into why my first request
takes so damned long.
I just added the following line of code to the init() method of one of load
on startup servlets and now my first requests goes through just fine.
new java.security.SecureRandom().nextLong();
N
Review the archives for this list. Myself and others have posted
information about this several times before.
In short there are two things to check for.
1) Make sure you don't add the "Filter DLLs" key unless you really are
using PWS. You say your using IIS 4.0 so you don't need this key.
2
A technique you might useful here is to put the following code into your
init() method.
Thread.currentThread().dumpStack()
This will let you see who is invoking your init() method.
-Original Message-
From: Irina Rubenchik [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 08, 2000 1
I noticed that the URI your requesting is /examples:8080/jsp/index.html.
That'll never work. Try something like
http://localhost:8080/examples/jsp/index.html
-Original Message-
From: Kintzer, Michael [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 07, 2000 12:05 PM
To: '[EMAIL PROTE
If you really want help should provide basic information like
1) What version of Tomcat
2) What operating system
3) When the error occurs. Is it during step 3 of the instructions when you
use the -i option to install the service or does it happen later when you
attempt to start the service?
4)
forwarded from IIS via the redirector.
The code is still in proof of concept stage. I'll post it when I think its
ready. If anyone else is using EmbededTomcat and would like to discuss
these or other changes please contact me (preferably on one of the Tomcat
mailing lists).
Marc Saegesser
-Ori
Forget it, EmbededTomcat doesn't care about server.xml.
Dom
- Original Message -
From: "Marc Saegesser" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, November 28, 2000 2:43 AM
Subject: EmbededTomcat question
> I'm beating my head against a w
I'm beating my head against a wall with EmbededTomcat and I'm hoping someone
here can help me out.
Here's where I stand. I've got an application that initializes the
EmbededTomcat class. I can access a servlet using the HttpConnectionHandler
on port 8080. My servlet gets instantiated, init() g
If the isapi_redirect fails to load (i.e. you see the red arrow on the
filters page) the most common reason is that one of the files identified by
the worker_file or worker_mount_file registry entries are missing or
invalid.
If the filer loads but requests don't get sent to Tomcat then there may
(red arrow)
and you'll see an error message for the W3SVC in the system event log.
Hope this helps.
Marc Saegesser
-Original Message-
From: Mohammed Nasr Shalaby [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 22, 2000 8:10 AM
To: [EMAIL PROTECTED]
Subject: Re: It didn't work
T
registry key so that
I
could make a checkup.
BTW I couldn't find the iis_redirect.reg-auto file you specified could you
please email a copy of it to me on [EMAIL PROTECTED]??? It will be a great
help for me and my collegus!
Marc Saegesser wrote:
> I've done several installs on W
You don't say which version of Tomcat your using so I'll assume one of the
recent 3.2 betas.
See step 2 of the NT-Service-howto document
(tomcat\doc\NT-Service-howto.html). It says to customize the
wrapper.properties file that ships with Tomcat in the tomcat\conf directory.
-Original Messag
I've done several installs on WinNT and Win200 with IIS and I can tell you
that it does work. Without more details its hard to say what wrong with
your configuration but here are a few common problems.
1) Make sure the isapi_redirect.dll wasn't corrupted by the download. It
should 112Kb, if yo
build from source, please try the attached patch and see if it
fixes the problem for you.
Marc Saegesser
-Original Message-
From: Jochen Schneider [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 16, 2000 3:20 AM
To: [EMAIL PROTECTED]
Subject: Tomcat 3.2-b7 not compliant to Servlet
One thing that can cause problems is if you added the redirector dll to the
"Filter DLLs" key. This step is in the instructions for the personal web
server that ships with WinNT 4.0 (as opposed to the web server that is
available as part of the NT 4.0 Option Pack, or the one that comes with
Win20
I had the same problem until I realiazed that I didn't have the tomcat_32
branch of jakarta-servletapi.
cvs co -r tomcat_32 jakarta-servletapi
-Original Message-
From: Pierre Delisle [mailto:[EMAIL PROTECTED]]
Sent: Monday, November 13, 2000 3:28 PM
To: [EMAIL PROTECTED]
Subject: Re: 3
Take a look at the javax.servlet.http.HttpSessionBindingListener interface
and see if that does what your looking for.
-Original Message-
From: Pablo Trujillo [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 08, 2000 10:53 AM
To: Java-Linux; Polinux; Tomcat-Linux
Subject: Session Clo
Raj,
Those lines in wrapper.properties cause servlet stdout and stderr to be
redirected the files jvm.stdout and jvm.stderr in the directory specified by
wrapper.tomcat_home. The default behaviour should be just what you want.
However, there is a bug in 3.2b6 that causes odd behaviour when thes
69 matches
Mail list logo