Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

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
567 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
784 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
202 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 ...
4
votes
1answer
2k views

hot deploy in embedded jetty

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 configure ...
4
votes
3answers
2k views

Hot deploying changes with Netbeans, Maven, and Glassfish

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. ...
3
votes
1answer
683 views

Scala / Lift: Set up hotdeploy through Eclipse?

How do I set up hotdeploy for Scala/Lift projects in Eclipse? Basically, I would like to be able to Set up a new project, from say lift-archetype-basic Launch jetty:run, either from some ...
3
votes
8answers
828 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
2answers
101 views

Hot deployment using mod_wsgi,python and django on Apache

I have setup an Apache server with mod_wsgi, python_sql, mysql and django. Everything works fine, except the fact that if I make some code changes, they do not reflect immidiately, though I thing that ...
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
532 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
1answer
290 views

deploy and undeploy multiple artefacts to JBoss using Maven

I intended to use JBoss-Maven-Plugin for hotdeployment of jars to JBoss. I have three projects A, B, C that depend on each other so if I want to redeploy A I first have to undeploy C, then B, then ...
1
vote
2answers
748 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
1answer
346 views

Changes to markup files not getting picked up in wicket project

When I change a html file in my wicket project and reload the page the changes don't get automatically picked up. I have to republish to pick up the changes. Changes to java files get picked up ...
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 ...
1
vote
1answer
2k views

Tomcat Hot Deploy not working

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 ...
1
vote
3answers
178 views

Why do my hot-deployed files disappear sometimes? (I think Apache eats them)

Here's my situation: Windows Server Apache CruiseControl The last step of my CruiseControl deploy scripts copies the build to Apache's htdocs folder, in a "demos" folder (I believe this is ...
0
votes
0answers
10 views

about jetty hot deploy

when i changed css file it will not hot deploy,dose it means jetty only reload when java code changed? is there some solution to solve this issue?
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
46 views

Maven jetty plugin,how to do this:modify the class with out restart server

Some days early,my pm asked us to use maven and jetty to development and debug the app,but i had never used them any more. Right now , i can't to hot deploy the app with out restart the jetty,if i ...
0
votes
1answer
268 views

Tomcat hot deployment fails

I'd like to do hot deployment in tomcat, but fails. I use maven tomcat plugin to to deployment. When I invoke "mvn tomcat:redeploy", the war is uploaded to tomcat webapps folder successfully. But it ...
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
3answers
694 views

hot reloading / swapping with Python

I want code changes to take effect immediately during development. How can I detect changed files and reload them in the running Python (2.7) application? Edit: After reading the pages linked by ...
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 ...
0
votes
1answer
444 views

Has anyone been able to hotdeploy using m2eclipse on Websphere 6.1 with MyEclipse?

I've been looking around for a while how can I hotdeploy my projects when using m2eclipse plugin on MyEclipse and working with Websphere 6.1. What I've done so far is to deploy my full application ...