Skip to content

Commit

Permalink
Deploy .war artefact to the application server's ROOT.
Browse files Browse the repository at this point in the history
  • Loading branch information
metmajer committed Feb 13, 2017
1 parent d1b31e7 commit d80fe86
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions monolith/everest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 23,7 @@
</dependencies>

<build>
<finalName>ROOT</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down
4 changes: 4 additions & 0 deletions monolith/everest/src/main/webapp/WEB-INF/jboss-web.xml
Original file line number Diff line number Diff line change
@@ -0,0 1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<jboss-web xmlns="http://www.jboss.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.jboss.com/xml/ns/javaee http://www.jboss.org/j2ee/schema/jboss-web_5_1.xsd">
<context-root>/</context-root>
</jboss-web>

0 comments on commit d80fe86

Please sign in to comment.