<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div><em>Hi there, </em></div>
<div> </div>
<div><em>Situation</em>: I want to run my Catalyst app on a Windows-Server as a service (via script app_server.pl / Catalyst::Scriptrunner). Doing so, I'm unfortunatly not able to specify the http-port via commandline.</div>
<div> </div>
<div><em>Question</em>: Is there an alternative method to specify to port for Catalyst::Scriptrunner than specifying it via commandline?</div>
<div> </div>
<div>As the script app_server.pl to start the server only contains the lines<br/>
------------<br/>
BEGIN {<br/>
$ENV{CATALYST_SCRIPT_GEN} = 40;<br/>
}<br/>
use Catalyst::ScriptRunner;<br/>
Catalyst::ScriptRunner->run('BDBInfo2', 'Server');<br/>
1;<br/>
------------<br/>
I don't understand how the commandline parameters are evaluated - and I'm not able to manipulate the commandline parameters within the script therefore.</div>
<div> </div>
<div>Thanks in advance ...</div>
<div>Johannes</div></div></body></html>