Questions tagged [web-deployment]

The activities that make a website available for use on a remote system.

After a website is successfully developed, it can be deployed into a web server so that it can be used. The activities that make a website available for use if called web-deployement

4762 questions
1
vote
2 answers

Same .war file with no .xml configuration Spring MVC app with Tomcat9. Running fine at localhost:8080, I got 404 error in Remote server

I have trouble to deploy my web app into a remote server. It works completely fine when it's running on my machine - localhost:8080. (running fine at both cases at local machine where Tomcat started manually using .war file in webapps folder and,…
Jin Lim
  • 1,759
  • 20
  • 24
1
vote
3 answers

(change) Working only after pressing enter in angular 2

I want to show a list which shows the rows matching the user entered value in the text box. List must keep changing dynamically as user keeps inputting values. that's why I tried using (change) event listener on the input text box. but list changes…
1
vote
1 answer

Updating XSLT files in a deployed Java EE app without re-deploying?

I have a Java EE application that takes XML and applies XSLT to it to generate HTML. This process happens in a custom servlet. This is typically used to build portions of the content on certain web pages. Since the actual data is already stored as…
bconneen
  • 146
  • 2
  • 12
1
vote
1 answer

Nginx not working with socket.io on production server

I have a flask-app which is using flask-socketio extension. It works fine on local machine using 'socketio.run()' or 'flask run' dev server. I want to make it work with a nginx proxy, and it works on local machine with this nginx server config: file…
user87035
  • 11
  • 3
1
vote
1 answer

Problem when trying to deploy war to Azure

I tried to deploy a war file to Azure but failed, here's what I do. First I tried to deploy the war by dragging the war file under D:\home\site\wwwroot\webapps and then restarted the app service but the .war file didn't decompress. Second I tried to…
Svg_af
  • 225
  • 2
  • 9
1
vote
1 answer

React Laravel deployment

I'm working on Project using React for the frontend and Laravel for the backend using RESTfull API. I developed each one in separate directories but now I'm trying to deploy them in the same folder I don't really know what to do. or can I deploy…
Rafaa Ferid
  • 188
  • 9
1
vote
1 answer

JavaScript development on WildFly/JBoss server

Is there a way for developers to edit and refresh page directly when modifying javascript hosted on WildFly server? Right now my cycle is compile and package all the html, js, css, java classes/jars into a deployment war file. I then deploy that war…
RonPringadi
  • 1,294
  • 1
  • 19
  • 44
1
vote
1 answer

How to configure app.yaml file for node react project in google app engine

I'm developing an application using react js and nodejs.When I run the application in local machine it works properly as a example localhost:3000/AboutUs localhost:3000 When I refresh the above URLs, it shows the correct web page. I deploy this…
1
vote
4 answers

Failed at the server@1.0.0 start script

I am currently facing a deployment issue, can anyone help me with it? Repo: https://github.com/PradhumnaPancholi/Mail-it Error Msg: npm ERR! Failed at the server@1.0.0 start script. 2019-01-13T14:47:41.909830+00:00 app[web.1]: npm ERR! This is…
Pradhumna Pancholi
  • 25
  • 1
  • 2
  • 11
1
vote
0 answers

Errors when using pre-compiled gems with native extensions on Plesk-managed machines without development options

I am aiming to have a production machine running a Ruby on Rails app. However, this production machine is managed with Plesk and allows only very rudimentary access, but was promised to be able to run Ruby on Rails apps. Indeed it is in principle…
1
vote
0 answers

How big website like facebook and google push the code changes without affecting website

I am very curious to know about the website like facebook and google, how they manage its website, if we talk about our own website, when there new changes come, and it we push that changes on our live server, it will stop our website untill the…
Nikul Panchal
  • 663
  • 1
  • 14
  • 32
1
vote
1 answer

Deployment on local machine - HTTP Error 500.19 - Internal Server Error 0x8007000d

I am trying to deploy an asp.net core web app to my local machine but it gives me the following error: HTTP Error 500.19 - Internal Server Error 0x8007000d. It is the first time I'm attempting it, so I don't understand what is the problem.…
1
vote
0 answers

IIS REST PUT requests 403 error on HTTPS (HTTP works fine), and only on Chrome/Safari, not Firefox

I'm running a Spring Boot application with an Angular 6 front end, on a Windows 8 server with IIS 8.5 set up as the reverse proxy (redirecting the site URL to localhost:8090) Originally I had a problem where all the PUT requests from the front end…
1
vote
1 answer

How do I deploy my web app built with ParcelJS on my Ubuntu 18.10 server?

I have an HTML webpage which uses some CSS and TypeScript. I've been using the ParcelJS development server to build and test my page. Now I want to serve my app over a Web server. I have an Ubuntu 18.10 DigitalOcean droplet/virtual machine that has…
overseas
  • 107
  • 1
  • 8
1
vote
1 answer

How to display text in the middle of div with different background color?

I want help as i cannnot do this Please see this : https://i.stack.imgur.com/JNZkT.jpg What i get : https://i.stack.imgur.com/nW17o.jpg