Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested Apache Tomcat Application Server Solutions: 26 - 50 of 161
 
Hi, I am trying to insert 1 record of data into an Appointment table (AACAp) in Oracle 10g database. I am passing parameters from a jsp page to a servlet which then uses PreparedStatement to ...
My mail server runs Tomcat and stopped accepting requests from web browsers today.  When I looked in the Catalina logs, I had this: java.net.SocketException: Too many open files at java.ne...
Im trying to setup a new Spring Webapp, but i keep getting the following log4j error everytime i start up tomcat// any ideas??? SEVERE: Context [/mcmsystem] startup failed due to previous e...
Help!  Our SSL certificate is expiring very soon.  We purchased a new certificate from VeriSign (not allowed to renew the existing one because company moved from Canada to US), but I'm not hav...
Ppl,  I am using Tomcat v5.5 and I am trying to execute a java servlet at server startup. I have created my own project inside *************\Tomcat 5.5\webapps\ And it has its own ...
Hi guys, I do need some help, been trying to debug this for sometime, looked at logs and all. I downloaded TomCat 6.0 and installed the .exe. Everything was smooth and i left most of the se...
I am running apache-tomcat-5.5.23 using java 1.5.0_11 with modjk and Apache 2.0.52 on Redhat Enterprise Linux 4ES.  Tomcat does not seem to shutdown cleanly taking a long time to do so display...
Hi, I'm trying to get Quercus to run on Tomcat 6, and I'm running into problems. I used Eclipse's Project wizard to open the Quercus war and extracted the files and copied the quercus.jar, ...
Hi All, We are taking over support for a company that host on godaddy.com. We have a MYSQL/PHP based trouble ticketing system that allows users to enter a trouble ticket, respond, track, etc...
We have a Java application deployed on a Tomcat Server with 18GB of RAM running the IBM JVM version 5 for AIX.  The -Xms and -Xmx parms are both set to the full 18GB.  The server itself has 20...
Hi I am running Tomcat 5.5 on Windows Vista and have a problem.  When I use http://localhost:9090/Somepage the page is returned quickly and without a problem. However I need to use the IP a...
Tomcat will not start as a service.  I get Event id #7024. The Tomcat Service terminated with a service specific error of 0 (0x0).  Tomcat will run if I use the startup.bat. Thanks
For the Tomcat AJP connector configuration       <Connector port="8009" address="${jboss.bind.address}"          emptySessionPath="true" enableLookups="false" redirectPort="8443"         ...
When I send a request, I receive a message responded as follow: Service Temporarily Unavailable The server is temporarily unable to service your request due to maintenance downtime or ca...
Hi, I'm hoping someone can help me figure out how to write a cron script and run it on a regular basis to detect if my tomcat 6 server is down, and if so to automatically restart it.  My ho...
New to Web Administration, I have been put in charge of setting up our website using Apache and tomcat together, not really sure how to do this.  All the documents I find are for Tomcat 4.x an...
I am trying to run the example on this link: http://www.netbeans.org/kb/60/websvc/client.html that is developing a JAX-WS web service client. I followed exactly the same steps but I am usi...
I am trying to quickly implement SSL ability into our existing Apache Tomcat 5.5.23 installation (JDK 1.5.0_12 as base) and have gotten reasonably far but have run into a bit of a wall. I c...
Hi I have trying to test tomcat 4.1.37 installed on AIX and when trying to excess it get following message: Please help. HTTP Status 500 - ---------------------------------------...
I used a few links founf in google to install Tomcat and apache AXIS. I was able to install apache tomcat 5.0 and I also copied axis directory under Tomcat webapps directory. So fater starting...
I'm using Acegi (version 1.0) and would like to ckeck if the user is logged in. The problem is when using anonymousAuthenticationProvider, the user is always authenticated (isAuthenticated...
I am working my way through http://www.springframework.org/docs/MVC-step-by-step/Spring-MVC-step-by-step-Part-1.html to appraise Spring and to some extent cleaning up my act with Tomcat. I'...
Hi, I'm trying to set up my postgres database to work for my web apps.   I've got the setup below in my server.xml and WEB-INF/web.xml files. I also know I need to put some sort of re...
Lets say I have a www.mysite.com set up in apache 2 webserver and my java application is running under Tomcat 6. Now I want to add subdomain 'm' so users can also access www.m.mysite.com I h...
Hi, In my web application I have servlets mapped to .html. Every servlet forwards to a .jsp. Is there a way in Tomcat to allow servlets to forward to the .jsps but disallow the .jsps to be ...