Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

How to stop and start UWS from command line
Ultidev Team
#1 Posted : Saturday, October 24, 2015 7:39:29 PM(UTC)
Ultidev Team

Groups: Administration
Joined: 11/3/2005(UTC)
Posts: 2,253

Thanks: 28 times
Was thanked: 60 time(s) in 59 post(s)
From users email:
"Hi, I need to do some maintenance once in a while in an automated fashion and wishes to stop the Server with a Command line. Can we do that ? Also do you have any documentation on all the Server possibilities. Tks for the very good Server. Impressive!"
Please donate at http://www.ultidev.com/products/Donate.aspx to help us improve our products.
Ultidev Team
#2 Posted : Saturday, October 24, 2015 7:50:18 PM(UTC)
Ultidev Team

Groups: Administration
Joined: 11/3/2005(UTC)
Posts: 2,253

Thanks: 28 times
Was thanked: 60 time(s) in 59 post(s)
Hi!

If you would like to stop and later restart UWS service, along with all registered web apps, you may use following commands"
C:\>net stop "UltiDev Web Server Pro"
C:\>net start "UltiDev Web Server Pro"
Please keep in mind that it will stop all applications, not just one.

If all you need is to take an application offline, you could unregister it, and then re-reigster it. This may be easier than you think, because when an application is unregistered, it's previous registration settings don't get actually deleted. Instead, mainly to facilitate web app upgrades, if you on application registration you specify only appID and physical path, all other previous application settings will be retained on registration. For example:
C:\Program Files\UltiDev\Web Server>UWS.RegApp.exe /u /appid:{F8563989-47D5-4D40-8170-5138242F793D}
C:\Program Files\UltiDev\Web Server>UWS.RegApp.exe /r /appid:{F8563989-47D5-4D40-8170-5138242F793D} /path="C:\Program Files\UltiDev\Web Server\Redirector"
This method is much less disruptive for other running applications.

Regarding documentation, we don't have a book, but this collection of posts is a very good of articles covering just about every aspect of UWS usage, from both software developer and operations perspectives.

Best regards,
UltiDev Team.
Please donate at http://www.ultidev.com/products/Donate.aspx to help us improve our products.
Rss Feed  Atom Feed
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You can vote in polls in this forum.