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 : 18 years ago
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 : 10 years ago
Groups:

Message was deleted by a Moderator.
Guest
#3 Posted : 10 years ago
Groups:

Message was deleted by a Moderator.
Guest
#4 Posted : 10 years ago
Groups:

Message was deleted by a Moderator.
Guest
#5 Posted : 10 years ago
Groups:

Message was deleted by a Moderator.
Guest
#6 Posted : 9 years ago
Groups:

Message was deleted by a Moderator.
Guest
#7 Posted : 8 years ago
Groups:

Message was deleted by a Moderator.
Guest
#8 Posted : 8 years ago
Groups:

Message was deleted by a Moderator.
Guest
#9 Posted : 8 years ago
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.