maxProcessors and acceptCount settings ?

2002-06-05 Thread Henry Yeh


Hi,

Does anyone have any experience/guidelines in setting these values ?
>From what I understand maxProcessors can take "-1" to indicate unlimited
threads for processing requests. .. is this adviceable ? I also tried
to set acceptCount which is from what I understand the max number on the
queue for requests .. but this doesn't seem to take any effect..

Appreciate any feedback.

Thanks!
Henry

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Anyone has any experience running Tomcat 3.2.1 and Tomcat 4.0 concurrently ?

2002-05-31 Thread Henry Yeh


I can make them run as long there are no port conflicts..
but does anyone have any experience on any other side effects 
this might have ?

Thanks !
Henry

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Deploying Applications in Tomcat 4 - HELP

2001-10-02 Thread Henry Yeh



I am a first time user of Tomcat and I am using Tomcat 4.
The documentation that came with the release is not quite helpful.
Does anyone have a good documentation / reference that talks 
about the steps to successfully deploy a tomcat application ? 

thanks !!!

Henry



RE: mac question from yesterday

2001-09-06 Thread Henry Yeh


no it wasn't solved, as no one seems to have this problem but me !

Henry

-Original Message-
From: Thomas Cherry [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 06, 2001 10:44 PM
To: [EMAIL PROTECTED]
Subject: Re: mac question from yesterday


somebody ask a question about images not showing up under a few mac
browsers, and I wanted to know if this person solved the problem.
It could have been two days ago, but I really thought that it was yesterday.

- Original Message -
From: "Pier Fumagalli" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, September 06, 2001 11:48 AM
Subject: Re: mac question from yesterday


> "Thomas Cherry" <[EMAIL PROTECTED]> wrote:
>
> > was the mac question posted yesterday ever answered?
>
> Errr... I didn't see any mac-related question...
>
> Pier (typing on a mac!)
>



browsing web pages served by Tomcat 3.2.3 using a MACINTOSH ?

2001-09-05 Thread Henry Yeh


has anyone accessed webpages served by tomcat, using IE or Netscape ?
I tried to access a simple JSP page served by tomcat 3.2.3 and in IE, I got 
back the page without images, and on Netscape I got the actual JSP file !

any ideas ? 

thanks,
Henry



Patch to bug #345 complete ?

2001-08-20 Thread Henry Yeh


I have noticed that after applying the patch the date is now
included in the tomcat HTTP response header, but it still
does not send back "not modified 304" if the file requested
hasn't been modified since the date specificed by the request ...

anyone has any ideas on how to fix this ? thanks !

Henry



Patch for Jakarta-Tomcat 3.2.3 - please send me

2001-07-26 Thread Henry Yeh


hi does anyone have this patch ? I can't seem
to find this in the archives. Can someone please
send it to me ? Thanks !

Henry



Can Tomcat Host EAR Files and update them automatically when they are changed ?

2001-07-26 Thread Henry Yeh


Since tomcat doesn't support auto-reloading of non-servlet 
files (e.g. JSP files), I am finding it hard to just have
the servlets updated but not the jsp files in the application
that I developed. I would always get Classcast exceptions.
Anyone has any inputs !? I really appreciate it. Thanks.

-- Auri