Questions tagged [web-applications]

369 questions
1
vote
2 answers

debugging JBoss 100% CPU usage

We are using JBoss to run two of our WARs. One is our web app, the other is our web service. The web app accesses a database on another machine and makes requests to the web service. The web service makes JMS requests to other machines, aggregates…
Nate
  • 184
  • 1
  • 2
  • 6
1
vote
0 answers

Tomcat fails on first request in combination with jsvc

I have a web application where the first request may take a few seconds as some singletons are initialised. I've used the mod_proxy and jsvc construction mentioned in this question and described on this page to connect apache with tomcat (data is…
Roalt
  • 183
  • 1
  • 1
  • 7
1
vote
0 answers

"Request timed out" asp.net error in web application after server migration to Azure

My company has migrated all of our on-prem servers to Azure. We are in the process of functional testing our application. So far, we have found no errors save for one. Whenever we click on a button on the website, the page hangs for about five…
Hey_Mindo
  • 21
  • 1
1
vote
0 answers

Dev/Production Deployment of a Web App in Docker

I'm running a web app (Wordpress, actually, but I think it mostly does not matter for the question). It is running in two Docker containers, one containing an Apache web server (via the official wordpress Docker image) and one containing a MariaDB.…
1
vote
1 answer

NGNIX enforce HTTPS

for my Webapp (Angular App) we are using NGNIX as web server. I have a task where I need to make sure all assets/images are loaded over HTTPS. In the Browser Dev tools, I see the request is sent over HTTPS. However, the response location header is…
Abu
  • 13
  • 5
1
vote
1 answer

Application Pool set to AlwaysRunning does not Auto Start The Hosted Service

I have configured an pool to auto-start and never sleep. I am having problems with the auto-start. My understanding is that a thread pool worker will be started after a recycle when that happens I would assume the application entry point would be…
1
vote
0 answers

Pointing domain to DigitalOcean App Platoform without changing MX records

I am using the newly created App Platform from Digital Ocean. I am trying to point my domain to the server that I created within Digital Ocean. I am told I need to add a CNAME to my domain (since DO only gives me a domain rather than an IP), but…
1
vote
0 answers

Best (if any) http status code for expired dns records?

Premise: I'm facing an issue with load balancing with my own custom DNS server, over multiple web servers. My intention is to be able to quickly and dynamically switch the users I want between different servers by giving them new "A Records". What…
aliqandil
  • 123
  • 5
1
vote
0 answers

How properly manage several webapps on one domain nginx

I'm trying to setup several webapps (nextcloud, roundcube) on one domain, let's say example.com, without using cname subdomains. I installed webapps in default location /usr/share/webapps/ and I want this directory to be also my webroot server. How…
1
vote
6 answers

Best Practices? Send Mail from Web App

We have a web application that is sort of like a CRM app. People can log in and manage their business with other folks. As part of that management, our application may send emails to the people being managed. The wrinkle here is that our customers…
Chris_K
  • 3,434
  • 6
  • 41
  • 45
0
votes
1 answer

Webapp not working with proxy

On a single server I'm using to demo a system, I have a static website running on apache2 and a demo web app running on an instance of tomcat. Both are working fine when accessed directly. I've setup a proxy to convert the web app port and messy…
0
votes
1 answer

What needs to be considered when choosing a distro for Web App Hosting?

What should you consider when choosing a distro for Web App Hosting? I want to host my node.js web app on an AWS EC2 instance and I am at the part where they essentially ask what operating system I want to use. I have seen some sites say CentOS is…
0
votes
0 answers

How to configure different web app from different server with Nginx?

I have a website with domain example.com in a server with IP x.x.x.x. It runs with Nginx and Let's Encrypt very well, which is located in /var/www/app1. The domain is obtained and managed via a providerXYZ. Last time I can deploy a web application…
ywiyogo
  • 121
  • 4
0
votes
1 answer

How to enable SSL for a web application and HTTP API running in AWS?

I've held off on writing this question because I'm not sure if it belongs on ServerFault or StackOverflow. I have a React web application hosted in an AWS S3 bucket and using CloudFront. I have a REST API written as a Java Spring Boot application…
0
votes
1 answer

Should Active Directory, Web Apps and MS-SQL all have the same users?

I am looking for a clean way to do audit trails in MS SQL Server, for compliance reasons, preferably completely on the database side without involving the web application. When talking about audit trails I mean a complete log of the changes to the…