RE: Servlet Problems Uprgrading from Tomcat 3.2.x to Tomcat 4.1.18

2003-02-24 Thread Matt Frame
Users List' Subject: Servlet Problems Uprgrading from Tomcat 3.2.x to Tomcat 4.1.18 I am a newbie at Tomcat and Java so please forgive me if I am about to ask some stupid question that everyone should no when working in this environment. Our customer has asked me to upgrade their Tomcat in

Servlet Problems Uprgrading from Tomcat 3.2.x to Tomcat 4.1.18

2003-02-24 Thread Matt Frame
I am a newbie at Tomcat and Java so please forgive me if I am about to ask some stupid question that everyone should no when working in this environment. Our customer has asked me to upgrade their Tomcat installation from 3.2.4 to 4.1.18. This environment is on Windows 2000. I first ins

mod_jk Ajp13 and Tomcat 3.2.X

2002-11-14 Thread Chad Cannell
I am working on Tuning our Apache 2.0, mod_jk-2.0.42, Tomcat 3.2.3 on Win2K config In all I have read, I never have seen that you can set minProcessors, maxProcessors, and acceptCount in the Tomcat 3.2.3 server.xml like: I did that and the system degraded conciderably. If I remove them I

Tomcat 3.2.x version differences

2002-08-19 Thread Michael finney
Hello. At http://jakarta.apache.org/tomcat/index.html, I was looking at the following: "The 3.2.1 release, like 3.1.1, was a security patch. Version 3.2.2 fixed a large number of bugs and all known specification compliance issues. Version 3.2.3 was a security update that closes a serious securi

Possible problem: ajp13 on Tomcat 3.2.x - need help

2002-07-18 Thread Shinta Tjio
We are using Apache 1.3.26 and Tomcat 3.2.2. We've seen some clients to be hanging Apache on SSL read. The cause of this hang seems to be network/TCP/IP issue. The read will eventually times out. When it times out, here's where the problem starts. Tomcat seems to be grabbing some buffer that cont

RE: Tomcat 3.2.x

2002-03-19 Thread Robert Nocera
o the rest."   -Original Message- From: Daniel Bruce Lynes [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 19, 2002 12:13 PM To: [EMAIL PROTECTED] Subject: Tomcat 3.2.x I'm curious as to whether this problem is just me. I haven't seen any mention of anyone else running into this pr

RE: Tomcat 3.2.x

2002-03-19 Thread Brandon Cruz
I use tomcat 3.2.4 and haven't noticed this problem. Not sure about the earlier versions of 3.2.x. Brandon -Original Message- From: Daniel Bruce Lynes [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 19, 2002 11:13 AM To: [EMAIL PROTECTED] Subject: Tomcat 3.2.x I'm cur

Tomcat 3.2.x

2002-03-19 Thread Daniel Bruce Lynes
I'm curious as to whether this problem is just me. I haven't seen any mention of anyone else running into this problem. However, what I'm experiencing (it doesn't happen in Tomcat 4.0.x), but I still need to get things working under Tomcat 3.2.x is: 1. deploy the war file

R: Caching Login Info in Tomcat 3.2.x

2001-10-02 Thread Renato Romano
t;j_password", isn't it ? -Messaggio originale- Da: Randy Layman [mailto:[EMAIL PROTECTED]] Inviato: martedì 2 ottobre 2001 14.34 A: [EMAIL PROTECTED] Oggetto: RE: Caching Login Info in Tomcat 3.2.x > -Original Message- > From: André de Jesus [mailto:[EMAIL PRO

RE: Caching Login Info in Tomcat 3.2.x

