Hot deploy without reloading

2007-02-16 Thread René Schade
Hi List, I would like to let my JSP-pages hot-deploy without an explicit reload of the application. Is that possible? In my current configuration, the Servlets are hot-deploy without reload, just like I want it, but changing and deploying a JSP-page does not force a hot deploy (or even a

Error moving JPA app from Tomcat 5.5.12 to Tomcat 5.0.30

2006-11-14 Thread René Schade
I have a wellworking Tomcat JPA application running on Tomcat 5.5.12. As far as I know, it should be possible to deploy it on 5.0.30 as well. But when running a Servlet I get the error: javax.persistence.PersistenceException: java.io.FileNotFoundException: JAR entry

Undeploy does not remove all of the files in the application

2006-11-08 Thread René Schade
Hi! I have a problem when trying to undeploy an application. Whenever I try to undeploy using the manager application (or from Ant), not all of the files in the application (located in webapps) are removed. Some of the jar-files still exist in the folder. I have to restart tomcat in order to

RE: RE : Problems configuring a Context path=xx using Apache/Tomcat

2006-10-24 Thread René Schade
://issues.apache.org/bugzilla/show_bug.cgi?id=39120) But you can modify the name of your context file : servlets#application.xml, it should work. hugo -Message d'origine- De : René Schade [mailto:[EMAIL PROTECTED] Envoyé : mardi 24 octobre 2006 10:18 À : users@tomcat.apache.org Objet : Problems

Problems configuring a Context path=xx using Apache/Tomcat

2006-10-24 Thread René Schade
Hi List, I'm running Apache 2.0, Tomcat 5.5.17, jdk 1.5 I'm upgrading from Apache 1.3 Tomcat 3.* jdk 1.4 In my Apache log file I have the following: JkMount /manager* foo JkMount /servlets/* foo The manager application works fine, when typing the URL