Skip to content

Commit

Permalink
Fix rs-helloworld name
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Dec 5, 2011
1 parent c813c99 commit d7d8dac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions rs-helloworld/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ To set up Maven or JBoss Tools in Eclipse, refer to the _Getting Started Guide_.

To deploy to JBoss AS 7, start JBoss AS 7, and type `mvn package jboss-as:deploy`.

The application is deployed to <http://localhost:8080/rs-helloworld>, so in order to get either both content you will have to point
The application is deployed to <http://localhost:8080/jboss-as-rs-helloworld>, so in order to get either both content you will have to point

* <http://localhost:8080/rs-helloworld/xml> if you want *xml* or
* <http://localhost:8080/rs-helloworld/json> if you want *json*
* <http://localhost:8080/jboss-as-rs-helloworld/xml> if you want *xml* or
* <http://localhost:8080/jboss-as-rs-helloworld/json> if you want *json*

You can read more details in the _Getting Started Guide_.
4 changes: 2 additions & 2 deletions rs-helloworld/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>org.jboss.as.quickstarts</groupId>
<artifactId>rs-helloworld</artifactId>
<artifactId>jboss-as-rs-helloworld</artifactId>
<version>7.0.2-SNAPSHOT</version>
<packaging>war</packaging>
<name>JBoss AS Quickstarts: rs-helloworld</name>
Expand Down Expand Up @@ -78,7 +78,7 @@
<build>
<!-- Set the name of the war, used as the context root when the app
is deployed -->
<finalName>rs-helloworld</finalName>
<finalName>${artifactId}</finalName>
<plugins>
<plugin>
<artifactId>maven-war-plugin</artifactId>
Expand Down

0 comments on commit d7d8dac

Please sign in to comment.