Posts

Showing posts from November, 2018

ODBC connection with phpmyadmin + Xampp Server

Image
Dear friends, First of all, you must Install Xampp Server >=3.2.2 in your local machine and you should start Apache, Mysql and Tomcat as shown above the screen. Our Goal: Display a simple list of data from myself, using  PHPMyAdmin(Xampp server)  and JSP ODBC Connection jar file. Tomcat: Tomcat nomenclature have the same structure in Xampp server also but few things you must keep in mind java.policy and valid connector jar file in lib folder according to xampp version. Location : xampp\tomcat\webapps\user\WEB-INF\lib\connection.jar files xampp\tomcat\webapps\foldername\ list.jsp file Challenges: If you are facing the port or permission issue while connecting PHPMyAdmin with odbc.  You must look into the policy. java file in your java 's lib folder.This is a very prominent file. anything would you like to change, Please take the backup first. Path :install_root/java/jre/lib/security/java.policy  Updated Policy File