I have tomcat instance running on google cloud.
As the tomcat instance contains mysql also,I was able to connect the database from my servlets.
I installed phpmyadmin in tomcat instance itself(all the required installations like php etc have automatically completed).
After installation,i entered
sudo nano /etc/apache2/apache2.conf
and included one line in the file ,
saved and restarted apache2
but still unable to access phpmyadmin by ipaddress/phpmyadmin
after that i checked some online resources
finally reconfigured and checked apache2
and run
sudo ln -s /etc/phpmyadmin/apache.conf /etc/apache2/conf.d/phpmyadmin.c onf
sudo /etc/init.d/apache2 reload
but still phpmyadmin is not accessible
Can any one suggest me how to solve the problem?? Do i need to some more work