主頁(yè) > 知識(shí)庫(kù) > Maven 修改tomcat運(yùn)行版本和端口的實(shí)現(xiàn)方法

Maven 修改tomcat運(yùn)行版本和端口的實(shí)現(xiàn)方法

熱門(mén)標(biāo)簽:上海電銷(xiāo)卡外呼系統(tǒng)廠家 德州外呼系統(tǒng)排名 貴州全自動(dòng)外呼系統(tǒng)廠家 百度地圖標(biāo)注備注 福州外呼系統(tǒng)中間件 好看的地圖標(biāo)注圖標(biāo)下載 機(jī)器人電銷(xiāo)有什么用 地圖標(biāo)注員怎么去做 威海人工智能電銷(xiāo)機(jī)器人系統(tǒng)

maven默認(rèn)是使用tomcat6跑項(xiàng)目的,這段是讓maven用tomcat7去跑

在pom.xml中添加

<build>
		<!-- we dont want the version to be part of the generated war file name -->
		<finalName>${project.artifactId}</finalName>
		<defaultGoal>compile</defaultGoal>
		<plugins>
			<plugin>
			<groupId>org.apache.tomcat.maven</groupId>
			<artifactId>tomcat7-maven-plugin</artifactId><span style="white-space:pre;">	</span><!--使用tomcat7運(yùn)行--><span style="white-space:pre;">
</span>
			<version>2.2</version>
			<configuration>
			<port>8082</port><span style="white-space:pre;">		</span><!--運(yùn)行端口-->
<!-- 			<path>/mgr</path> -->
			<uriEncoding>UTF-8</uriEncoding>
			<finalName>mgr</finalName>
			<path>/KBase</path><span style="white-space:pre;">		</span><!--項(xiàng)目名-->
			<server>tomcat7</server><span style="white-space:pre;">	</span>
			</configuration>
			</plugin>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-surefire-plugin</artifactId>
				<configuration>
					<skip>true</skip>
				</configuration>
			</plugin>
		</plugins>
	</build>

以上這篇Maven 修改tomcat運(yùn)行版本和端口的實(shí)現(xiàn)方法就是小編分享給大家的全部?jī)?nèi)容了,希望能給大家一個(gè)參考,也希望大家多多支持腳本之家。

標(biāo)簽:白城 南陽(yáng) 邵陽(yáng) 葫蘆島 撫州 泉州 岳陽(yáng) 南陽(yáng)

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《Maven 修改tomcat運(yùn)行版本和端口的實(shí)現(xiàn)方法》,本文關(guān)鍵詞  Maven,修改,tomcat,運(yùn)行,版本,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問(wèn)題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無(wú)關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《Maven 修改tomcat運(yùn)行版本和端口的實(shí)現(xiàn)方法》相關(guān)的同類(lèi)信息!
  • 本頁(yè)收集關(guān)于Maven 修改tomcat運(yùn)行版本和端口的實(shí)現(xiàn)方法的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章