Multipart Form Posting with Tomcat 3.2.1

2001-05-24 Thread Ben Galbraith
3.3.x that fixes this bug coming out? Thanks, Ben Galbraith

Re: System out and System err

2001-03-16 Thread Ben Galbraith
I spent some time fooling with logs before I realized that if you override: Servlet.init(ServletConfig config) you must call this somewhere in your new init() method: super.init(config) otherwise the servlet container's logs don't get turned on.

RE: Profile tool for Apache/Tomcat

2001-02-27 Thread Ben Galbraith
JProbe (www.jprobe.com) is another excellent profiling utility. It also supports Tomcat 3.2. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: How to measure Apache-Tomcat performance?

2001-02-22 Thread Ben Galbraith
JMeter's good, you should also check out Microsoft's WAS utility, http://homer.rte.microsoft.com/. It's Win32 only, but an excellent little tool. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAI

Help:What type of a configuration Tomcat is more preferable to industrial use

2001-02-22 Thread Ben Galbraith
> Hi ! > What advantages gives use Tomcat + Apache? Why recommend using Tomcat as stand-alone > container mainly for development and debugging ? Tomcat is excellent at serving up dynamic content (i.e. servlets) and does a pretty good job at serving up static content (i.e. HTML, GIF, JPG,