Questions tagged [application]

197 questions
3
votes
5 answers

How SAN Storage or NAS devices are typically used?

Can these storage devices be accessed like normal hard drives or applications specifically target a device? The applications you guys use against these devices, do you have tell your application what they are connected to? I mean if I have an…
3
votes
1 answer

App pool gets stuck on reset and takes .net pages out

Several times after our app pool has been told to reset, it gets stuck, the .net pages go down and the following error appears in the application event log: Failed to execute request because the App-Domain could not be created. Error: 0x80070057 The…
user8042
  • 278
  • 1
  • 4
3
votes
1 answer

How to find a path where an application was set up?

I'm unsure whether I should put this question in Serverfault or Stackoverflow. I'm developing a script (so 'press start->search' is not an option) and try to find out a way to find where an application was installed. I already have the app…
Putnik
  • 2,217
  • 4
  • 27
  • 43
3
votes
1 answer

Change shortcut arguments via script

We have a program here that requires every user to have a shortcut on their desktop that points to an ini file. Each file is unique to the user. Recently, we've done a new install of the application on a separate server. I'd like to be able to run a…
Justin
  • 167
  • 1
  • 3
  • 12
3
votes
1 answer

Strategy to isolate multiple nginx ssl apps with single domain via suburi's?

Warning: so far I have only learnt how to use nginx to serve apps with their own domain and server block. But I think its time to dive a little deeper. To mitigate the need for multiple SSL certificates or expensive wildcard certificates I would…
icpu
  • 35
  • 4
3
votes
2 answers

Should ldap client use different credentials than end user to do end user authentication?

short form: Should I use some well-known uid to authenticate a ldap client, and then other means within that client to validate the user-entered uid and pw? long form: We have a commercial .net-based web product that is implemented in many customer…
Elroy Flynn
  • 530
  • 1
  • 6
  • 8
3
votes
3 answers

Tools to manage large network of heterogeneous web applications?

I recently started a new job where I've been tasked with managing a global network of heterogenous web applications. There's very little documentation. My first order of business is to create an inventory of all of the web applications. Are there…
Andrew
  • 456
  • 3
  • 8
3
votes
9 answers

Completely Copying Over Application Installs in Windows

I've got a Windows Server 2003 computer with a payroll application, and a new Server 2008 System that I'm migrating to. My question is regarding (I believe) all Windows: How can I track all files installed by an installer so that I may copy those…
bobby
  • 604
  • 4
  • 13
3
votes
4 answers

Which Unix book or pdf would advanced users like to keep with them?

I am looking for some books or online pdf or tutorials for advanced Linux system administration which they would always like to keep with them. I mean ones in which there are some advanced, ready to use scripts which take their Unix knowledge to…
Mirage
  • 561
  • 4
  • 10
  • 25
3
votes
3 answers

How do I know which process is what program?

Task manager shows a list of processes running. How do I find out, what process is what program? Sure the list shows the name of the exe-file, but I want to know the name of the program. Also I would like to be able to get info and manage those…
Silvercode
  • 133
  • 1
  • 1
  • 5
3
votes
2 answers

Permerror when testing multiple SPF records for Google Apps and MailChimp

Our domain uses Google Apps for mail and Mailchimp for templated email campaigns. Mailchimp recommends adding an SPF record for their servers to decrease the likelihood of spam filter traps. I have setup the SPF records below for…
Jeff
  • 33
  • 1
  • 3
3
votes
3 answers

Replace single file on tomcat-deployed war

I'd like to know how to configure tomcat 6 in order to be able to replace a file from a war - for instance an image or a jsp - so I don't need to restart the server to keep it updated. I assume I'll have to deploy it as a directory - not just…
xain
  • 677
  • 3
  • 13
  • 24
2
votes
3 answers

SCCM - can't reitre application due to active deployment?

According to this documentation, I should be able to retire an application while it is still deployed, the purpose being that those deployments are preserved. When I try to retire an appliation in SCCM v1706, it tells me: "Configuration Manager…
slagjoeyoco
  • 253
  • 1
  • 4
  • 13
2
votes
1 answer

Multiple servers with one configuration file

I have multiple applications running on different servers but they all require the same configuration file (which has sensitive information on it). Currently, I just load the config file on all my servers but it's not very scalable and it's a pain…
jwerre
  • 768
  • 3
  • 12
  • 26
2
votes
5 answers

Is there any way to tell what is causing an application to lock up?

This happens on a number of PCs (WinXP SP3), where an application will simply lock up. It may be the browser (usually Firefox in our case) or it may be Visual Studio, or something else, but every time it seems the same, the application locks up,…
Glenn Slaven
  • 2,400
  • 2
  • 30
  • 42
1
2
3
13 14