Thread

Posted on Wed May 10 08:56:06 2006 by dongxu
Inline::Java::Server couldnot get customized options
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.
Direct Responses: 2284 | Write a response
Posted on Fri May 12 02:32:54 2006 by patl in response to 2260
Re: Inline::Java::Server couldnot get customized options
I'll have to take a look into that. Meanwhile I'm pretty sure you can get away with using the $ENV variables. Patrick
Write a response