Tagged Questions

0
votes
3answers
21 views

Capistrano not restarting

Capistrano is deploying cold, deploying updates and uploading the symlink fine. It will not however restart. I notice that permission is denied on the /script/process/reaper file. I have found a …
0
votes
2answers
12 views

why does tomcat take time to recognize the folder on shutting down and restarting it?

I work on a folder and tomcat recognizes the folder. But, when I shutdown and restart tomcat it is taking time to recognize the same folder. Can anybody tell me why? I see the error report in …
0
votes
4answers
40 views

Wipe SVN to reinitialise

Hi! Does anybody know how to delete the complete svn repository including old revisions? I just want to start again ;) Thanks, wishi
0
votes
1answer
41 views

How do I go about getting a page to restart processing in C#?

I'm working with a CMS which allows you to develop your own custom controls which get dynamically included at runtime. So I have a custom control which alters a datasource (NHibernate cache) and as …
1
vote
0answers
116 views

Killing the Windows Shell [closed]

On Linux machines you have the handy Ctrl+Alt+Backspace to restart the X server, if your GUI hangs. Is there something comparable on Windows? I.e., a combination of key strokes to kill/restart the …
1
vote
4answers
231 views

How do I code a watchdog timer to restart a Windows service?

I'm very interested in the answer to another question regarding watchdog timers for Windows services (see here). That answer stated: I have also used an internal watchdog system running in another …
1
vote
4answers
78 views

C# - Restarting application conflicts with “program already running” error

When I call the Application.Restart() method, the error comes up that detects whether the application is currently running. Is there anyway around this? static void Main(string[] args) { …
-1
votes
0answers
47 views

Start all webapps at tomcat 5.5 restart

Hi, I have a problem with my tomcat 5.5 on a CentOs 5.3. This tomcat manages 4 web application (struts 1, spring, hibernate, postgresql). Well, when I launch /etc/init.d/tomcat restart, always only 2 …
1
vote
3answers
63 views

Automatically restart program when error occur

The program is like this: HEADER CODE urllib2.initialization() try: while True: urllib2.read(somebytes) urllib2.read(somebytes) urllib2.read(somebytes) ... except …
1
vote
2answers
88 views

SharePoint, VirtualPathProviders and Application Restarts

Given that the only way to unload dynamically compiled assemblies (to reclaim memory) is to unload the app domain, how does SharePoint rely on VirtualPathProviders, for master pages and page layouts …
0
votes
1answer
93 views

Android: Restarting an activity inside a tab by passing data to it?

I have a main activity which contains a tabhost which holds three other activities and starts them when necessary. On the main activity, I provide an option for selecting a value and based on this I …
3
votes
4answers
196 views

Is it possible to restart a PC using “pure” .NET and *without* using p/invoke?

Is it possible, without employing pinvoke, to restart a PC using .NET? I kind of just repeated the title, but I'm not too sure how to elaborate much further! Edit: I should have mentioned that …
0
votes
1answer
30 views

Resin Restarts when class files or Servlets are uploaded.

Hi. When we upload a .class file or a servlet to the server, the web server restarts. This does not happen when we upload a JSP. Is there a way to configure Resin so that it dynamically loads the …
1
vote
1answer
237 views

How to disable orientation change in Android ?

Hi I have an application that i just would like to use in portrait mode, so i have defined android:screenOrientation="portrait" in the manifest xml. This works ok for the htc magic phone. BUT I …
0
votes
1answer
53 views

Program Restart

I have a Program which is written in C++. It is a program which needs to be restarted when network connection is lost ... I have written program code which is pinging IP and I'm stuck on that ... …

1 2 3 next
15 30 50 per page