I'm running Tomcat 5.5.7 on a Windows
XP sp1 and I can't seem to get the Tomcat service to startup automactically
when the machine boots up. I do have the service startup type set
to automatic.
Has anyone encountered this problem?
If so, how did you get the service to start up automatically?
I'm interested in reading your paper,
but the link you provided requires a userid and password
Wojciech Sobczuk <[EMAIL PROTECTED]>
02/08/2005 06:18 PM
Please respond to
"Tomcat Users List"
To
tomcat-user@jakarta.apache.org
cc
Subject
Running heavily loaded tomcat
sites.
// you reach this only if no errors have been caught so no error page to
display
OutputStream out = res.getOutputStream();
res.setContentType("text/plain");
out.println(myOutput.toString());
}
/roberto
- Original Messag
I'm trying to write a servlet that handles
business logic exceptions by specifying in the web.xml the jsp error page
that I want to use for a specific Exception (see web.xml snippet below).
I have this working when I use response.getWriter() in the servlet
instead of response.getOutputStream() -
Hi all,
Most of the examples I've come across
specify the factory parameter. And, after rereading the Tomcat docs,
those additional three commons jar files are needed.
I too, have gotten the datasource to
work when I didn't specify the factory parameter, but my impression right
now is that it's
Hi Mario,
Thanks for getting back to me. Below is the context I set up.
After doing my own digging, I realized I was missing some jakarta commons
jar files. After getting these jars and restarting Tomcat the
ClassNotFoundExceptions went away.
What I find really puzzling though is why I didn'
I'm running Tomcat 5.5.4 on Windows 2000 Server and encountered the below
error on Tomcat startup:
Feb 2, 2005 10:50:49 AM org.apache.catalina.core.NamingContextListener
addResource
WARNING: Failed to register in JMX: javax.naming.NamingException: Could
not create resource factory,
ClassNotFo