The application tag has no wiki summary.
1
vote
1answer
35 views
start exe in a Remote Session with PsExec
I would like to start an application remotely. I am using the following PsExec command:
PsExec \\computerOne -u Domain\User1 -p 123456 -x "C:\Windows\System32\calc.exe"
I tried to use -i so that ...
-1
votes
1answer
47 views
Main server fails and I want my backup server to take over
In a situation in which my primary server fails.I don't want my application to go down but the application to start fetching information form a backup server which is my Pc(Located someplace else) ...
1
vote
0answers
39 views
Group Policy for a Kiosk application
I have a Windows application (WPF), which I have run in a Kiosk scenario, limiting the user's access to other functionalities except the application itself.
Reading this article ...
0
votes
0answers
9 views
Blocking all keys in C#/WPF application
I have a WPF application which will have a silverlight embedded inside it. My team is planning to put this on a public computer for demo. The problem is that people should not be able to exit/resize ...
2
votes
1answer
23 views
Missing Application Logs in Event Viewer, Windows 2008
We seem to be missing application logs in event viewer. The log just shows 0 messages. I came across some information attributing this issue to corrupted log files, I cleared the log but the issue is ...
0
votes
1answer
42 views
Technical disavantages of application used on a windows network share/drive by multiple users
Let's take a custom-made .NET application :
Dependency on the .Net Framework
A few dlls and an executable
A few dependencies on third parties (Crystal Reports, Connector, etc.)
What are the ...
0
votes
2answers
84 views
How can I force Windows to run only a single instance of a 3rd party application?
I have a Windows Server 2008 64 bit machine, and there is one program that is set to run on startup (shortcut placed in the Startup folder). So whenever a user logs in, the application starts up.
...
0
votes
1answer
36 views
Windows management via Tomcat application
Is there something like Webmin that runs on tomcat and is easy to deploy for Windows operating system?
0
votes
1answer
93 views
What is the best Amazon EC2 server configuration for a highly-scalable distributed php application? [closed]
I'm creating a php application that needs to be able to scale up to "1 million users". I know this question is subjective to the application, but I'm curious what type of generic setups are a best ...
0
votes
0answers
36 views
Getting “shared Server Error in '/' Application. Runtime Error” no metter what, after i moved to a different server
I'm not a new User... but i lost my Login Info.
Don't know why it's says that i'm new here. Maybe a new section.
ANYWAY...
I have moved My Site to a new Shered windows Server.
and i getting this ...
1
vote
2answers
108 views
How to run multiple instances of a software in Ubuntu?
I've a software, which is to be installed from it's source code using ./configure-make-make install cycle. Is it possible to "virtualize" this software so that different installations of the software ...
0
votes
1answer
33 views
Local web application slow down when computer plugged into router
I have a situation with a user running web application on his local machine for testing. This machine is not connected to the internet. The application is very responsive at this point. However, when ...
1
vote
1answer
52 views
Simple proxy server for development
For some development purposes I need to use a proxy server with authentication to test applications. I use Squid but sometimes I just need a simple configurable proxy where I need to provide ...
1
vote
1answer
59 views
Mass File Comparison
I have a folder that has over 1000 text files in it and I need to check if they all have the same contents, they are all the same size so I can't tell that way - does anyone know of a mass file ...
0
votes
0answers
17 views
Sun Application Server 8.2 Patch Updates
I need to upgrade our Sun Application Server 8.2 instance to the latest patch release. The current version is the first release, and the latest is patch 14/15.
The "patch" is a full install - and ...
0
votes
0answers
97 views
App server and database server disconnect (Sybase ASE)
I have an enterprise app in that uses ctlib to make database connections. We run many jobs daily that keep open sockets to the db server for minutes to hours.
We have a few particular jobs (2) that ...
0
votes
1answer
23 views
how to go about serving the application to different users with <desiredname>.myappname.com
Basecamp does this and so do others.
I am working on a small app, which I'd like to serve to the clients in this format. I want to let them pick a name that will be prefixed to the url.
Is this ...
2
votes
3answers
135 views
wget application replacement
Is there any other application similar to wget?
If yes can you post a link?
1
vote
6answers
135 views
What DB better to use for application?
I want to create program for PC in OS Windows, Mac and Linux.
Program deal must use big DB with about 12 000 000 items. I need to have text search what is the best technology for that?
Maybe Java + ...
1
vote
1answer
141 views
Worker process taking high CPU%
All of my websites are hosted in IIS and configured with one application pool. This application pool consists 10 websites running.
It is working fine till today, but all of sudden I am observing that ...
0
votes
0answers
36 views
IIS does not rebuild application
I have a rather strange problem. I have developed a .NET 4.0 webapplication in C# and it has been tested on my own machine and a second test server. Now we have moved it to the production server ...
1
vote
1answer
35 views
Facility to restart applications running on a Windows Server
I am currently running Monitis on a few Windows Servers and I'm looking for a tool that would restart an application (exe file) if it crashes or consumes too much memory. Please could you provide any ...
1
vote
2answers
51 views
How can I automate a GUI App?
I need to automate a small GUI Windows app. It needs to be run twice a week to synchronise two databases, but with no operator intelligence behind it.
Literally, it's launch the app, and perform two ...
1
vote
1answer
96 views
Neatest method of replacing a live site with static pages during maintenance?
Alright folks,
Just looking for a little insight into the methods being used by others for the following scenario...
I have a live (.net 3.5) project, which runs from the default folder of IIS7 ...
0
votes
1answer
71 views
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 ...
1
vote
2answers
155 views
Are gnomes gconf schema files mandatory
I have an app that uses gconf for configuration and I have notice that some apps install a schema file that lists keys and gives descriptions on them.
Is this mandatory or schema files are ...
0
votes
1answer
114 views
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).
...
0
votes
2answers
290 views
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 ...
0
votes
1answer
516 views
Deploy EAR with Websphere Application Server wsadmin.bat without loosing 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 ...
1
vote
1answer
79 views
What profiling tool for Linux requires very little overhead?
I need a tool to profile a Linux application, but I can't seem to find any that have little overhead. (By overhead, I mean require a large download or disk space once installed.)
I looked at valgrind ...
-3
votes
2answers
395 views
Monitor applications with zabbix
How to monitor applications(mysql, tomcat, ....) with zabbix?
Please need step by step guide
0
votes
2answers
116 views
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 ...
0
votes
1answer
89 views
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 ...
0
votes
3answers
404 views
What's an easy way to install software on 30+ LAN PCs running XP Pro SP3 from a single PC?
Preferably without needing client-side software on each local machine.
Parallel installation would be a bonus, but sequential is fine as well. Silent & unattended would be great too.
Tried ...
2
votes
5answers
235 views
Best monitoring system for less technical people and application-level monitoring?
I need to set up a monitoring and alerting system for one of our business teams-- they're smart people, but not engineers or sysadmins. I basically need to do the same thing that happens for system ...
0
votes
2answers
129 views
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 ...
0
votes
1answer
183 views
IIS + Plesk queue problem
I have a dedicated server running on Plesk Panel for Windows. The server has 8GB ram and seems to be getting slower due to high connection queue I think.
I'm running 8GB RAM on Quad-Core AMD ...
0
votes
2answers
67 views
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 clear:
...
0
votes
1answer
28 views
Deployed Web Application Requests for User Name and Password
Deployed Web Application Requests for User Name and Password
I recently deployed a .NET web application into the server.
Authentication mode is set to Windows (since the application is accessible ...
0
votes
3answers
511 views
Output directory tree as XML
HI all,
Is there a linux command which will output the structure of a given directory as XML? if there is, that would be awesome.
Thanks very much
2
votes
2answers
82 views
What commands are being sent to an exe?
I have an application that calls a console based application when I open a file. I would like to somehow "spy" on this console application so that when it gets called I would like to see what command ...
0
votes
1answer
241 views
Run client applications from VMWare Workstation Host
Does anyone know how to run applications hosted on a client VM from an icon created on the host computer. For example I want to run IE8 installed on the client VM on my host XP computer running IE6. ...
1
vote
2answers
95 views
2
votes
1answer
90 views
My Ruby on Rails application only works if the address contains the port
I have a Ruby on Rails application that works ok on my notebook ( http://localhost:3000/ )
I uploaded it on my hosting server,
created with CPanel X an application, the URL is ...
2
votes
3answers
869 views
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 ...
2
votes
2answers
627 views
How to forcibly disconnect a application listening on a port
I have an app that doesn't properly stop listening on a port.
How do I force it to stop so I can open the application again/use that port again?
0
votes
1answer
218 views
How do I get SUNW_1.4 version of libthread.so.1 for Solaris 2.6
I have installed an old application on an old Ultra 5 with Solaris 2.6. When I start the app, I get the error: ld.so.1: : fatal : libthread.so.1: version 'SUNW_1.4' not found. There is a version of ...
2
votes
1answer
540 views
IIS6 host multiple websites under same sub-domain (or something similar)
I'm trying to figure out a structure for a hosted application that i'm working on.
I've got a domain lets call it app.company.com (a sub-domain company.com of course) that is setup to redirect to my ...
0
votes
3answers
97 views
Distributing processing for an application that wasn't designed with that in mind
We've got the application at work that just sits and does a whole bunch of iterative processing on some data files to perform some simulations. This is done by an "old" Win32 application that isn't ...
2
votes
1answer
656 views
Oracle: Can Weblogic 11G run PL/SQL code like App Server 10G?
This is probably a silly question, but I'm not an oracle admin so I'm not sure. Our client currently runs a website written in PL/SQL and HTML on a Oracle 10G system. As everything is moving in the ...