Top "Deployment" questions

A series of activities that makes a program available for use (usually in test or production environments)

.war vs .ear file

What is the difference between a .war and .ear file?

java jakarta-ee deployment
Causes of getting a java.lang.VerifyError

I'm investigating the following java.lang.VerifyError java.lang.VerifyError: (class: be/post/ehr/wfm/application/serviceorganization/report/DisplayReportServlet, method: …

java exception deployment verifyerror
Can not deserialize instance of java.lang.String out of START_OBJECT token

I'm running into an issue where my deployable jar hits an exception that doesn't happen when I run this locally …

java deployment atmosphere grizzly
Deploying Maven project throws java.util.zip.ZipException: invalid LOC header (bad signature)

I am getting the below exception when I run my mvn install. I have even deleted the local repository and …

maven jakarta-ee deployment jar
How can I deploy an iPhone application from Xcode to a real iPhone device?

How can I deploy an iPhone application from Xcode to real iPhone device without having a US$99 Apple certificate?

ios xcode deployment certificate
How do I install package.json dependencies in the current directory using npm

I have a web app: fooapp. I have a package.json in the root. I want to install all the …

deployment node.js dependencies npm
IIS7 deployment - duplicate 'system.web.extensions/scripting/scriptResourceHandler' section

On attempting to deploy a .net 3.5 website on the default app pool in IIS7 having the framework section set to 4.0, …

asp.net deployment iis-7
Permission denied (publickey) when deploying heroku code. fatal: The remote end hung up unexpectedly

I'm attempting to deploy my code to heroku with the following command line: git push heroku master but get the …

git heroku deployment public-key
"Untrusted App Developer" message when installing enterprise iOS Application

I'm developing an enterprise application. When I was testing it in iOS8 beta I saw the following alert view: Untrusted …

ios deployment ios8 enterprise
Run command on the Ansible host

Is it possible to run commands on the Ansible host? My scenario is that I want to take a checkout …

deployment ansible