Questions tagged [web-applications]

371 questions
2
votes
1 answer

Industrial standard for multiple node apps on a single VPS?

I have a VPS that runs several node apps behind a reverse proxy. Each app is run via pm2 by a different user (i.e. each user runs pm2 on it's own), app-specific environment variables are set within that user's .bashrc. Code updates are controlled…
monday
  • 185
  • 1
  • 1
  • 5
2
votes
1 answer

Reverse proxy subdomain to subfolder on IIS7

I'm currently trying to implement an Owncloud system at our company. I have the Owncloud system up and running on an internal webserver which is behind a firewall. I can access the installation internally by navigating to…
Malcolm Ward
  • 21
  • 1
  • 3
2
votes
0 answers

Azure Web App Latency

I have a simple Azure Web App setup using a single Standard Small Instance type in Central US region. The site itself is running a node.js website. I noticed google crawl was reporting average latency around .5s. To monitor I added a 6 Azure…
Element
  • 856
  • 2
  • 10
  • 14
2
votes
1 answer

Tomcat: keeping specific files when deploying a WAR file

Is there a way to tell tomcat to keep specific files under a exploded WAR file's directory? let's say I have the following folder that I've created after the WAR has been deployed: /webapps/myApp/uploads Everytime I deploy the WAR it is deleted.…
Native
  • 65
  • 8
2
votes
1 answer

Local web application as a captive portal with out authentication?

We are in the final stages of developing an in-browser mobile app which will run in a non Internet-connected environment (on a submarine). We are running a server inside the submarine (Windows 8 laptop with node.js), and the app runs in…
2
votes
4 answers

Does Azure support using Linux as the OS instead of Windows for PaaS Web Apps?

I'm trying to figure out through the interface as well as via the documentation and blog articles if Azure has a PaaS option that runs on top of Linux instead of Windows.
2
votes
1 answer

How to set IBM Websphere 8 to serve web applications on different ports?

I need to deploy two applications as WAR files on Websphere. Both of them will require only HTTPS access. Is it possible to run these two web applications on separate ports on same Websphere instance? For example, will it be possible to access two…
Teddy
  • 125
  • 6
2
votes
1 answer

No Web API Controller on Amazon EC2 instance

I have a web application running on IIS 7 on Windows Server 2008 R2 (Datacenter edition) and built using Visual Studio 2010. When I deploy the website project to my local IIS server or the production IIS server hosted on a hosting service's VPS, the…
Jon Lin
  • 1,353
  • 9
  • 21
2
votes
1 answer

RDWeb Application Causes desktop flicker

I am working on testing for future migration from a Terminal Server environment a full Published Desktop set up using RD Web Access in a Server 2012. I am currently experiencing an issue with a program that once it launches, it is causing a type of…
2
votes
0 answers

Outlook Web Access not working after Office Web Apps Setup

I have a Windows Server 2012 running Exchange 2013. Everything works smoothly until I install the WebAppsServer to enable WebReady Document Viewing in Outlook Web App, so users can preview Excel and Word documents. I run the setup and afterwards,…
Dom
  • 21
  • 1
2
votes
1 answer

MaxClients keeps getting surpassed on web application server

I am running a web application on a CentOs 6 machine with 4 gigs of memory and 3 processor cores (Intel Xeon 2.9 Ghz). Every morning between 8.30 and 9.30 AM (which coincides with the time period when most people come in to work and start using this…
karancan
  • 141
  • 6
2
votes
2 answers

Safely create accounts from a non-root web applicaion

I have a web app that runs as a non-privileged user that needs to create linux accounts. I'd prefer not to run it as root, so the only scheme I think of is to create a simple C suid program that takes one argument and runs adduser to create the…
Dror
  • 241
  • 2
  • 4
2
votes
3 answers

Tips to backup ubuntu server

I have a Ubuntu server hosting a PHP5 / MySQL webapp. I also have another server (offsite) with a directory just for backups of my webapp server. Currently, I have a simple cron job which performs the following: Copies /var/www to local backup…
Andrew Ensley
  • 932
  • 2
  • 17
  • 30
2
votes
1 answer

Can a working Tomcat 6 webapp be turned into a usable .war file?

Problem: I have a working webapp on a FreeBSD 8.1 Tomcat 6 test server that I need to move to a production system. The developer who last touched it (and had root on that server) has moved on and isn't helpful. The running app seems to have been…
Bill Cole
  • 385
  • 1
  • 8
2
votes
1 answer

How to Deploy an ASP.NET Web API- and Browser-based Application to a Production Environment

(Please forgive if this is posted in an incorrect forum. We didn’t know exactly where to post it.) We have an ASP.NET Web API single page application - a browser-based app running in IIS to serve up HTML5/CSS3/JavaScript, which talks to the ASP.NET…
lmttag
  • 197
  • 1
  • 3
  • 8