Questions tagged [deploying]

143 questions
0
votes
1 answer

war file not deploying in Tomcat

I have a war file which i want to deploy in my system on tomcat .What I've so far is 1.Shutdown my tomcat from cmd. 2.Set environment variables "C:\Program Files\Java\jdk1.7.0_51" and "%CATALINA_HOME%/bin" . 3.Set appBase="webapps"…
Mr. Ambivert
  • 15
  • 1
  • 7
0
votes
1 answer

Tomcat isn't working

I'm trying to run Tomcat 7.0.75 integrated in my Intellij with simple Helloworld web-app on java servlet. And i get this output: D:\apache-tomcat-7.0.75\bin\catalina.bat run Cannot find…
0
votes
2 answers

Deploying war on server mechanism

When I developed any web application I added many jars which my code depended on them. I want to know when I deployed the war on the server how server or containers using these jars, And if I but them on server's modules directly is it will be an…
Mohamad Hatem
  • 53
  • 1
  • 7
0
votes
1 answer

Deploying to Heroku - vapor heroku init command - error

While trying to deploy to Heruko, I keep getting the question "Would you like to deploy to other than US region server?". If I select n, it displays an error. Not sure why am getting different questions than the tutorial I am following.
0
votes
1 answer

Heroku not showing CSS updates in javascript app

My heroku app is not displaying recent CSS updates. I did get add, commit, and push to github, then I did git push heroku master. I have looked at other posts related to this topic with no success. Most reference rails which I am not using. These…
Carly
  • 49
  • 4
0
votes
1 answer

.Net application deploying and Microsoft.Office.Interop.Excel

I would like to write out some data to classic XLS file. I have installed MS Office 2013 in the developer PC. In MS Visual Studio 2015 I see two versions of Microsoft.Office.Interop.Excel are 12 and 14. And my question is what do I have to install…
DmitryBoyko
  • 32,983
  • 69
  • 281
  • 458
0
votes
1 answer

Deploying website using ftploy to digitalocean

I cannot connect with digitalocean server when iam trying to deploy website using ftploy.Server connection showing failed.I have used ssh while making droplet.Help me to sove this. Thanks in advance
0
votes
1 answer

Android Deploy Parse Error but Works on Genymotion

I'm trying to deploy my first test app, but it's giving me a Parse Error - There was a problem while parsing the package. Whilst, it executes fine on my Genymotion virtual device. It's the normal first "Hello World" app you'd get…
BioPipeRex
  • 15
  • 5
0
votes
0 answers

Editing build.gradle does not solve minSdk(API, N preview ) != deviceSdk(API 21)

When I change compileSdkVersion from 'android-N' and targetSdkVersion from 'N' both to the integer 21 in build.gradle minSdk(API, N preview ) != deviceSdk(API 21) is not solved. Any hints? apply plugin: 'com.android.application' apply plugin:…
0
votes
1 answer

django nginx uwsgi deploying fail

I am trying to deploy a simple Django project, but fail all the time. I am following the instruction here. When I use python manage.py runserver 0.0.0.0:8000 I can see that my site is running: In the virtualenv I've installed uWSGI: pip install…
Joe Lin
  • 583
  • 1
  • 8
  • 31
0
votes
2 answers

Python: Row-Based Mean for Subset of Columns

I am currently a beginning programmer working on a project to write and deploy a specific behavioral latency calculation online such that the app can accommodate any dataframe uploaded via CSV. The analysis requires that I take the mean of N number…
KCabell
  • 1
  • 4
0
votes
2 answers

Issue trying to deploy KeystoneJS using Digital Ocean

I'm getting the below error when I try to deploy my Keystonejs website. It works when I run it locally. However using digital ocean on: 512 MB Memory / 20 GB Disk / LON1 - Ubuntu node v4.4.0 on 14.04 it gives ... node keystone.js { [Error: ENOENT:…
Xenos54
  • 13
  • 1
  • 5
0
votes
1 answer

ROOT.war file on Openshift

I've deployed Test.war file on Openshift and my application test-sliwa.rhcloud.com/Test run OK. When I deploy ROOT.file application test-sliwa.rhcloud.com doesn't run in right way - first page is ok, but when I try to link to other pages I have 404…
0
votes
0 answers

javafx FAIL deploying .deb

I tried to build my JavaFx project in DEB package in NETBEANS 8.0.2 Result: Execute failed: java.io.IOException: Cannot run program "command" (in directory "/home/user/Yandex.Disk/NetBeans/L2J_Pane"): error=2, No such file or…
0
votes
3 answers

Deploying Android app on Phone

I have resently begun to develop Android apps, and I do not know how to deploy simple HelloWorld app on my Android device. When I click the Run button, my device is not shown in the list of running devices. P.S.: I am using Android Studio.