Last project,Apache tomcat for run Struts.Apache show log for debug application.Main problem which's using Apache tomcat has been happened in directive configure.Apache tomcat run standalone application.If we are talking about timesaving for manage dependency library.I just think maven can help me timesaving more than set library in properties project.Sure!, If you not internet connection,it's unable to download dependency library in repository.Maven can download local repository by command line.
mvn install:install_file -DgroupID = < you group id >
-DartifactId = < artifactId >
-Dversion = < version. >
-Dpackaging =jar
-Dfile =< you path jar file >
After create project for implement application.Project Object Model ( POM ) provide pom.xml for configure project's structure.Maven provide command line easy for create your project.But easy way more than command line "mvn"(I using command line and maven plugins).M2eclilpse can help you.You can type repository you need in text box at dependency tab.It's found dependency for you.I not saw tab for run jetty.I avoid use M2eclipse for run jetty,but using command line by
mvn jetty:run
After run command line.It's download jetty( If It has not in local repository )plugins.One problem from command line "mvn".If i specify incorrect version package,It's cannot in download dependency.Other problem issue of install M2Eclipse.I saw same problem in stackoverflow
Cannot find a solution satisfying the following requirements Match[requiredCapability: org.eclipse.equinox.p2.iu/org.eclipse.swt
It's problem because cannot found equinox.p2.iu jar file.Last time,I try to install IU package for Software update in eclipse,but cannot hope to help me.I found solutions for proof error problem because of I forget disable optional require for M2Eclipse.If you want optional require.You should install AJDT and Subeclipse
(Between 2 update site,I'm not sure).After install AJDT and Subeclipse.I can install M2eclipse in Eclipse IDE : )