Tagged Questions
10
votes
2answers
496 views
Tomcat and Eclipse Zero Turnaround Deployment
I want to be able to deploy code changes to Tomcat (near instantly), while I'm developing in Eclipse.
So far, I have my output from Eclipse placing the built classes in the WEB-INF/classes folder of ...
8
votes
1answer
568 views
How do Grails or Play detect changes and hot reload classes?
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 something ...
7
votes
7answers
785 views
Which Java web frameworks provide hot-reload?
I'd like to know which Java web application frameworks do provide a "hot reload" capability, i.e. allow to develop applications and have them redeployed on the server "almost instantly" (i.e. in less ...
5
votes
2answers
203 views
OSGi vs jboss hot deploy
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.
So ...
3
votes
8answers
829 views
Incremental deployment of java web applications
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. Generating ...
2
votes
1answer
54 views
Anyway to Hot-deploy Jar in Coldfusion 9?
I was wondering if theres anyway to deploy new jar files to use in Coldfusion9 without having to restart the service.
Thanks
Bruno
2
votes
2answers
278 views
What is the most efficient way to develop Java webapps? Or to be more specific, say Wicket apps?
this is my first time to post a question here, I will try to make my question as clear as possible.
I try to find a best process to develop Java webapps. After months of trial and error, my web ...
1
vote
2answers
42 views
Do jvms differ in hotswapping features?
Restarting your (server) during development can consume significant amount of time. The people of zeroturnaround realized this and created jrebel which has a pretty impressing list of features:
...
1
vote
1answer
45 views
Build errors in Eclipse with JAXB generated classes
I'm experiencing a strange problem where Eclipse can't find JAXB generated classes when debugging on JBoss.
Here the steps that lead to the obstacle.
I start my JBoss 4.2.3 in debug mode
I deploy ...
1
vote
1answer
306 views
JBoss deployment without restarting server
I have a problem regarding to the software deployment. We're using JBoss 4.2.3.
Please let me explain a typical manual deployment process I'm doing now:
Copy EARs, WARs and JARs to server.
Stop ...
1
vote
1answer
533 views
Getting Tomcat to reload a web app with a static context
I have a Host that doesn't automatically deploy all web apps.
<Host name="localhost" appBase="webapps"
unpackWARs="true" autoDeploy="false"
xmlValidation="false" ...
1
vote
2answers
749 views
Hot deploy not longer working on JBoss (“Scheme change not implemented”)
I've got a pretty annoying problem with my JBoss AS 4.2.3 GA.
Until recently everything was running fine, but now the hot deploy feature is now longer working. And -- as always -- I don't know what I ...
1
vote
2answers
475 views
Pitfals of deploying/redploying app to Tomcat without restarting
I have read that it is possible with Tomcat 5.5+ to deploy a war to a Tomcat server without a restart. That sounds fantastic but I guess I am too skeptical about this functionality and it's ...
1
vote
1answer
250 views
Finding a needed dll after a JBoss (hot) redeploy?
My web application uses a native dll for part of its functionality (the location of which is provided in PATH). Everything works until I make a change to the WAR and JBoss hot deploys this WAR. At ...
0
votes
0answers
15 views
Exploded .ear in JBoss 6 AS using Eclipse Helios
I have the following structure in Eclipse:
Enterprise Application Project (no source code - has the following modules as dependencies)
ejb-service-layer project (ejb source code)
...
0
votes
1answer
29 views
JBoss 6: Stop hotdeploy
Is it possible to stop the hot deployment from JBoss 6 programmatically? How can I do that?
thanks in advance
0
votes
1answer
456 views
Want to set Jetty to hot deploy, but there is no deployer
I'm running a SmartFox 1.6 server with included Jetty servlet container. I want to configure Jetty to automatically deploy new web apps. Normally this is as simple as adding a scanInterval to the ...
0
votes
1answer
217 views
Republish project error with Eclipse
I have a problem with eclipse and my project. When I start the server (weblogic 10.3) and publish my project, all work fine.
But when I modify a class and republish the project (without restart the ...