Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
5answers
12k views

Does .NET Framework 3.5 SP1 require restart?

We have a production machine and are trying to slowly introduce some 3.0 and up features on our web application. 3.5 is installed but I would like to upgrade to SP1, I would just like to know if it ...
6
votes
6answers
4k views

How to compile single/multiple java files without server restart? Is there any Eclipse plugin for the same?

I want to compile multiple java files in my Application without restarting Weblogic and Tomcat. Otherwise, this takes a lot of time. For this I got one Hotswap plugin in Eclipse, but this is not ...
4
votes
2answers
249 views

Restart SQL Server instance using SMO

My C# application uses SMO to do various things with SQL Server instance chosen by a user. Particularly, it changes authentication mode: ServerConnection conn = new ServerConnection(connection); ...
3
votes
1answer
120 views

Rails: Ruby debugger shows old code unless I stop the server and start it again

Using ruby-debug, when I issue a list command, it shows old code. So if I update the code surrounding (especially before) the debugger command in the model it still shows the old code. The only way ...
2
votes
2answers
99 views

How does Google App Engine dev_appserver.py serve fresh content without restarting?

One of the things I like about Google App Engine development environment is, I don't have to restart the server every time I make changes to any python source files, other static files or even ...
1
vote
0answers
23 views

Configuring Nuxeo CMF at Localhost for Customization of Nuxeo CMF interface

When I tried to start the Nuxeo CMF server after setting "nuxeo.force.generation=false" in "nuxeo.conf" file, it shows like you should either set it to "true" or "once" or otherwise set ...
1
vote
1answer
391 views

ASP.Net restart / GAC refresh problem

How should I "properly" restart the ASP.NET (IIS 5.1) server in order to refresh the loaded assemlies? I tried several things, but without success: tried to stop and start the web site in IIS ...
1
vote
1answer
749 views

Reducing the restart time of IBM Websphere Application Server

A Java web application that I'm working on requires that I restart the server fairly often in order to see the effects of my code changes. I have a local version of WAS 6.0 on my machine that I use ...
0
votes
0answers
42 views

how to configure websphere monitoring policy to help recycling a server after crash?

I know this suppose to be straightforward (the checkbox and combobox for this functionality is available in Admin Console >> WebSphere Application Servers >> [Server] >> Monitoring) but I cannot seem ...
0
votes
1answer
42 views

Internal Server error on the first request (and *only* the first request) after server reload

Each time I do a server reload after updating my Django app (running on httpd, using mod-wsgi), the first request is always an internal error. The problem is always the same -- the app can't import a ...
0
votes
1answer
91 views

I get blank pages on mediawiki. How do I / should I restart webserver?

So I've just installed a MediaWiki wiki. I get the problem of pages loading blank (I have to hit refresh a hundred times until they show up again sometimes). I am on a shared server. I should ...
0
votes
0answers
319 views

How to restart particular web service deployed on IIS without restarting IIS

Please any one let me know how can i restart a particular web service deployed in IIS without restarting IIS. Actually i have a web service which is deployed on IIS. This service is used as channel ...
0
votes
2answers
539 views

restarting service on a remote server

I'm creating a .bat file to restart a windows service on a remote server. I did some research on this and found 2 ways of executing this. 1. Using NET START "service" 2. Using SC //server START ...
0
votes
2answers
985 views

Apache restart on Ubuntu - error “could not bind to address 0.0.0.0.80”

I'm a n00b - trying to get apache2 set up on Ubuntu 9.10 (Karmic Koala) on Rackspace Cloud. I have set up/configured OpenSSL and installed Apache, but Apache won't start. I assume its a ...
0
votes
0answers
112 views

Hudson CI server shuts down randomly; nothing useful in hudson error.log

I've not been able to perform any builds lately. Suddenly Hudson, mid-build, just shuts down entirely. I have to ssh in and do /etc/init.d/hudson restart to even get the server working again. ...