I deploy a application to tomcat with context xml. I want the tomcat work at debug mode, I means if I change something inside a function, like change
We have a web application (Java + Tomcat + Spring + Maven) that depends on resources. So the app-1.0.1.war depends on the resources-1.0.3.jar. When we need to fix a bug in the resources, we need
I\'m having a project using JSF2 (2.1.2), Richfaces4 (4.0.0.Final) on tomcat6 (6.0.28). In order to manage portability between Tomcat and WebSphere7 for my EARs, I have the following jars inside my to
I have one Tomcat 5.5 with one resource for JDBC Pool connection: <Resource name=\"jdbc/orcl\" auth=\"Container\"
Is there anyway to user MongoDB as a central session storage f开发者_JS百科or Tomcat6? If so, could we have a cluster of tomcat servers reading session data from MongoDB so that the cluster could be d
I would like to configure my website to work partly with Apache and partly with Tomcat. Let me explain. When the user navigates onto my domain (lets call my domain as \"abc\").. so abc.com then I woul
Question1: As we know, when a classloader is about to load a class, it delegates the request to its parent classloader. However in Tomcat, it doesn’t: you could load your c开发者_运维知识库lass to o
I use Tomcat 6 and have jsp file and java file which is located on the server ] These are all files which I upload on the server
I upload jsp file (index.jsp) and java file (easyTesting.java) on server and cannot launch themethod fromeasyTesting.java.
I have two WARs deployed to the same Tomcat 7 instance, and both use CXF + WSS4J. The two apps communicate via SOAP, and WSS4J interceptors handle SAML assertions in the SOAP headers. When testing eac