| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Readme.txt | 2005-06-27 | 1.5 kB | |
| Src.ZIP | 2005-06-27 | 21.7 MB | |
| Store.war | 2005-06-27 | 20.1 MB | |
| Totals: 3 Items | 41.8 MB | 0 | |
This release is a development relsease. A more complete Release candidate
will follow in the coming days.
A final release will include a setup.exe program
that installs the jre as well as an embedded web application server.
Do not use this release for production since many of the URL to payment
processors are coded to go to non-production test servers.
Make sure you configure the application server with a SSL connection since
the Admin pages will try to redirect to an SSL connecttion to satisfy
the security constraint specified in the web.xml file.
This project requires Java JDK 1.5 aka J2SE 5.0 or better.
http://java.sun.com/j2se/1.5.0/download.jsp
To run, place the war file in the webapp deployment folder of your web application server
and go to:
http://localhost:8080/Store/Admin
or some other equivalent url depending on the connection configuration of your web application
server.
This project can be compiled and tested with Netbeans 4.1.
To compile, add the jar files from Apache tomcat 5.5 to the project libraries.
Set the com.PushCommerce.util.TomcatStarter class as the main class
Make sure you set the VM Options for catalina.home and java.endorsed.dirs
setting for the project:
-server -Xms128m -Xmx1024m -Dcatalina.home="C:/Program Files/Apache Software Foundation/Tomcat 5.5" -Djava.endorsed.dirs="C:/Program Files/Apache Software Foundation/Tomcat 5.5/common/endorsed"