Skip to content
This repository has been archived by the owner on Feb 23, 2022. It is now read-only.

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
markfisher committed Jun 2, 2011
1 parent 0a758cf commit cf0e470
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hello-java/README.md
Expand Up @@ -127,3 +127,9 @@ That will ask a few questions, and in most cases you can simply accept the defau
Notice that it detected the app type as "Java Web Application". In this case, it's only recognizing a runtime (Java)
but not a framework (e.g. Spring or Grails), since this really is just a barebones Java web application. If you were
to create a Spring or Grails application, you would see that it detects both the runtime and the framework.

The result when visiting the 'Application Deployed URL' should look something like this:

Hello from 172.30.49.150:20488

That's all. Have fun!

0 comments on commit cf0e470

Please sign in to comment.