|
Hi All,
Did anyone try to pass some customized options to Inline::Java::Server?
use Inline (Java => Config =>
PORT => 8001,
);
require Inline::Java::Server;
Inline::Java::Server::start();
while the forked JVM was actually running on the default port.
|