Questions tagged [web-applications]

369 questions
1
vote
1 answer

bottle.py on EC2 micro instance causes 2 order of magnitude slowdown

Cross-posted from StackOverflow: I wrote a little toy script to solve this type of game, and put it on my new micro EC2 instance. It works perfectly, but while it takes around 0.5 seconds to run a local version, and takes under 0.5 seconds to run…
1
vote
1 answer

iptables REDIRECT scope

We run a webapp via an unprivileged user, on unprivileged ports. A startup script is executed as root solely to set iptables REDIRECT rules, then drop privileges and start up the app. I'm trying to monitor this webapp with NAGIOS, but the default…
VxJasonxV
  • 901
  • 1
  • 15
  • 29
1
vote
2 answers

Anyone know of a log viewer web application for java?

Im looking for a web based log viewer that can be deployed to a tomcat webserver. Does anyone know of any good web based log viewers
netbrain
  • 703
  • 1
  • 6
  • 11
1
vote
1 answer

How do I backup my customer's data?

If you run a SaaS app, or work on one, I would love to hear from you. Where the safety and security of your customer's data is paramount, how do you secure it and back it up? I would love to know your main host (e.g. Heroku, Engine Yard, Rackspace,…
marc.gayle
  • 205
  • 2
  • 3
  • 9
1
vote
2 answers

Help with "exim wait-remote_smtp" at 99% cpu

I'm currently in the process of building up a web application. However, I occasionally run into an issue where "usr/sbin/exim_tidydb /var/spool/exim wait-remote_smtp" suddenly jumps up to 99% cpu and prevents other processes of my application from…
Thenayr
  • 25
  • 1
  • 4
1
vote
6 answers

What's a reasonably secure web-based storage system, that ideally can be mounted as a virtual filesystem on Windows?

Our small community college assigns each of our approximately 1000 students a personal My Documents folder that is an alias for a Windows server share (also mapped as their P: drive). Students access this from their computer lab accounts. For…
yukondude
  • 297
  • 4
  • 11
1
vote
1 answer

How to create a PostgreSQL web application user with limited privileges as easy as possible?

Does somebody now an easy and relatively fast way to achieve the following: I have a PostgreSQL 8.2.9 DBMS with several (10 or so) different databases, which all serve for respective web applications. Those databases are separated into different…
user55852
1
vote
1 answer

Optimal default installation location for IIS hosted web application

I have a .NET web application that users will be running on their own servers. The installer I am writing will provide the user with a default installation directory. My question is what is the optimal default directory for installing a third party…
Joe Kuemerle
  • 133
  • 4
1
vote
2 answers

Which (PHP?) framework to use for a SOAP frontend with AJAX

I'm planning to develop a web application. All the heavy logic will be done via SOAP webservices; this question is about the frontend which will thus have to communicate with the backend via SOAP. It should be easy to use, make using SOAP services…
andreas-h
  • 1,054
  • 1
  • 16
  • 27
1
vote
2 answers

Windows 2008 Enterprise server user license

I am planning to buy 64 bit windows enterprise server 2008 for web server. It comes with 25 user licenses. I am planning to deploy a web application into that server and web application uses windows authontication. Number of users who access this…
Amzath
  • 165
  • 1
  • 1
  • 5
1
vote
2 answers

Is it possible to put resource limits on an IIS7 site?

I have a number of different web apps running under IIS7. Is it possible to put limits on one app - for example, limit the number of connections, bandwidth, memory usage and CPU allowed? I need to do this without installing any additional software…
chris
  • 3,933
  • 6
  • 26
  • 35
1
vote
2 answers

Where to write files form a web application running on Tomcat on Ubuntu?

I have a Java web application (myapp.war) which I want do deploy to Tomcat, which is provided by Ubuntu (package tomcat6). This works by placing myapp.jar to the webapps direcotry. This works. Now, my application has to store some data to local…
Witek
  • 1,433
  • 3
  • 14
  • 16
1
vote
4 answers

Long HTTP Get and Instant Response

We have an ASP.Net 3.5 Application on IIS7. On our preview server, it runs with almost instant gets and responses (~1 second from get to the page displaying). We have a production environment with 5 web front ends and a cluster of 3 sql…
1
vote
3 answers

open source web application for viewing .ics calendars

I need an open source web application that allows users to view .ics calendars I am hosting a calendar with DAViCal, and users can view/edit calendars with their own clients (like Apple iCal or Mozilla Sunbird), but I want a web app that will…
aaron
  • 741
  • 3
  • 10
  • 19
1
vote
3 answers

Website and Web Services Monitoring

I'm looking for a good product (either stand-alone or remote) that will monitor our online services. We're in a transition period between new asp.net and old foxpro / cgi and because of this experience errors that can make our services…
JohnyD
  • 1,614
  • 2
  • 20
  • 29