3.3.x
that fixes this bug coming out?
Thanks,
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.
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]
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
> 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,