Created
October 4, 2011 12:26
-
-
Save gotcha/1261509 to your computer and use it in GitHub Desktop.
RC node
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [gotcha@gotcha-2 selenium_grid]$ java -jar selenium-server-standalone-2.7.0.jar –role rc -hub http://localhost:4444/grid/register -port 5555 | |
| Oct 4, 2011 2:25:25 PM org.openqa.grid.selenium.GridLauncher main | |
| INFO: Launching a standalone server | |
| 14:25:27.286 INFO - Java: Apple Inc. 20.1-b02-384 | |
| 14:25:27.288 INFO - OS: Mac OS X 10.6.8 x86_64 | |
| 14:25:27.300 INFO - v2.7.0, with Core v2.7.0. Built from revision 13926 | |
| 14:25:27.445 INFO - RemoteWebDriver instances should connect to: http://127.0.0.1:5555/wd/hub | |
| 14:25:27.447 INFO - Version Jetty/5.1.x | |
| 14:25:27.448 INFO - Started HttpContext[/selenium-server/driver,/selenium-server/driver] | |
| 14:25:27.448 INFO - Started HttpContext[/selenium-server,/selenium-server] | |
| 14:25:27.449 INFO - Started HttpContext[/,/] | |
| 14:25:27.506 INFO - Started org.openqa.jetty.jetty.servlet.ServletHandler@bd86fd3 | |
| 14:25:27.507 INFO - Started HttpContext[/wd,/wd] | |
| 14:25:27.513 INFO - Started SocketListener on 0.0.0.0:5555 | |
| 14:25:27.513 INFO - Started org.openqa.jetty.jetty.Server@7e5a9de6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment