-
Notifications
You must be signed in to change notification settings - Fork 0
Deploy
(Deploy Cloud Pier UI if you want all Cloud Pier functionalities)
- frontend-dashboard-0.0.3-SNAPSHOT.war file generated with build of Cloud Pier UI
- Database already set up
- Apache Tomcat version 7 with MySQL JDBC Connector in the classpath.
Building Cloud Pier UI through Maven is generating frontend-dashboard-0.0.3-SNAPSHOT.war file. This file can be renamed to your needs. Cloud Pier is tested to work properly with Apache Tomcat 7.0.x. http://tomcat.apache.org/tomcat-7.0-doc/introduction.html http://tomcat.apache.org/tomcat-7.0-doc/setup.html
The produced war file doesn't include the MySQL JDBC Connector in the classpath. So you have to download and manually add the MySQL JDBC Connector in the servlet container. For Apache Tomcat this means putting mysql-connector-java-5.x.xx-bin.jar in the lib folder of Apache Tomcat. http://dev.mysql.com/downloads/connector/j/
It’s recommended to configure your application server with at least 1024 Mb memory minimum heap sizes, to avoid cloud4SOA to run out of memory. In order to do so, you need to define, before to start tomcat, the system variable CATALINA_OPTS with the following value: CATALINA_OPTS= “-Xms1024m ”