Tagged Questions

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 err …
0
votes
4answers
39 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
40 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 (NHibern …
1
vote
4answers
77 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(stri …
-1
votes
0answers
45 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 res …
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) …
1
vote
2answers
87 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 page …
0
votes
1answer
89 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 a …
3
votes
4answers
195 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 …
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 dynami …
1
vote
1answer
210 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 magi …
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 s …
2
votes
2answers
153 views

Reconnect RMI client after server restart

I have an RMI server and a desktop RMI client. When I restart the server, I get errors in the client. Is it possible to restart the RMI connection without restarting the client? [ …
1
vote
4answers
226 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 syste …
1
vote
6answers
211 views

Is there a ‘restart’ function in Windows/C++

In a windows project I am working on, I intend to have a menu selection that copletely restarts the app. Is there a Windows or C++ function that does this?

1 2 3 next
15 30 50 per page