java - How to retrieve data from MYSQL database hosted on Azure VM? -
i'm software engineering student , need help.
i have developped dynamic web project (java ee/jsf/hibernate/mysql/apache tomcat/eclipse) , have deployed on windows azure. created virtual machine installed mysql , tomcat.
my problem is:
how can retreive data database hosted on vm process actions on?
i thought rest ws project wich invoke services, don't know services exposed or how connection db.(i need free)
i'm blocked , more appreciated .
best regards.
one option is, instead of hosting database on vm, create mysql on azure shown here - http://azure.microsoft.com/en-us/documentation/articles/store-php-create-mysql-database/
also, azure websites supports java web applications - can deploy tomcat application azure websites shown here - http://azure.microsoft.com/en-us/documentation/articles/web-sites-java-get-started/
Comments
Post a Comment