Date: 2004-01-20T06:10:58
Editor: DavanumSrinivas <[EMAIL PROTECTED]>
Wiki: Apache Geronimo Wiki
Page: PetStore
URL: http://wiki.apache.org/geronimo/PetStore
no comment
Change Log:
------------------------------------------------------------------------------
@@ -69,7 +69,7 @@
i. Remove the line with DOCTYPE (<!DOCTYPE web-app PUBLIC '-//Sun
Microsystems, Inc.//DTD Web Application 2.3//EN'
'http://java.sun.com/dtd/web-app_2_3.dtd'>)
- i. Add <module-name>petstore</module-name> after <web-app> tag
+ i. Add '''<module-name>petstore</module-name>''' after <web-app> tag
i. Change '''<res-ref-name>jdbc/CatalogDB</res-ref-name>''' stanza to:
@@ -106,6 +106,6 @@
i. Add <module-name>'''EJB-jar_name'''</module-name> after <ejb-jar> tag,
where EJB-jar_name has to be unique name within the whole set of EJBs. It's
recommended to choose the name of the file EJBs are in as EJB-jar_name. Thus,
for asyncsender-ejb.jar it would become
<module-name>asyncsender-ejb</module-name> .
- i. Add <datasource-name>petstoredb</datasource-name> after <ejb-jar> tag
(although it's only required for ejb jars with CMPs)
+ i. Add '''<datasource-name>petstoredb</datasource-name>''' after <ejb-jar>
tag (although it's only required for ejb jars with CMPs)
1. Enter http://localhost:8080/petstore and have fun. That's just a begining.