1.       
				
				在
				MyEclipse
				中新建一个名称为
				test
				的
				web
				工程
		
		
				
						2.       
				
				将
				jpetstore/war
				中的文件拷贝到
				test/webroot
				中并覆盖
		
		
				
						3.       
				
				将
				jpetstore/src
				中的文件拷贝到
				test/src
				中
		
		
				
						4.       
				
				删除
				test/webroot/WEB-INF/dataAccessContext-jta.xml
				文件
		
		
				
						5.       
				
				编译工程
		
		
				
						6.       
				
				启动
				tomcat
		
		
				
						7.       
				
				启动
				jpetstore\db\hsqldb\server.bat
		
		
				
						8.       
				
				进入
				http
				:
				//localhost:8080/test
				即可。