[EMAIL PROTECTED] wrote:
... so i would from the command line run
 Appserver.bat --AppServer.AutoReload=1

Hm, are you sure that ever worked?

Because I just noticed Windows/DOS splits the parameters given to AppServer.bat like this:

%1 = --AppServer.AutoReload
%2 = 1

Then, AppServer.bat will pass as two arguments without equals sign to Launch.py, instead of one argument with equals sign. As a result,
Launch.py resp. ThreadedAppServer.py will be unable to parse the option.

So, under Windows, it would have only worked like that:

Appserver.bat "--AppServer.AutoReload=1"

Can you affirm this or do I have a particularly strange Windows version (XP SP2)? I'm thinking about improving the Launch script to cope with missing equals signs, because this is really a pitfall under Windows. Anything speaking against this?

-- Christoph


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Webware-discuss mailing list
Webware-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to