Questions tagged [redeploy]
60 questions
2
votes
0 answers
Jersey Client NullPointerException on Redeploy Tomcat
im usin jersey in my web, for make gets and posts to some urls.
I made a cron job with Quartz.
This would be the task, which is run every minute:
Client client=null;
try {
client = Client.create();
WebResource…

Fabrizio
- 73
- 2
- 9
2
votes
2 answers
How can i have hot redeploy in production mode in play framework 2 apps?
I know that play framework 2 support hot code reloading in development mode, I want to know how can i have hot redeploy in production mode in play framework 2 apps?
Is there a transparent approach to do this? something like using load balancer or…

Saeed Zarinfam
- 9,818
- 7
- 59
- 72
2
votes
1 answer
How to hot swap JSF xhtml files using Eclipse and WebLogic 11g without JRebel?
I don't have JRebel. I hope there are solutions out there without buying JRebel.

JZ-at-Work
- 47
- 7
2
votes
2 answers
How to redeploy a war in tomcat seamlessly?
I just packaged my maven web application into a war file, upload it to remote server which has installed the tomcat environment. After I unpacked my war file and put all files in the /webapps/ROOT directory, I run bin/startup.sh to fire up the…

Judking
- 6,111
- 11
- 55
- 84
2
votes
1 answer
Howto monitor PermGen space usage before redeploying in Tomcat
In order to decide if the jvm is likely to run into a permgen space shortage after the next redeplyoment I'd like to monitor the current permgen space usage before hand
something like:
set myPermGenThreshold = 0.51 (51%)
currentlyUsedPermGenSize =…

simou
- 2,467
- 4
- 30
- 39
2
votes
2 answers
Alternatives to JREBEL for IBM RAD
I am looking for open source Alternatives to JREBEL which can be used in IBM RAD
I tried Dynamic Code Evolution VM with IBM Websphere and RAD . DCEVM does not recognize IBM jdk. Has anyone tried this and got a workaround for this? I believe this is…

Sherin Syriac
- 447
- 6
- 13
1
vote
0 answers
How to fix: Servlet web service endpoint '' failure. ? ContainerBase.addChild: start: org.apache.catalina.LifecycleException
What should I do ?
I got the server up (Payara/glassfish).
I used /asadmin to create jms and jdbc resources for applicaton and I got connection-pool up.
I'm using payara-full-6.2023.4.
Here is my successful install:
`INFO[m] Installing…

Sven Petrović
- 11
- 2
1
vote
1 answer
"Directory Deployment" Glassfish + Maven + Eclipse
Background:
I have project hibernate + spring + wicket configured by Maven2. To be more specific by m2eclipse.
What is the problem:
My problem is each time I have to make: clean, install and build (redeploy/deploy), what takes a lot of time. I was…

Adam
- 11
- 1
1
vote
1 answer
Re deploy Azure Virtual Machine
I made a mistake and I delete a virtual machine I need, This VM has a OS DISK in vhd file that I keep in the storage, is there any way to re-deploy the virtual machine using this OS DISK?,
Thanks a lot!
1
vote
1 answer
vertx redeploy arguments not work with exec-maven-plugin
I create a project by the Vert.x starter, use command mvn exec:java to start.
And when I add the redeploy arguments,
org.codehaus.mojo
exec-maven-plugin
…

wis
- 21
- 3
1
vote
1 answer
Lose setting when redeploy tomcat app?
When you redeploy a tomcat application, does it lose previous settings/files? Is the war completely overwritten? Or does it keep the unchanged files, and just overwrite the changed ones?
Thanks,
MirroredFate

MirroredFate
- 12,396
- 14
- 68
- 100
1
vote
1 answer
Azure VM - Re-deploying VM
I'm a beginner in the Azure platform. I encountered a problem with a VM in my Company's Azure infrastructure, the VM wouldn't start after I restarted it from OS, I tried all other troubleshooting Features and was left with the redeploy option.
I…

Sfirita
- 11
- 1
1
vote
2 answers
Hyperledger composer Redeploy Banana file
I have installed latest Hyperledger Composer 0.19. Now with new version the command "composer network update" is not available. Now I am not sure how to redeploy changes in .BNA file to the network. Can someone explain how "Composer network…

Uma Santharam
- 11
- 1
1
vote
0 answers
DataSource context.lookup after redeploy
after searching for my problem in weblogic and hibernate I found that the problem happens in the jndi lookup, when you install the app, it runs ok but when you redeploy the app this happens :
javax.naming.NameNotFoundException: Unable to resolve…

user3272931
- 45
- 10
1
vote
1 answer
Simple Grails 2.5.1 application leaks classloaders with Groovy 2.4.4
I have problems hot-redeploying a simple Grails application in Tomcat 8.
My setup is the following:
Grails 2.5.1 Brand new application, just created with create-app
Tomcat 8.0.28 (64 bit Linux binary version)
Java 1.8.0_65-b17 HotSpot server…

Tegi
- 768
- 8
- 14