Bind the Tomcat server to MyEclipse
Many useful plug-ins are added to eclipse in myeclipse, including almost all commonly used Application Server plug-ins, which naturally include Tomcat plug-ins that support various versions.
The following records the binding process between myeclipse and Tomcat server:
Open myeclipse and choose window ---> preferences ---> myeclipse ---> servers --->
Tomcat ---> below are various tomcat versions ---> select a version that is the same as your downloaded version (for example, 7.x)
---> Select enable ---> Add tomcat installation path to home directory ---> apply
---> Tomcat 7.x ---> jdk ---> select your own jdk version ---> apply
Because the tomcat provided by myeclipse is unstable, the built-in tomcat will be disabled or deleted at the time of configuration ---> click myeclipse tomcat ---> set to disable
How can I add a user to tomcat and try to use this user to manage tomcat?
There is a conf configuration file under the tomcat folder, where you can modify the tomcat-users.xml file. The modified content is as follows: add a user tag in addition to the comment and write the user's login account password. Restart the tomcat server.
Enter http: // localhost: 8080/manager/in the browser to go To the tomcat server management page.
For more Tomcat tutorials, see the following:
Install and configure the Tomcat environment in CentOS 6.6
Install JDK + Tomcat in RedHat Linux 5.5 and deploy Java Projects
Tomcat authoritative guide (second edition) (Chinese/English hd pdf + bookmarks)
Tomcat Security Configuration and Performance Optimization
How to Use Xshell to view Tomcat real-time logs with Chinese garbled characters in Linux
Install JDK and Tomcat in CentOS 64-bit and set the Tomcat Startup Procedure
Install Tomcat in CentOS 6.5
Tomcat details: click here
Tomcat: click here
This article permanently updates the link address: