I am doing the following tutorial:
http://spring.io/guides/tutorials/bookmarks/
I have everything running, but I can't seem to login at the ReST end points.
http://localhost:8080/jlong/bookmarks
I get a popup for login: "http://localhost:8080 is requesting your username and password. The site says: “Spring”"
For example, when the username/password pops up, I enter "jlong"/"password" and it refuses access. The STS console provides no useful info after displaying start.
"Starting Application on MYPC with PID 19842
I have 2 questions for which searching did not seem to provide good answers. As a precaution I searched (netstat -anob) for all applications that may be using port 8080 and killed them and restarted my app on STS. Taskmanager details or connecting with JavaConsole to the jvm also did not yield anything useful.
- Where can I find a detailed Tomcat or other log to see what happened?
- How can I change the built-in port number within STS? I can see server.xml etc, but cannot seem to find the setting.