Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 1008 Bytes

README.md

File metadata and controls

34 lines (18 loc) · 1008 Bytes

awsome-cws

E-R Diagram

Here is a entities relationship graph as below:

Sources download

It's use a sample database from here.

Run

  1. Add mysql-connector-java-5.1.31.jar to {$tomcat-folder}\lib.

  2. Add awsome-cws-web module to Tomcat server.

  3. Configure Maven Run Configuration, as below :

  4. Maven Update.

  5. Start the server.

Solutions

  1. If server throws OutOfMemeryError: PermGen space, please create setenv.bat file manually and put it to this path -> {$tomcat-folder}\bin\.

    content: set JAVA_OPTS=-Dfile.encoding=UTF-8 -Xms128m -Xmx1024m -XX:PermSize=64m -XX:MaxPermSize=256m

  2. In order to run the server successfully in the first time, please set Timeouts more than 600 seconds.