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
1 answer

hot deployment of large codebase to weblogic 10.3

I have a very large code base whose build.xml consists of so many jar, some war files. One .class file may refer to more than one jar file. I manually compile the code and deploy the .ear file using Ant into weblogic 10.3 application server. But…
0
votes
1 answer

how to enable hotswap in Visual Studio

I found a similar question from 2014 without answer or practical comment ( Hot swapping code like Java in C# ). I am quite unexperienced with DOT NET (my background is Java). I really don't want to compare IDEs or languages. My question is…
Jim C
  • 3,957
  • 25
  • 85
  • 162
0
votes
0 answers

Using hot reload from Chrome extension (React)

I'm using React to build a Chrome extension (using this boilerplate) Currently, I need to manually build it every time to see the changes in the extension. What changes do I need to do in package.json to have 'hot deployment' (I need the files in…
kambi
  • 3,291
  • 10
  • 37
  • 58
0
votes
0 answers

JBoss Fuse Server not releasing port even after stopping bundle

I have deployed 2 bundle. Both are exposing Rest Webservice on port 9001 and 9002. Now when i go to JBoss Fuse installed directly, run karaf.sh which will opne karaf console. I tried to list all bundle and , stop bundle with their bundle id's.…
Mr.X
  • 21
  • 9
0
votes
0 answers

Hot redeploy files in web fragment project in IntelliJ

I have a project with different modules. In fact, I have 4 modules: presentation-jsf repository-oracle service webapp See the image below: I am developing a library to use by another teams of the company I am working at. For that reason, we can…
ferran87
  • 635
  • 1
  • 6
  • 17
0
votes
1 answer

Java Ear application - Hot deployment

I deploy my application as ear in to weblogic. Even for a small change i need to build and restart my server. I am looking out for an easier solution where i could hot deploy my current changes. I had already tried deploying ear as an open…
yeshwanth
  • 13
  • 5
0
votes
0 answers

Jetty 9 deploy war with WebAppProvider

I am trying to deploy a war or a directory named root.war. My code is able to scan and run the war. But I am not able to access any web services and keep receiving a 404 not found error. Can someone please tell me what I am doing…
0
votes
0 answers

How does redeployment of component with EJB beans on Java EE server work

Let's assume I have two deployment units and first one uses EJB bean of second one deployed and being used. I redeploy second one. How does it work? Is redeployment different from just undeploy and deploy? Does redeployment prevent an errors until…
user1301558
  • 103
  • 1
  • 6
0
votes
1 answer

wso2-am v210 publish APIS with Hot Deployment

i want to publish APIS to the store by hot deployment/hot update without GUI. Is there a feature like copy a yaml/xml to a specific Directory or is it possible to do this with the AdminServices? If yes, how could i configure it? Thanks for time.
Killm
  • 31
  • 5
0
votes
1 answer

How to update java class dynamically at runtime (like hot deployment)

I'd like to update java classes dynamically at runtime (just like hot deployment) . Is there solution for that ? Thanks
zjffdu
  • 25,496
  • 45
  • 109
  • 159
0
votes
2 answers

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 deployer:
Bart van Heukelom
  • 43,244
  • 59
  • 186
  • 301
0
votes
2 answers

Apache camel route deployment - Independently?

Suppose I have 10 different Camel routes in my application, is it possible to stop one particular route alone during an issue and make changes to it(in one of the java processors) and deploy it again without affecting other routes. Also can I create…
0
votes
1 answer

Hot swap/Live refresh of java and static resources on IntelliJ with maven and spring boot

I have a spring boot project setup on an Eclipse Environment that works fine, with the spring-boot-devtools and all configurations set to have hot deploy of static resources (.less/.js/.jsp) and .java files. Unfortunately all the configuration set…
Gabriel F
  • 161
  • 5
0
votes
3 answers

Rails Openshift Hot Deploy assets not served

i have a Rails application deployed on Openshift. I added marker for hot deploing and hot deploying itself works fine, but during the time application is hot deployed css and js files are not served. When hot deployment ends these files work fine…
0
votes
1 answer

Mule hot deployement

I am working on a mule project where all my configurations are stored in a central repository, and at run-time am downloading the configuration and deploying it.
Saurabh Jhunjhunwala
  • 2,832
  • 3
  • 29
  • 57