Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Add note about old zip, also where to get svn

...

Download the mytime application from the following link:
MyTime (Note: This may not be the latest. Checkout the source code below for the latest.)

After decompressing the given file, the mytime directory will be created.

...

svn checkout http://svn.apache.org/repos/asf/geronimo/samples/trunk/samples/mytime

(Hint: If you are on Windows you will need to obtain svn from http://subversion.tigris.org/Image Added )

Building

Use a command prompt to navigate into the mytime directory and just give mvn clean install site command to build. It will create the mytime-ear-2.0-SNAPSHOT.ear under the mytime folder. Now, you are ready to deploy mytime application in the Geronimo Application server.

...