Hi,
I am running Tomcat 5.0.28, PHP5, and phpMyadmin 2.64. I have php correctly installed as a jar in Tomcat and I know it works. I tested it using the standard <?php phpinfo() ?> test page (aka php's version of hello world)
I am trying to get phpmyadmin setup. At first I was having problems with getting the mysql extensions to work but I resolved that by having to put the libmysql.dll in /WINDOWS/system32, putting the php.ini in /WINDOWS, and chaing my extensions directory to "C:\php\".
The issue I am having now is kinda weird. I load up the index.php of phpmyadmin, two framesets are built but are empty, a dialog box comes up and says "Module 'java' already loaded" and then Tomcat crashes after hitting OK on the dialog box.
Anyone able to shed some light on this?