Skip to content

Commit

Permalink
Merge pull request #2 from WASdev/dev.bd
Browse files Browse the repository at this point in the history
Changed context
  • Loading branch information
BillyD73 authored Apr 28, 2017
2 parents e5383a3 + b4c598e commit c7f4d40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>liberty.maven</groupId>
<artifactId>sample.servlet</artifactId>
<artifactId>basicauth</artifactId>
<version>1</version>
<packaging>war</packaging>

Expand Down Expand Up @@ -32,7 +32,7 @@
<!-- Liberty server properties -->
<testServerHttpPort>9080</testServerHttpPort>
<testServerHttpsPort>9443</testServerHttpsPort>
<warContext>servlet</warContext>
<warContext>basicauth</warContext>
<package.file>${project.build.directory}/${project.artifactId}.zip</package.file>
<packaging.type>usr</packaging.type>
</properties>
Expand Down
4 changes: 2 additions & 2 deletions src/main/liberty/config/server.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@

<applicationMonitor updateTrigger="mbean"/>

<webApplication id="servlet" location="sample.servlet.war"
name="servlet">
<webApplication id="basicauth" location="basicauth.war"
name="basicauth">
<application-bnd>
<security-role name="Manager" id="Manager">
<user name="user1"/>
Expand Down

0 comments on commit c7f4d40

Please sign in to comment.