Questions tagged [web-applications]
371 questions
0
votes
1 answer
IIS 7.5 Files Edited Using FTP Lose Permissions
I have a web application running IIS 7.5, I have a few files that require that the I_USER have write/modify permissions. When these permissions have been applied and the application runs smoothly. However the application also allows FTP access to…

TroySteven
- 111
- 5
0
votes
1 answer
Do server responses become serial on parallel requests?
Let us have a web-application, served by Nginx, listening to port 80.
When two or more users try to access some URL of that application, which response takes lot of time. For example, ten users try to load /give_me_some_charts page and server…

shybovycha
- 124
- 5
0
votes
1 answer
Basic Windows permission issue: web app access, but no direct web access
I have some files which unfortunately need to be located within the web root but should be denied to regular users. However, they do need to be available to one of the web apps running on the server.
Do I need to adjust permissions on the folder in…

Jordan Reiter
- 1,290
- 4
- 20
- 40
0
votes
1 answer
Exchange 2013 & Web Apps 2013
I'm trying to configure our Exchange 2013 OWA server to be able to preview documents with Office Web Apps. Web Apps works just fine in SharePoint 2013, as well as for PowerPoint presenting in Lync 2013. Currently were using a self-signed cert for…

Lee Harrison
- 486
- 1
- 5
- 19
0
votes
1 answer
Tomcat Requested resource not found
I have a webapp, for which i have created a softlink in the webapp folder in tomcat6 directory
/var/lib/tomcat6/webapp.
Now, i have the webapp stored in /webapp/
when i pointed all my servers and restarted tomcat and visitedL…

Vijit Jain
- 86
- 3
- 15
0
votes
1 answer
When does IIS _gracefully_ stop/restart applications?
As far as I understand, IIS-hosted applications can stop or restart for a variety of reasons, including:
A person explicitly telling it to using the stop button in IIS manager.
Automatically restarting an application for one of various reasons. (In…

Sam
- 177
- 2
- 7
0
votes
1 answer
Does tomcat kills unHandled ThreadPools on undeployment of application war
Say i have an Application deployed in tomcat. And i'm initializing a threadPool there,which i forgot to shutdown in my application. When i undeploy the application war or i restart the tomcat. will tomcat kill that threadPool? I mean will this cause…

Jeevi
- 129
- 1
- 1
- 4
0
votes
1 answer
piwik not in webapp
I try to install piwik on my windows server and already found out, that it is not possible to install it from command line, because cacls does not work even in administrator mode, because some directories have only write permission through webapp…

Milla Well
- 101
- 2
0
votes
3 answers
Domain Name Setup
I am new to setting up domain names. I do not think I am using the correct terminology because I cannot find an answer with Google. For this I apologize.
I purchased a domain from GoDaddy.com (we'll call it www.mydomain.com)
I have a Windows…

user17176
- 205
- 1
- 2
- 6
0
votes
1 answer
Is it a good practice use LDAP for auth in a public webapp beside the app DB?
Internet app needs to be really secure. So LDAP for auth got into the game. Instead doing the traditional db with users table, we want to authenticate agains a LDAP server. How good/bad you think it is ?

Rodrigo Asensio
- 259
- 2
- 9
0
votes
2 answers
Use web browser to launch windows applications
I'm look for some software (it may not exist yet) that would allow me to do something along the lines of: Install the software on a server, "package" and "publish" it similar to Windows Remote App, but then run that application from a web browser…

msindle
- 605
- 8
- 26
0
votes
1 answer
Amazon EC2 instances hosting Web + Application servers and bandwidth usage
I am evaluating and trying to estimate hosting costs for an existing Java based web application and am currently trying to determine the most effective hosting solution. In looking at Amazon EC2 hosting and am trying to get an apples to apples…

maple_shaft
- 171
- 9
0
votes
3 answers
Control Panel for Web App Server?
I'm about to deploy a PHP based web app. I'm looking at purchasing a Linux Box, and I was wondering if I should even bother getting a control panel (cPanel or Plesk).
I'm going to be the only one with access to the box. Any changes I can make on…

Jonathan
- 203
- 2
- 8
0
votes
1 answer
Try to use nginx to proxy multiple webapps
I have multiple webapps on a server, each on a seperate port:
http://localhost:8080
http://localhost:8081
Now, I've tried to use nginx in the front as a proxyserver. Goal is, to use webapps.local.domain/mywebapp1 and webapps.local.domain/mywebapp2…

Thomas Deutsch
- 199
- 2
- 9
0
votes
5 answers
IE7 not allowed to access externally hosted web application but works on our server
My company has two identical applications - one on an in-house server, one hosted by a 3rd party hosting company.
I'm using IE7 and can successfully access the app on our site. But when I use IE7 to attempt to access the app on the other site, I'm…

veggiemexicalidog
- 113
- 2
- 6