// To creates the web application // Use the command rails applicationName: rails java2s // To launch your new application: cd java2s ruby script/server // Open a browser on your machine and navigate to that URL http://localhost:3000/ // To end the web server session, pressing Ctrl+C in Windows.