2012/6/1 Ives Laaf <[email protected]>: > Hi there, > > I'm not so firm with jvm and parameter passing, so I wonder how I transform > the following java call into settings für deamon setup/runner so that the > java application gets the parameters and can parse them: > > java -jar selenium-server-standalone-2.21.0.jar -role hub -hub > http://localhost:4444/grid/register > > So I have actually no idea how to pass those -role and -hub cmd line > parameters to the jvm or deamon settings, to get them to the service. > Actually I have the service running but only with its defaults what is now > the assumed outcome.
See "StartParams" http://commons.apache.org/daemon/procrun.html Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
