Can Petstore 2.0 run on Tomcat or other Java web container?
Petstore 2.0 is just a war file and does not use EJBs so could run on a web container such as Tomcat, provided some extra libraries were added to support technologies like a JSF 1.2 library and a Java Persistence API library, JTA for basic transaction management, plus we use Java EE 5 annotations for resource injection so would need to rewrite the code in Petstore to use JNDI instead of resource injection annotations which should be easy since we have it centralized in one class, the CatalogFacade.java. Check out the contributions page and the help wanted page if you get petstore running and let us know of your efforts and contribute to the petstore project.