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

Notification

Icon
Error

/DontKeepRunning command line parameter acts as required even though it is optional
Ultidev Team
#1 Posted : Thursday, March 22, 2007 10:47:21 AM(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)

This issue affects developers who author setup packages with UltiDev Cassini using tools other than Visual Studio (like InstallShield, WISE, etc.)

Summary
Attemps to register an application using UltiDev Cassini command-line executable may fail if all parameters but /DontKeepRunning were provided. /DontKeepRunning parameter, when omitted supposed to make UltiDev Cassini keeping the application loaded even when application is idling and not serving requests for some time.

Manifestation
Attempts to execute UltiDevCassinWebServer2.exe or UltiDevCassinWebServer.exe with parameters like
Code:
UltiDevCassinWebServer2.exe /register "c:\folder 1\folder 2" 6D3EF7C6-7D70-433b-AD05-45E1A9D35715 Default.aspx 1234
will cause an exception.

Workaround
Since omitting the /DontKeepRunning parameter means you want to keep application preloaded for quick first-page-loaded response time, add bogus parameter like /ignore. This will register the application and will keep it in memory preloaded.
Code:
UltiDevCassinWebServer2.exe /register "c:\folder 1\folder 2" 6D3EF7C6-7D70-433b-AD05-45E1A9D35715 Default.aspx 1234 /ignore

If you don't need to keep application in memory, please add /DontKeepRunning parameter to the command line.
Code:
UltiDevCassinWebServer2.exe /register "c:\folder 1\folder 2" 6D3EF7C6-7D70-433b-AD05-45E1A9D35715 Default.aspx 1234 /DontKeepRunning

Please donate at http://www.ultidev.com/products/Donate.aspx to help us improve our products.
Guest
#2 Posted : Monday, August 25, 2014 9:49:12 AM(UTC)
Groups:

Message was deleted by a Moderator.
Guest
#3 Posted : Saturday, September 20, 2014 9:05:42 PM(UTC)
Groups:

Message was deleted by a Moderator.
Guest
#4 Posted : Friday, November 7, 2014 12:17:40 AM(UTC)
Groups:

Message was deleted by a Moderator.
Guest
#5 Posted : Monday, February 2, 2015 9:29:46 AM(UTC)
Groups:

Message was deleted by a Moderator.
Guest
#6 Posted : Saturday, August 22, 2015 4:19:00 PM(UTC)
Groups:

Message was deleted by a Moderator.
Guest
#7 Posted : Saturday, May 21, 2016 8:52:34 PM(UTC)
Groups:

Message was deleted by a Moderator.
Guest
#8 Posted : Sunday, June 12, 2016 3:15:20 AM(UTC)
Groups:

Message was deleted by a Moderator.
Guest
#9 Posted : Wednesday, March 15, 2017 7:10:04 AM(UTC)
Groups:

Message was deleted by a Moderator.
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.