Dear Dancer Experts, <div><br><div>         I am trying to deploy my first dancer app using Plackup and Starman. </div><div><br></div><div>I am using the following commandline as suggested in the perl dancer deployment documentation. </div>

<div><br></div><div> &quot;<i>plackup -E production  -s Starman --workers=10 -p 80 -a bin/<a href="http://app.pl">app.pl</a></i>&quot; </div><div><br></div><div>This command seems to be working only on the same machine (only on localhost), but when I try to access from an another machine, it does not seem to work. </div>

<div>I also tried with different ports.</div><div><br></div><div>The same command without enabling Starman server works, i.e. the command &quot;<i>plackup -E production  -p 80 -a bin/<a href="http://app.pl">app.pl</a></i>&quot;  works perfectly. </div>

<div><br></div><div>Could you please let me know, if I am missing something when I enable Starman?  I am using cygwin on windows machine to deploy the app. </div><div><br></div><div>Thanks In Advance</div><div><br></div>
<div>
Regards</div><div>AMK</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div></div>