Skip to content
Snippets Groups Projects
Commit 6272f426 authored by Christoph Thelen's avatar Christoph Thelen
Browse files

Deploy war file to local Tomcat

parent f32901a2
No related merge requests found
......@@ -73,7 +73,17 @@
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>tomcat-maven-plugin</artifactId>
<version>1.1</version>
<configuration>
<server>mein-lokaler-tomcat</server>
<url>http://localhost:8080/manager/text</url>
<path>/arsnova</path>
</configuration>
</plugin>
</plugins>
</build>
</project>
\ No newline at end of file
</project>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment