Questions tagged as 'deploy'

1
answer

Heroku Rails 4 assets do not load

After I deploy these files below are not being loaded. Thisismydirectory Thisismyapplication.rb Heretheyarebeingcalled<%=stylesheet_link_tag"home" %> <%= javascript_include_tag "home" %> <img class="client" src="<%= asset_...
asked by 28.06.2018 / 19:22
1
answer

Configure Application on Laravel on Production Server

Someone who has already performed application deploy in Laravel on Centos 7 Production Server to give me a help ?? I have already made all the basic settings possible, I created VirtualHost pointing to the public folder, etc ... However I can...
asked by 26.05.2018 / 21:09
0
answers

How to publish SQL Database in Azure and connect with MVC Web application?

Good evening guys, I have a problem here. I'm trying to upload an MVC + SQL Web application in Azure. Deploy works fine, Application is in the air. However, any connection to the bank fails. At the time of deploy, VS provides the option to creat...
asked by 03.05.2018 / 05:21
1
answer

How to do an implementation of an Angular application in Heroku using Gitlab?

Angular Usage 5 (5.2.10) and Angular CLI (1.7.4) and I would like to do Deploy on Heroku, however my files are in the Gitlab repository. More information: node (8.11.1) and npm (5.6.0).     
asked by 20.04.2018 / 15:38
0
answers

Error in .war file deploy to a docker tomcat

I have a Spring Boot application and for reasons related to performance and configuration I have to deploy using a Tomcat server not the default built-in version of Spring Boot. But I'm wanting to use docker containers to scale this application....
asked by 15.03.2018 / 18:46
0
answers

Migrating web system in Tomcat for glassfish error with SSL

Hello, I have a system running on Tomcat with SSL, I migrated it to Glassfish, when I send to the server without security (SSL) it works normally, the problem occurs when I enable the security on the server and try to deploy it. I think the p...
asked by 20.03.2018 / 20:42
0
answers

Deploy an application on a machine for each client

I have a question. I have an application in rails that will be used by several different clients. I'm studying the best environment to put the application in the air. Does Heroku have the possibility of deploying the same application on a machin...
asked by 15.02.2018 / 12:48
0
answers

Openshift deploy error

I'm having trouble deploying in OpenShift. First of all, I know how to deploy, already looked at the documentation and videos explaining. The error is that after I deploy I do not have access to any web page of my project. I tried using the Tomc...
asked by 13.02.2018 / 01:14
2
answers

Load with Ant and EAP Task 7x "Caused by: java.lang.NoClassDefFoundError: javax / xml / ws / soap / SOAPFaultException"

I make a script build using the ant task, the load, and the JBOSS EAP 7 application platform, below is my source code: <taskdef resource="cargo.tasks"> <classpath> <fileset dir="${common.lib.dir}/cargo">...
asked by 28.01.2018 / 19:43
1
answer

Deploy Rails project on AWS, access without using port

I need to upload a site developed in Rails into AWS . However, every time I start it it is only accessible if I specify the port used by Rails    (www.domain.com:3000, for example). I've tried to work around this in AWS balance setting...
asked by 06.12.2017 / 15:29