Grails - Open MySQL and Apache Server from Project without Xampp\Wamp -
i building grails project uses mysql manipulating database entries , execute crud examples.
for mysql server active, use xampp control panel , must have apache , mysql opened in xampp control panel in order establish connection between grails , mysql database.
the grails project starts tomcat server everytime run project, , dont know how can achieve apache , mysql, wont have use xampp panel every time. when war created, should able create connection within project, without need of server panel xampp or wamp.
i find way start apache , mysql server inside grails project. ideas?
Comments
Post a Comment