Questions tagged [redeploy]

60 questions
1
vote
0 answers

How to minimize Tomcat auto-deploy time / distraction?

I'm working on a small servlet-based application with rapid build/deploy/test turn-around. I am finding that the wait time during development for Tomcat 8.0 to auto redeploy (with Host setting 'autoDeploy=true') is quite distracting: it varies…
Paul
  • 3,009
  • 16
  • 33
1
vote
0 answers

Weblogic redeploys performans with GC parameters in production

When I use parameters about PermGen and GC in startWebLogic.cmd(sh), after 3-5 redeploy without restarting, application responses more slowly in production. I could not apply the same problem in my local. Parameters : -XX:-UseConcMarkSweepGC …
1
vote
1 answer

reducing cycle of redeployment of Shiny Applications in RStudio

Whenever I make changes to Shiny Applications made through RStudio and which is hosted in shiny apps, I have to redeploy it which takes time. How can it this redeployment time be cut short. What automatic functionality or package can be added to…
Pranay Aryal
  • 5,208
  • 4
  • 30
  • 41
1
vote
0 answers

Java. Change class declaration at runtime

Everybody knows Jrebel. But I wanted to make some small similar implementation - just a functionality that allows to reload Class definition after recompilation. I made java agent that monitors classes. Also I specify system classloader that loads…
Alexey Anufriev
  • 415
  • 6
  • 19
1
vote
2 answers

Vert.x fails to "Run your module and see your changes immediately"

I am working with the Vert.x Gradle template hosted at the Vert.x Github space. The build file suggests that there is a runModIDEA target that runs IDEA-built class files so that rebuild/redeploy is not required to pick up changes: runModIDEA - run…
Robert Christian
  • 18,218
  • 20
  • 74
  • 89
1
vote
0 answers

How to deploy an already deployed build to another nexus repository?

We have a nexus repository environment that serves for multiple projects. Each project has a repository group which includes 3rdParty snapshot test (release typed repo) Projects prepare builds for testing which are deployed on test repository.…
met
  • 23
  • 6
1
vote
0 answers

Maven jetty or tomcat plugin with hot deploy option including dependencies

I have a maven project with root module called "sample" and two child modules in their own directories "sample-services" and "sample-web". "sample-web" is a war module which depends on "sample-services" I want to be able to run my server from maven…
danial
  • 4,058
  • 2
  • 32
  • 39
1
vote
0 answers

Tomcat not pushing updated HTML pages

In a nutshell: html, xhtml, and jsp pages pushed from Eclipse to the wtpwebapps folder in Tomcat managed by Eclipse are not showing up in the browser as updated. -- I have tried opening the page in a new browser (different browser, e.g. starting…
Jerry Andrews
  • 847
  • 5
  • 23
1
vote
1 answer

Red5 application redeploy without deleting deployed application folder

Only way i know to deploy new war to Red5 server is to stop the server, delete deployed application folder from webapps folder, copy application war into webapps folder and start the server again. Is there a way to speed up the process, preferably…
Kladimir
  • 317
  • 1
  • 3
  • 11
1
vote
1 answer

liferay redeploy: root context is null on redeploy

I have a web application with few spring portlets. Every portlet has an xml with its declared controller, but the services used by the controllers are placed in applicationContext.xml. I know that for every portlet is created one spring application…
Mihai
  • 333
  • 1
  • 14
1
vote
1 answer

Avoid redeploying in netbeans

I have recently started using Netbeans with following stack Liferay, icefaces with jBoss. Is is necessary to clean-rebuild and redploy the app everytime the code is changed in a java file or jsp file. Is there a way to do this auto like in eclipse.…
zapping
  • 4,118
  • 6
  • 38
  • 56
0
votes
0 answers

How to preserve the uploaded files when redeploying the app with a different directory structure to DigitalOcean?

My app used to save the uploaded images into public/images folder. Now I've updated the directory structure and images are saved to frontend/public/images. I'm afraid if I rebuild and redeploy the app on DigitalOcean after updating the repo to this…
0
votes
1 answer

Rollback an AWS Amplify deploy?

I have pushed a broken change to my prod instance on AWS Amplify and I am attempting to rollback to a previous working deploy. I've reviewed this guide to attempt to solve the issue but it looks to be an older version of the AWS Amplify console. All…
Dick Lucas
  • 12,289
  • 14
  • 49
  • 76
0
votes
0 answers

Automation of redeploying the elastic beanstalk application latest version

I have a java application deployed in elastic beanstalk. Every month I have to redeploy the current running version to reflect the changes done in database. Is there any way where I can automate this process like writing lambda code in java and…
0
votes
1 answer

Error on redeploy of war payara/glassfish server

I've got 2 java web apps which I am deploying in payara 5.2022.2, the first one deploys without any problem and I am able to redeploy whenever I want. The second app, which is practically a copy of the first one, works on deploy on the same domain,…
Irettam
  • 1
  • 1
  • 5