-
Bug
-
Resolution: Done
-
Major
-
1.2.GA
-
None
-
None
README.txt contains following URL in example instructions:
http://localhost:9095/contacts
but should be:
http://localhost:8080/contacts
Jetty server is configured to listen on the port 8080.
See Maven log:
INFO: Started SelectChannelConnector@0.0.0.0:8080
- relates to
-
JBPAPP-2992 RESTEasy examples, resteasy-springMVC: Invalid URL in README.txt
- Closed