Questions tagged [autodeploy]

Auto Deploy is a VMware vSphere technology for bare metal hypervisor installation and configuration.

Auto Deploy is a VMware vSphere technology for bare metal hypervisor installation and configuration. More information can be found at http://www.vmware.com/products/vsphere/features-auto-deploy.

73 questions
0
votes
1 answer

Running script outside of docker container

I'm trying to do an automatic deploy, so... I have a .sh script to automatically pull docker images, for example: docker pull mongo docker stop db docker rm db docker run --name db -d mongo And I am waiting for a POST request to start it. So I have…
Seiji Hirao
  • 310
  • 2
  • 16
0
votes
0 answers

Rocketeer deploy to AWS EC2 instance not execute the latest release

I have an Laravel application, and I use Rocketeer to deploy the app. After deploy It showing that the symlink is actually pointed to the latest release, but then, when I refresh the page, it still refer to the older release. I really have no idea…
Js Lim
  • 3,625
  • 6
  • 42
  • 80
0
votes
1 answer

Maven Cargo deployment to remote JONAS fails on already autoloaded war

Here is the sequence of actions that leads to deployment failure : I deploy for the first time a war called xxx.war, through Cargo, to a remote JONAS 4.7.4. It succeeds, and put my war in webapps directory. I try to redeploy this war through Cargo…
sch
  • 11
  • 4
0
votes
1 answer

How to automatically deploy node repo on github in linux server?

I have a linux server as my a production environment, and my node repo is on github . When I push my code, if I want to deploy it , I need to . >local git push ssh user@host >remote cd repo git pull I am using node forever to auto update my code…
elrrrrrrr
  • 894
  • 8
  • 15
0
votes
1 answer

nodejs and gith doesn't work

i am trying to make a autodeploy with github, i execute this js to have a "server" to receive the hook from github, that work amazing, but i need then to execute a script to download the repository, but this code don't execute my hook.sh. I don't…
xploshioOn
  • 4,035
  • 2
  • 28
  • 37
0
votes
1 answer

Auto deployment on amazon server using fabric

I am trying to write a fab file which will do the auto deployment of my code on amazon server. So for that I am giving the SSH connection path at the top of the fabric method. But its not connecting and asking for password. I have the .pem file…
sandeep
  • 3,061
  • 11
  • 35
  • 54
0
votes
1 answer

autoDeploy in Tomcat7

I have a dev enviornment running Tomcat7 on a FreeBSD server. I want to make sure no apps auto deploy so I've used the following in my server.xml
user2229544
  • 477
  • 2
  • 10
  • 23
0
votes
1 answer

how to remove tags from xml using shell script

I am using a clean script to clear components from autodeploy in weblogic.This script remove all war files and restarts the weblogic domain {this script just do rm -rf * autodeploy and then restart domain using other script start and stop weblogic…
Kaku
  • 119
  • 2
  • 11
0
votes
0 answers

Tomcat needs restart to unpack WARs?

I'm developing webapps in Netbeans. I generate the WAR file and drop it into the webapps folder under tomcat home. I see it in the manager app automatically, but it doesn't unpack the contents of the WAR file until I restart the Tomcat service.…
third_eye
  • 428
  • 5
  • 22
0
votes
1 answer

Autodeploy portlet in Liferay on Jelastic

I would to change the autodeploy folder to deploy my custom portlets in Liferay. I using Jelastic setup with Tomcat. Have I to change the portal-ext.propeties?
0
votes
1 answer

Auto deploy jenkins 1.5.x job build to Jboss7.2

I'm trying to configure Jenkins such that after the job it should copy the last stable build (war) to the jboss deployment directory. I've tried the Artifact Deployer Plugin but I'm not sure what value to fill in the "Files to deploy" field. Any one…
czetsuya
  • 4,773
  • 13
  • 53
  • 99
0
votes
1 answer

jenkins - which plugin copy artifacts and can get as input user credentials to remote machine

Is it me or there isn't Jenkins plugin that simply can take your DLLs and copy it to a remote machine (UNC) with a predefined domain user password? I think I miss something here, can't perform simple deployment to a machine that demands those…
user1025852
  • 2,684
  • 11
  • 36
  • 58
0
votes
1 answer

GlassFish : How the server came to know when changes are made to autodeploy folder

I am new to EJB. Recently I was testing a demo EAR file over GlassFish. For EAR deployment I added that EAR file to GlassFish's ".autodeploy" directory. And server started deployment. Here my question is that How the server come to know that we…
Gunjan Shah
  • 5,088
  • 16
  • 53
  • 72
1 2 3 4
5