jetty_deploy_empty_project

pom.xml  ==>jetty plugin

 

<plugin>
        <groupId>org.mortbay.jetty</groupId>
        <artifactId>maven-jetty-plugin</artifactId>
        <version>6.1.10</version>
        <configuration>
                <scanIntervalSeconds>100</scanIntervalSeconds>
                <!--<connectors>
		            <connector implementation="org.mortbay.jetty.bio.SocketConnector">
		               <port>8889</port>
		               <maxIdleTime>60000</maxIdleTime>
		            </connector>
		 </connectors>-->
                <stopKey>foo</stopKey>
                <stopPort>9999</stopPort>
        </configuration>
	</plugin>

 source download:

 115:  jettyDemo

你可能感兴趣的:(project)