Community
Participate
Working Groups
Build Identifier: jetty-7.2.0.v20101020 In the default server, the rewrite demo launch instructions cause a bind exception because two configuration files are given in the sample command to be launched. Reproducible: Always Steps to Reproduce: 1. Download stable build (jetty-7.2.0.v20101020) 2. Launch default server (java -jar start.jar) 3. Browse to localhost:8080/rewrite/ 4. Read instructions on page 5. Shut down server (CTRL+C) 6. Launch server with command given: java -jar start.jar OPTIONS=default,rewrite etc/jetty.xml etc/jetty-rewrite.xml
The "etc/jetty.xml" portion shouldn't be included in the instructions. That is already present in the configuration by default, adding it again on the command line just makes jetty attempt to start 2 servers. We should either change the etc/jetty.xml default behavior, or change the instructions.
Greg, what is your preference? Should this be assigned to Shirley for the documentation re-write?
Starting to work on this ticket.
Committed r2698.