mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 21:27:52 +00:00
[Build] Start the WAR in an embedded Tomcat Servlet Container
This commit is contained in:
parent
7ded288154
commit
03aba8bbf7
11
pom.xml
11
pom.xml
@ -176,6 +176,17 @@
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
<!-- To start this WAR in an embedded Tomcat Servlet Container -->
|
||||
<plugin>
|
||||
<groupId>org.apache.tomcat.maven</groupId>
|
||||
<artifactId>tomcat7-maven-plugin</artifactId>
|
||||
<version>2.2</version>
|
||||
<configuration>
|
||||
<httpPort>8080</httpPort>
|
||||
<path>/mct</path>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user