This question. . myeclipse is an IDE, which makes writing code more convenient, and there are many others similar to it; Tomcat is an application server, and a Servlet/JSP running environment exists, and there are many similar ones. myeclipse is a tool used during development. Download Tomcat and decompress it. There are also sample projects in it. , try running it directly
So if you just use IDE blindly, you will have such problems. Sometimes when you study, you have to use the original way to know what the project is going on
Sure. Tomcat on the server does not have myeclipse. . You just integrated TOMCAT into the IDE. Run the start.bat or .sh script in the bin package in the tomcat directory to start. Package your project into a jar or war package. Put it in the WEBAPP directory and run tomacat
Yes, just open it directly and enter the default port 8080 in the browser
tomcat can run independently
myeclipse can only integrate tomcat. Brother, the priorities are reversed.
springboot
Of course, myeclipse is just an integrated tool for ease of use and is not necessary.
This question. .
myeclipse is an IDE, which makes writing code more convenient, and there are many others similar to it; Tomcat is an application server, and a Servlet/JSP running environment exists, and there are many similar ones.
myeclipse is a tool used during development. Download Tomcat and decompress it. There are also sample projects in it. , try running it directly
So if you just use IDE blindly, you will have such problems. Sometimes when you study, you have to use the original way to know what the project is going on
Sure. Tomcat on the server does not have myeclipse. . You just integrated TOMCAT into the IDE. Run the start.bat or .sh script in the bin package in the tomcat directory to start. Package your project into a jar or war package. Put it in the WEBAPP directory and run tomacat