I have access to a Tomcat server that is currently deploy two webapps. When I put my own webapp in the apache-tomcat-6.xxx/webapps directory, it doesn\'t deploy it. I tried downloading the Tomcat samp
i am running an application which uses spring, hibernate, jsf, etc. the application also uses ha-jdbc to make the databases highly available. when the application is deployed for the first time, the a
I have Eclipse Galileo and Tomcat 6. I also have a Tomcat UI Plugin. It was all working fine. Now all of a sudden when I try to run tomcat from eclipse it throws the following error
I have my war running on tomcat in a context path - say /path1. I\'ve made some more changes to my codebase, added more classes, jars etc, and now without disturbing the first war that is running on
Below is outtake of unique entries in my Catalina.out file on CentOS machine. I\'m running Tomcat 6 with spring 3 and my application. There is whole bunch of them so I just picked some that keep repea
I have a Struts 2 application on Tomcat 6. There is a Apache 2.2 web server in front of Tomcat. I am trying to create Google friendly URLs by mod_rewrite.
I\'m working on getting an application deployed to the ROOT (\"/\") context in my Tomcat 6 instance. Here\'s what has been done:
I\'m working on a web application that is Java EE 5.I may be able to upgrade it to EE 6 at some point, but can\'t at the moment.The web app is running in Tomcat 6.Can I use CDI with it?
I am 开发者_运维知识库trying to test a web application that relies on Solr for executing search queries.I already have the Maven Tomcat plugin which starts up the web application.During the Maven buil
I am getting out of memory exception in my tomcat,Could any one explain how to do settings and what are best values have to set 开发者_如何转开发based on calculation of my total memory.Thanks in Advan