You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 512 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= “-Xms512m ”
The only other requirement to run Cloud4SOA application is to have a working Internet connection.