<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div><em>Hi there, </em></div>

<div>&nbsp;</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&#39;m unfortunatly not able to specify the http-port via commandline.</div>

<div>&nbsp;</div>

<div><em>Question</em>: Is there an alternative method to specify to port for Catalyst::Scriptrunner than specifying it via commandline?</div>

<div>&nbsp;</div>

<div>As the script app_server.pl to start the server only contains the lines<br/>
------------<br/>
BEGIN {<br/>
&nbsp;&nbsp;&nbsp; &#36;ENV{CATALYST_SCRIPT_GEN} = 40;<br/>
}<br/>
use Catalyst::ScriptRunner;<br/>
Catalyst::ScriptRunner-&gt;run(&#39;BDBInfo2&#39;, &#39;Server&#39;);<br/>
1;<br/>
------------<br/>
I don&#39;t understand how the commandline parameters are evaluated - and I&#39;m not able to manipulate the commandline parameters within the script therefore.</div>

<div>&nbsp;</div>

<div>Thanks in advance ...</div>

<div>Johannes</div></div></body></html>