I have two severs New and Old. Both serve static content (and dynamic content but this is out of scope of this question).
I have an application running in a Tomcat6. Can I prevent Tomcat from caching for this application by setting in the web.xml? if yes, how?
I\'ve got a Tomcat6 server that runs multiple Instances for two separate grail apps. When I compile my WAR file for deployment normally
Reading through the documentation on Apache Tomcat, when I deploy a webapp it copies the webapp/META-INF/context.xml to $catalina_base/conf/{engine}/{host}/{webapp}.xml.
Recently i installed apache tomcat 6 on my PC.I started the server and try to open the tomcat manager using the url:
We have two different servers running our web application, one is Windows and other is Linux Red Hat. Both the server has same Tomcat(6) and JDK (v6u20). The application ru开发者_StackOverflow社区nnin
May I know the way to create a war file which work same as the application while running in playFramework? As I tried on Windows XP, running play war mayapp-o myapp.war resulted in a mya开发者_如何学编
We\'re running into problems with Spring 3.0.5 transactional management and OpenJPA 2.0.1 and we can\'t seem to pinpoint the problem so any help is appreciated.
I\'m looking to implement a custom Valve and configuring it using META-INF/context.xml. At the moment though, when context.xml is parsed during deployment, Tomcat (6.0.32) dies with a ClassNotFoundEx
I am using Tomcat 6.0.29 to deploy my production war of Grails 1.3.7 on windows and linux machine.I haven\'t get any issue during application development,But when i deploy war and start/stop applicati