DO NOT REPLY [Bug 14007] - Incorrect validation of optional package.

2002-11-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14007. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Tomcat scalability

2002-11-03 Thread ryan
1. For a project my company is working on we have transactions requirements of 1600 transactions per second. The transactions consists of processing a servlet in Tomcat, doing a database call and then displaying the results to the user so the effective number of transactions Tomcat has to

RE: Tomcat scalability

2002-11-03 Thread Sexton, George
You would be better off to use a load balancer in front of a cluster of Tomcat servers. It gives you very good scalability, with good fault tolerance. -Original Message- From: ryan [mailto:rsburgess;shaw.ca] Sent: 03 November, 2002 12:39 AM To: [EMAIL PROTECTED] Subject: Tomcat

Re: Tomcat scalability

2002-11-03 Thread Robert_McDermid
That's a tough question to answer, and pretty much the only way you're going to be able to tell is to try it. Here's a few suggestions of things to think about: The first question you might want to ask is can your database handle 1600 transactions per second? If not (and even if it can) you

RE: Catalina.sh on Tru64 Unix v 5.1 Problem

2002-11-03 Thread Russ Fish
If you're running ksh, change the first line of$CATALINA_HOME/bin/startup.sh and $CATALINA_HOME/bin/catalina.sh to reference /bin/ksh rather than /bin/sh, and you should be all set. -Original Message- From: Yon Den Baguse Ngarso [mailto:yon;dugem.com] Sent: Thursday, October 24, 2002

Re: Tomcat scalability

2002-11-03 Thread Ryan Hoegg
One good rule of thumb is not to solve problems that don't exist. Your first task is to set up a server and hit it with something a good 20%-50% more demanding than your expected load. There exist several automated tools to do this. One is JMeter at

Re: Tomcat scalability

2002-11-03 Thread Bojan Smojver
Quoting Jon Scott Stevens [EMAIL PROTECTED]: on 2002/11/3 2:24 PM, Bojan Smojver [EMAIL PROTECTED] wrote: I know you have a much better machine, but 1600 transactions does seem a bit high. Not for porn. Nah... they wouldn't use Java for that. They'd use Porn Hypertext Processor (PHP)

WebDAV methods

2002-11-03 Thread Robert Gauthier
I have come accross a problem trying to handle an OPTIONS HTTP method in my servlet. My servlet does not get invoked when Dav Explorer uses this method. I have included the only posting I've been able to find as a reference. It was posted in April of 2000 where Remy Maucherat makes mention that

cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat5 CoyoteRequestFacade.java CoyoteResponseFacade.java

2002-11-03 Thread jfarcand
jfarcand2002/11/03 21:14:09 Modified:coyote/src/java/org/apache/coyote/tomcat5 CoyoteRequestFacade.java CoyoteResponseFacade.java Log: Use the catalina.properties file to customize the package protection/access. This new security m echanism enable the

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/security SecurityConfig.java SecurityClassLoad.java

2002-11-03 Thread jfarcand
jfarcand2002/11/03 21:16:23 Modified:catalina/src/share/org/apache/catalina/security SecurityConfig.java SecurityClassLoad.java Log: Use the catalina.properties file to customize the package protection/access. This new security m echanism enable the

cvs commit: jakarta-tomcat-catalina/catalina/src/conf catalina.properties

2002-11-03 Thread jfarcand
jfarcand2002/11/03 21:33:50 Modified:catalina/src/conf catalina.properties Log: Use the catalina.properties file to customize the package protection/access. This new security m echanism enable the customization, at runtime, of which package should be protected. the following

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/valves ErrorDispatcherValve.java

2002-11-03 Thread amyroh
amyroh 2002/11/03 22:33:02 Modified:catalina/src/share/org/apache/catalina/valves ErrorDispatcherValve.java Log: Fix support for changes made between the public draft and public final draft for Filter support in Servlet 2.4. Errors that were generated