Tomcat server does not install, green decompression.
Apache-tomcat-8.0.23-windows-x86.zip
Go to the Bin directory, start, stop with two bat files (startup.bat, Shutdown.bat).
The initial error may occur, and you need to set the JAVA_HOME environment variable to point to the JDK root directory.
Then start, browse to enter: localhost:8080, or: 127.0.0.1:8080 See the cat out of the right.
----------------------------
Eclipse4.5 Java EE version is also green, direct decompression can be.
Eclipse-jee-mars-r-win32.zip
Some people say that the need to install Tomcat plug-ins, to get a few kittens to the interface to operate, it is the old days of things.
eclipse4.5 originally supported the TOMCAT8.
New project: Select Dynamic Web Project,
Run Time server item, the drop-down has Tomcat8 to choose from.
Default to finish.
----------------------------
Under Servers tab, double-click TOMCAT8 Server at location to create a new server.
Left tree, WebContent, right-click to create JSP file.
Change the encoding method to Utf-8 can support Chinese. Just fill in some of the content.
Run, choose just the server, you can see the page.
TOMCAT8 Eclipse4.5 Development Configuration