Questions tagged [web-applications]

369 questions
0
votes
0 answers

Web application serving static files using Docker on multiple hosts

Before Docker we normally had a NFS server on a separate host(s) and then mounted it on nginx and app hosts, so that nginx instances could serve static files created by web app and app worker instances could process user uploads. Migrating to Docker…
Andrey
  • 225
  • 3
  • 9
0
votes
1 answer

Can this work as a Containerized Architecture for a Django/NGINX/MongoDB Web App?

I am attempting to build a reliable web App using Django and Nginx. This web app is simple in design, will be built with an MVC styled design, and needs to be secure, yet speedy. The question is how best to run a Python-Django-nginx based App on a…
sidx4
  • 101
  • 2
0
votes
1 answer

WAS not processing request hence web are not available

I'm newbie for supporting WAS(Websphere Application Server), currently I'm having issue with my WAS, my WAS was installed under AIX under 2 servers/nodes. While investigating it, I found in our application log that there are some activity which is…
MrAZ
  • 131
  • 5
0
votes
2 answers

SVN Web Administration tool

I am looking for a web based tool that will completely manage a SVN server. It must be able to do everything from managing Repos, Users, to providing a Repo Explorer. Both the SVN server & admin tool will need to/are running on Ubuntu Only other…
lloydsparkes
  • 171
  • 2
  • 6
0
votes
1 answer

Do I need to have the asp.net mvc framework to run my asp.net mvc apps on a web server?

I have been looking for a web hosting service for a while and I would like to know if I need the asp.net framework besides the .net framework to run my asp.net mvc applications? And I also want to ask for recomended web hosting that provides the…
0
votes
1 answer

Deploying an App to Azure - avoid first hit performance problems

I want to know if there's a way to "precompile" my .net mvc web application before publishing it to an Azure Web app in order to avoid the huge performance hit when a page is accessed for the first time. Also - if there is any web app configuration…
rshimoda
  • 105
  • 3
0
votes
1 answer

Apache2 reverse proxy to access multiple lan servers from wan

I've got about 5 web applications on different servers running on my LAN, which are all listening to port 80 I would like to make them accessible from the internet by setting up an Apache reverse proxy on my main webserver, which is running on…
0
votes
1 answer

Google Cloud Shell is temporarily unavailable. Try connecting in a few minutes

Cloud Shell would not start and come up with message "Google Cloud Shell is temporarily unavailable. Try connecting in a few minutes." I have been getting this message for the last 4 days now. I know that this is beta and has no SLA whatsoever, but…
Sergio
  • 11
  • 2
0
votes
3 answers

What is the best Web interface to bind9 for a small ISP?

I am looking for a Web interface to bind9, to edit zones, add records, etc, with user access privileges (not Webmin please!) but free and possibly open-source. I have googled a lot, but I only found stalled projects, or very old ones, not updated…
Gabble
0
votes
1 answer

Best performance- and backup-strategy with running multiple Webapps and databases on dedicated servers

my company is soon going to move our webservice-hosting to a new hoster and therefore i'm currently planing how everything will run in the future. I have to deploy at least: MsSQL-Database Server storing our products and sales. Quite high traffic.…
0
votes
1 answer

Default login information on web apps unsafe?

I'm sorry for that novice question, however as a beginner I'm wondering: isn't there a security problem if I deploy an application (e.g. on Tomcat) and I can access this via a Web-Interface, where I can login with a default username and password?…
DSchiff
  • 3
  • 1
0
votes
1 answer

Oracle 8.x what combination of JDBC driver, Hibernate and Spring?

I'm working to a small project which must run on Tomcat6. It's a small web application, that will use an old DB server which run HP-UX and Oracle8. Now, after several combining config, I'm stuck at this exeption: GRAVE: Exception sending context…
Seek
  • 11
  • 4
0
votes
1 answer

Web App Error After Installing Java on Centos Server

Good day. My web app is programmed in jsp, using some of jQuery and javascript, is on a server with Centos 6.4, the app run its own java 1.7.0 - tomcat 8.0.21 and between its functions, uses javax.mail library which in a normal day can send from 5…
0
votes
1 answer

Haproxy rules(set-header) not working and it's not changing base url of request

I am trying to integrate cloud foundry adminui application. Url which I access is https://myexample.com/adminui/ It works as follows: Request https://myexample.com/adminui/ Response …
0
votes
1 answer

Configure Database Properties for Tomcat Webapp

I setup a sample application in Tomcat but have trouble getting the database connection working. It is a standard WAR package written in Spring framework and uses a MySQL database. The application is the Granny Address Book from…
Pete Cornell
  • 128
  • 1
  • 5