Questions tagged [application]

197 questions
0
votes
3 answers

Ubuntu restarting a startup program

I have a program that I added to /etc/rc.local to have it run as soon as the server starts. The problem is that sometimes the program stops responding and I need to restart it but I can not restart the server. I can only restart the server at night…
John Soer
0
votes
1 answer

what are the implications of setting an IIS app pool to recycle 24 hours instead of 20 minutes

What are the implications of setting the recyle after xx minutes of inactivity from the default of 20 minutes to 24 hours? The website has a very low activity level. We have a vendor component that causes a problem only on the first two calls to the…
John S
  • 125
  • 6
0
votes
2 answers

Specifying an additional Applications directory on Mac OS X

Is there any way I can specify an additional Applications directory. I basically want to keep the applications that come with Mac OS X in the default Applications directory, but, install all third-party software to a different directory which is in…
341008
  • 137
  • 1
  • 4
0
votes
1 answer

Restricting Access to Application(s) on Point of Sale system

I have a customer with two point of sale systems, a few workstations and a Windows 2003 SBS Server. The point of sale systems are typically running QuickBooks Point of Sale and are logged in with a user who has restricted permissions / access (via…
BSchlinker
  • 340
  • 2
  • 3
  • 12
0
votes
1 answer

Azure cloud app subdomain pointing to actual domain

Say we have a domain xyz.com registered with some registrar ... we pointed that domain to the name server of our dedicated server where the DNS will be hosted for that domain. Now, we just want that dedicated server to host the emails coming and the…
0
votes
1 answer

what server role is more demanding?

There's about 125 simultaneous users connecting by a mapped drive to server A hosting an application that each user is running. This application on server A is getting its data from an Oracle server on server B. The database is about 5GB and there's…
Jeff
  • 277
  • 3
  • 14
0
votes
1 answer

Forward Application IP/host to localhost (windows)

I'm working on a windows XP / win 7 environment and i have an application (game) that connects to an static hostname and ip. It does have a connection to 2 ports (ports 5000TCP&UDP and 6000TCP). I have a local server running on same 2 ports…
0
votes
2 answers

VNC application/terminal server

Which software should I use, if I want to set up a linux VNC terminal server that works in this way: The VNC server should be able to accept up to X simultanous connections on the same port 5900. The VNC server should use 640x480 on 8 or 16bit…
0
votes
1 answer

Deploy EAR with Websphere Application Server wsadmin.bat without losing security role-mapping?

We're running CI towards our WAS with wsadmin.bat The applications are updated with this command $AdminApp update ${projectName}EAR app {-operation update -update.ignore.new -contents {${artifactsDir}/${projectName}-${buildVersion}.ear}} This…
Tommy
  • 195
  • 1
  • 2
  • 9
0
votes
5 answers

Centralized app deployment and management for multiple iPhones in the workplace?

We have deployed iPhones at work and are looking for a solution to mass-deploy and manage (with the app updates etc.) the apps on these work iPhones. Each iPhone is assigned to a user but we would like to easily deploy a standard set of…
user57308
0
votes
2 answers

Graphic intensive application virtualization/TS

I am looking to have graphically intensive applications such as Pro/Engineer and Ansys (CAD type software) published in some way to run on servers instead of the workstations for remote work. My experience so far has been with Terminal Server and…
PHLiGHT
  • 1,041
  • 11
  • 25
0
votes
1 answer

Problem identifying which page/page/function locks whole IIS server

I have problem identifying which page/page/function locks whole IIS server. Out of the blue whole w3wp.exe jumps to CPU 90-98% usage. I have created 3 different application pools to see which w3wp.exe service locks the processor but I am unable to…
feronovak
  • 171
  • 3
  • 8
0
votes
2 answers

2 interface, 2 ISP - Application Binding?

I have 2 interfaces - Wlan0 and Eth0, and both of them have separate internet lines - X & Y ISP. I want some applications to use WLAN and some to use ETH to send/receive traffic. Where can I bind different applications on different networks? I can…
user47178
0
votes
2 answers

Application Server - Windows 2008

Can someone give me a real life example of an Application Server running on Windows 2008? What does an Application Server mean? Following is a link from Microsoft about it, but it is not very…
learn2008
0
votes
1 answer

Preventing applications from performing run once tasks for multiple users

In our environment we have several applications that are installed that have a need to run a little prompt the first time they run eg Media player, Google earth etc. The problem is we have many users on many different computers. And the computers…
JohnyV
  • 938
  • 4
  • 26
  • 45