Skip to content

Commit 202e589

Browse files
committed
Removed version number application address.
1 parent 1d33a6b commit 202e589

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,28 +27,29 @@ few instructions here: [Codenvy setup to demo applications using Docker: Java EE
2727

2828
### Deploy in Wildfly 8 ###
2929

30-
* Copy the file javaee7-angular-3.4.war from target directory to your Wildfly installation folder
30+
* Copy the file javaee7-angular.war from target directory to your Wildfly installation folder
3131
`standalone/deployments`
3232

3333
* You can also deploy the app, using Maven Wildfly Plugin with the following command: `mvn wildfly:deploy`.
3434
You need to have Wildfly running.
3535

36-
* Start Wildfly 8 and go to http://localhost:8080/javaee7-angular-3.6/ (http://localhost:8080/javaee7-angular-3.6/)
36+
* Start Wildfly 8 and go to http://localhost:8080/javaee7-angular/ (http://localhost:8080/javaee7-angular/)
3737

3838
### Deploy in Glassfish 4.1 ###
3939

4040
* Open Admin Console (http://localhost:8484/)
4141

4242
* Go to menu "Application"
4343

44-
* In the button "Deploy..." select the file javaee7-angular-3.6.war
44+
* In the button "Deploy..." select the file javaee7-angular.war
4545

46-
* Go to http://localhost:8080/javaee7-angular-3.6/ (http://localhost:8080/javaee7-angular-3.6/)
46+
* Go to http://localhost:8080/javaee7-angular/ (http://localhost:8080/javaee7-angular/)
4747

4848
### Deploy in Embedded-Glassfish 3.1 ###
4949

5050
* You can also deploy the app, using Maven Embedded-Glassfish Plugin with the following command: `mvn embedded-glassfish:run`
51-
* Go to http://localhost:8080/javaee7-angular-3.6/ (http://localhost:8080/javaee7-angular-3.6/)
51+
52+
* Go to http://localhost:8080/javaee7-angular/ (http://localhost:8080/javaee7-angular/)
5253

5354
## Javascript Package Management (optional) ##
5455

0 commit comments

Comments
 (0)