Using Java BluePrints Petstore 2.0 Early Access on Tomcat Many folks have asked how to run Petstore 2.0 on Tomcat? Well, here are some instructions. Also, see main page for BluePrints on GlassFish What is this page all about
- Java Petstore 2.0 Early Access is a popular application to learn Java EE 5 technologies on GlassFish.
- Some people want to run Petstore 2.0 on Tomcat
- Tomcat needs a few jar files for extra technologies, such as JSF 1.2 and JPA, to run Petstore 2.0
- GlassFish contains separate jar files of various Java EE 5 technologies, such as JSF 1.2 and Java Persistence APIs, that can be used outside of GlassFish on other servers. For example, you can add JSF 1.2 and JPA jars from GlassFsih project to your Tomcat environment and play with the latest technologies.
Well, here are some instructions to run Petstore 2.0 on Tomcat Check out this users instructions to use Tomcat and some GlassFish technologies to run Petstore 2.0 on Tomcat. Instructions to run Petstore on Tomcat 2.0 plus some technology jars from GlassFish Right now these instructions are written up in the blueprints forum thread and maybe we can move them here and all start to make them better? Add Insructions Below ...
|