Questions tagged [hotdeploy]

Deployment of an application to a server without the need of restarting the server for changes made in the code base to take effect.

Hot deployment makes it possible to deploy an application to a server without the need of restarting the server for changes made in the code base to take effect.

166 questions
0
votes
2 answers

Dynamic routing in mule

I am pretty new to mule and am working on a dynamic routing using mule. At run time I am getting the port number where my service is hosted. Please find my code below:
Saurabh Jhunjhunwala
  • 2,832
  • 3
  • 29
  • 57
0
votes
1 answer

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 server), I get the following error: …
Kiva
  • 9,193
  • 17
  • 62
  • 94
0
votes
1 answer

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 using the was6 maven plugin…
Alfredo Osorio
  • 11,297
  • 12
  • 56
  • 84
0
votes
1 answer

Wildfly server configuration in eclipse(STS) for hot deployment

I am configuring Wildfly server in eclipse(STS). While configuring, I noticed the following option: Server is externally managed. Assume server is started. What does this option do ? Does it impact capability of hot deployment of jsps etc. Can…
VikC
  • 389
  • 1
  • 3
  • 9
0
votes
3 answers

OutOfMemoryError when hot-deploying SpringMVC app to Tomcat7 - possible relation to log4j2

I am having trouble Hot Deploying a Spring-MVC 4.0 (not SpringBoot) Web Application. I am trying to go xml-less and just use JavaConfig. OutOfMemoryErrors result when I remove web.xml, or when I deploy an empty web.xml with nothing but an empty …
Steve Cohen
  • 4,679
  • 9
  • 51
  • 89
0
votes
1 answer

Resolve workspace artifacts option in Eclipse generates error when one of the resolving projects is opened

I have a maven project A, with 4 submodules. I have another maven project B, without any submodules. One of the 4 submodules of A, references project B. When I do clean install on project A, I receive an error message: [ERROR] Failed to execute goal…
onderbewustzijn
  • 935
  • 7
  • 32
0
votes
1 answer

OpenShift hot deploy needs an app restart

I set up my scaled PHP app to deploy by git push. Everything looks good, as far as I can see, but after the deployment is finished, the changes take no effect. I have to restart the app. remote: Not stopping cartridge php because hot deploy is…
Thaars
  • 111
  • 2
  • 10
0
votes
2 answers

JSP hot/auto deploy not working in JBoss ES 6.2 w/ Liferay 6.2

I working on a project that is using Liferay 6.2 on JBoss ES 6.2 (JBoss AS 7.x, from what I have read). I am using the Liferay created ANT scripts to do my deploys, but for some strange reason the JSP file changes do not get picked up. Everytime I…
CodeChimp
  • 8,016
  • 5
  • 41
  • 79
0
votes
1 answer

Thoughts on How to Hotdeploy using JBoss 5

I am trying to see if this is possible. I will first you you a background of how the application currently runs. The application is deployed to 4 separate nodes (using the 'all' config). 2 nodes on ServerA and 2 nodes on ServerB named node1, node2,…
leeman24
  • 2,729
  • 3
  • 29
  • 42
0
votes
1 answer

Hot Deploy of the Maven Project in a NetBeans 8.0.2 with Wildfly 8

Is there any possibility of performing HOT DEPLOY of a Maven Project in NetBeans 8.0.2 running on Wildfly 8? I need to change nbaction.xml file? Any changes in the pom.xml file? Look, I noticed that this environment is already performing the…
Pereira
  • 719
  • 8
  • 22
0
votes
1 answer

Apache Karaf How to deploy a web app?

I have a web application which is packaged as war.And my pom.xml is like that :
akinKaplanoglu
  • 728
  • 2
  • 8
  • 26
0
votes
0 answers

How to pass on changements on server without to be forced to build manually all sub-modules changed?

Hello all ! In my team we currently use Eclipse but I am not satisfied and I wanted to discover netbeans (8 version). It seems very nice. There is a good management of webprojects( angularJS, requirejs). There is a full integration of maven project…
maxiplay
  • 427
  • 1
  • 5
  • 13
0
votes
0 answers

Automate Deployement of changed files in JBoss without Eclipse

What my Requirement is: When doing any sort of modification in my project's file(s), I want those particular files to get redeployed automatically without manually doing rebuild/redeploy/restart. That is, I want changes to reflect on my webpage as…
0
votes
1 answer

Autodeploy property files in Java Web projects from NetBeans

I am developing a Java EE webapp with NetBeans 8.0. For the internationalization of my app I am using property files stored in "src\main\resources". If I run my project on my local GlassFish (connected with NetBeans), then changes in Java and XHTML…
Benny Code
  • 51,456
  • 28
  • 233
  • 198
0
votes
1 answer

Gradle: Hot deploy changes to a dependency

I have an environment where I have a java(spring mvc) webapp being developed by an n-member team on intellij with gradle as the build agent. This project has a dependency that is also being developed by the same team. The dependency is published to…
Aspirant
  • 1,934
  • 4
  • 25
  • 44