This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
I cannot get past the first 5 minutes. The part I get stuck is after adding Tomcat server to Eclipse and starting the server. When I browse to localhost:8080 I just get this error:
HTTP Status 404 - /
type Status report
message /
description The requested resource (/) is not available.
Apache Tomcat/7.0.27
I am running a fresh copy of Windows 7 x64. Just downloaded latest versions of Java SDK, Eclipse EE, and Tomcat today. Can anyone provide some assistance with this? It seems like it should be simple!
Well it turns out the answer is in later in the video I linked to! The solution is to change the server location settings. Right-click Tomcat server in the Eclipse server list, and click Open. Change server location to "User tomcat installation" and then it works.