2001-10-02 Thread Randy Layman
> -Original Message- > From: André de Jesus [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, October 02, 2001 9:03 AM > To: [EMAIL PROTECTED] > Subject: Re: Caching Login Info in Tomcat 3.2.x > > > > If you are using container-managed authentication (the s

Re: Caching Login Info in Tomcat 3.2.x

2001-10-02 Thread André de Jesus
If you are using container-managed authentication (the system that comes with Tomcat, that is configured for each Realm in the file server.xml), then the user roles and passwords are already automatically cached for each session (the isUserInrole() function and other similar functions do not

Caching Login Info in Tomcat 3.2.x

2001-10-02 Thread Renato Romano
Hi, I would like Tomcat avoiding to access the DB for EVERY ACCESS to a reserved page. I think the best way to do this (apart from upgrading to Tomcat 4.0 !!) is to store the login info, or maybe just a flag "I'm authenticated", in the session object. Does anyone already made something similar ? S

Security issues with Tomcat 3.2.x

2001-08-21 Thread RoMaN SoFt / LLFB !!
Hi. I'm using Jakarta Tomcat 3.2.2 with Apache 1.3.20 / mod_jk (Linux) and I have some security-related questions: 1) I've read 3.2.3 is the latest available version for 3.2.x branch and that it covers a security issue. What's about this security issue and where could I read more about this i

Re: WAR file behavior and Tomcat 3.2.x [problem replying]

2001-06-12 Thread pedro salazar
this problem can be solved soon! Sorry for my duplicated messages, again... - Original Message - From: "pedro salazar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 12, 2001 3:38 PM Subject: Re: WAR file behavior and Tomcat 3.2.x > Greetings, >

Re: WAR file behavior and Tomcat 3.2.x

2001-06-12 Thread pedro salazar
uld I get a manual with all these options documented? thanks... -- - Original Message - From: "Darrell Porter" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 11, 2001 11:54 PM Subject: RE: WAR file behavior and Tomcat 3.2.x > REPOST as I REALLY

Re: WAR file behavior and Tomcat 3.2.x

2001-06-12 Thread pedro salazar
uld I get a manual with all these options documented? thanks... -- - Original Message - From: "Darrell Porter" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 11, 2001 11:54 PM Subject: RE: WAR file behavior and Tomcat 3.2.x > REPOST as I REALLY

RE: WAR file behavior and Tomcat 3.2.x

2001-06-11 Thread Darrell Porter
REPOST as I REALLY need help on this... I've read the documentation. I've added the unpackWARfiles="FALSE" to my server.xml Why is Tomcat still unpacking the WAR file into the WEBAPPS directory? Should it not simply be unpacking files to WORK as it needs them? I had heard that it was possible

WAR file behavior and Tomcat 3.2.x

2001-06-05 Thread Darrell Porter
REPOST as I REALLY need help on this... I've read the documentation. I've added the unpackWARfiles="FALSE" to my server.xml Why is Tomcat still unpacking the WAR file into the WEBAPPS directory? Should it not simply be unpacking files to WORK as it needs them? I had heard that it was possible

WAR file behavior and Tomcat 3.2.x

2001-06-01 Thread Darrell Porter
I've read the documentation. I've added the unpackWARfiles="FALSE" to my server.xml Why is Tomcat still unpacking the WAR file into the WEBAPPS directory? Should it not simply be unpacking files to WORK as it needs them? I had heard that it was possible to encrypt or password-protect the WAR fi

Re: 2 Critical Problems with Tomcat 3.2.x

2001-04-30 Thread Ronan Derby
Andrew I am having a similar "white screen" problem with Tomcat 3.1 on a production system. One of the JSPs works fine, there is nothing wrong with the code, it has gone through some fairly rigorous testing. However, every couple of days, the JSP white screens. I've spent some time looking into

Re: 2 Critical Problems with Tomcat 3.2.x

2001-04-29 Thread Andrew McDonald
the problem with multiple > >> VMs on both Linux and Solaris machines. I applied the patch for Tomcat > >> bug #1006 and the hanging still occurs. > >> > >> I haven't come across any responses to Andy's first post so I thought > >> I'd ask a

Re: 2 Critical Problems with Tomcat 3.2.x

2001-04-29 Thread Andrew McDonald
essage - > From: "Andrew McDonald" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Friday, April 26, 2024 10:23 PM > Subject: Re: 2 Critical Problems with Tomcat 3.2.x > > > Thank you very much for the advice Jeff. I

Re: 2 Critical Problems with Tomcat 3.2.x

2001-04-29 Thread Kim Jong Tae
ng still occurs. >> >> I haven't come across any responses to Andy's first post so I thought >> I'd ask again. Anyone have any idea what's causing this? >> >> thanks, >> Bill >> >> -----Original Message- >> From: [EMAIL PROTE

Re: 2 Critical Problems with Tomcat 3.2.x

2001-04-27 Thread Jeff Kilbride
t will apply in your case. Thanks, --jeff - Original Message - From: "Andrew McDonald" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, April 26, 2024 10:23 PM Subject: Re: 2 Critical Problems with Tomcat 3.2.x > Thank you ver

Re: 2 Critical Problems with Tomcat 3.2.x

2001-04-26 Thread Andrew McDonald
Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Andrew McDonald > Sent: Sunday, April 22, 2001 10:56 PM > To: [EMAIL PROTECTED] > Subject: 2 Critical Problems with Tomcat 3.2.x > > Hi there, > > First I'd like to thank the de

Re: 2 Critical Problems with Tomcat 3.2.x

2001-04-26 Thread Andrew McDonald
e > min, max, and spare threads in Tomcat's thread pool and talks about the > default values. If you up these values, maybe that will help. > > Thanks, > --jeff > > - Original Message - > From: "Bill Graham" <[EMAIL PROTECTED]> > To: &

Re: 2 Critical Problems with Tomcat 3.2.x

2001-04-26 Thread Jeff Kilbride
Thanks, --jeff - Original Message - From: "Bill Graham" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 26, 2001 11:50 AM Subject: RE: 2 Critical Problems with Tomcat 3.2.x > I've also been experienceing a lot of the Number 2 problem described

RE: 2 Critical Problems with Tomcat 3.2.x

2001-04-26 Thread Bill Graham
f Andrew McDonald Sent: Sunday, April 22, 2001 10:56 PM To: [EMAIL PROTECTED] Subject: 2 Critical Problems with Tomcat 3.2.x Hi there, First I'd like to thank the developers for a great product. Tomcat is a nice piece of software. And like all great OSS, very easy to raise a purchase order

2 Critical Problems with Tomcat 3.2.x

2001-04-22 Thread Andrew McDonald
Hi there, First I'd like to thank the developers for a great product. Tomcat is a nice piece of software. And like all great OSS, very easy to raise a purchase order for ;) Thanks guys. Unfortunately I have run into a couple of serious show-stoppers when deploying TC in production. A bit of ba

Is it possible to use JNDI in Tomcat 3.2.x

2001-03-15 Thread Denis Kranjcec
riment. Is there any documentation for using JNDI in Tomcat 3.2.x or 4 beta? Any link? Any sample code? Thanks in advance. Denis Kranjcec