For our Java development eclipse This software is our fast way, there may be other Ides to replace,
, but most of the first Ides for getting started are eclipse
This time, to make a summary of your own discovery, is that we eclipse Server, plug-in Tomcat
Speaking of Tomcat, that's the most Web server I've used.
This page is the Eclipse Creation Server page, very simple, we only use to give him a Tomcat installation directory is good
Talk about Tomcat. Apache Company's Open source project, this I must read the source code, because it involves the network programming NIO and so on knowledge
It's like this when Servet is created.
Just like this is not possible, but also need to make some configuration, you can not use the default or to make a big trouble, the default project published to, the current project
Eclipse Plug-ins are located org.eclipse.wst.server.core this directory, which is inconvenient, and the Welcome page is not visible after Tomcat starts
Let's do the setup.
Double-click Server
Here is the core, we are generally the custom location directory to the Tomcat installation directory under the WebApp
Sometimes, the change here is gray, just don't let the change,
This is the case we have already released the project, we need to be, which projects are cleared here to modify
Also, usually we want to debug some code that accompanies the container startup, but Tomcat has a short boot time of default
We can change the start time.
In short, there are a lot of visualizations that we have here, in fact, in the final analysis, through the visual interface to modify the configuration
!!!!!!!!!!
The server plug-in under Eclipse