hotdeploy Questions

2

Solved

From what I understand, in OSGi you can update jars at runtime without restarting the server. But jboss also has hot-deployment in which the full ear is updated and the server is still running. S...
Sheepshanks asked 6/10, 2011 at 19:35

2

Recently we migrated from using ant to maven. Within Netbeans, I used to edit and save html, xhtml, javascript, css files in the WAR and almost immediately the changes were available on the server....
Mckenzie asked 18/2, 2010 at 18:1

8

Solved

We have following problem. Developers frequently need to make small changes to our web applications. When I say small, I mean things like correcting the spelling on a web page or similar. Generatin...
Pollitt asked 26/11, 2009 at 22:22

1

Solved

I'm curious does anyone know the details on how frameworks like Grails or Play detect changes in the code and automatically trigger a recompilation without rebooting the app server? Is there someth...
Prithee asked 7/3, 2011 at 23:47

1

Solved

I have a Host that doesn't automatically deploy all web apps. <Host name="localhost" appBase="webapps" unpackWARs="true" autoDeploy="false" xmlValidation="false" xmlNamespaceAware="false"&gt...
Lempira asked 15/10, 2010 at 13:28

1

Solved

I have a Spring Roo project and I use mvn jetty:run to run my app. The only problem is changes to the *.java classes do not hot deploy, while changes to *.jspx hot deploy fine. So how can I config...

1

Solved

I'm having an issue hot deploying a new WAR on my Tomcat 6 server. When I add in my new WAR I can see that Tomcat is attempting to deploy it. However, I believe the problem lies in undeploying the...
Slither asked 23/9, 2009 at 11:31

1

Possible Duplicate: How do I disable Hot Code Replace in Eclipse When you change Java code while in a debugging session, Eclipse will upload the updated class files into the running J...
Postdate asked 23/7, 2009 at 6:40

4

Solved

At work, we've been having a problem with "PermGen out of memory" exceptions, with the team lead deciding it was a bug in the JVM - something related to hot-deployment of code. Without explaining m...
Shortcoming asked 18/3, 2009 at 23:2

© 2022 - 2024 — McMap. All rights reserved.