Add support for passing in system properties when starting the selenium server.
-------------------------------------------------------------------------------
Key: MSELENIUM-63
URL: http://jira.codehaus.org/browse/MSELENIUM-63
Project: Maven 2.x Selenium Plugin
Issue Type: Bug
Components: start-server
Affects Versions: 1.0.1
Environment: Linux
Reporter: Adrian Lewty
The selenium server cannot be started on Linux due to the following bugs:
http://jira.codehaus.org/browse/JETTY-331
http://forums.sun.com/thread.jspa?threadID=230198&messageID=820456
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6202721
The work around for this is to pass to the jvm the system property
"java.security.egd" set to "file:/dev/./urandom".
It would be great if you could support the passing of system properties to the
starting of the selenium server.
For example:
<configuration>
<systemPropertyVariables>
<java.security.egd>file:/dev/./urandom</java.security.egd>
</systemPropertyVariables>
</configuration>
On another note: selenium RC release 1.0.2 is corrupt so they released 1.0.3,
so you should change your pom.xml file to reflect this new version dependency.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email