Re: PHP on Tomcat 5.5 on Windows XP keeps dying

2008-04-15 Thread Jonathan Mast
I found that cause was that my dev machine (Windows XP) wasn't in the db privileges. I found this by testing the page in Internet Explorer where the error was outputted to the page. I typically use FireFox which was causing Tomcat to fail. This is a VERY CURIOUS error, I believed Tomcat to be is

Re: PHP on Tomcat 5.5 on Windows XP keeps dying

2008-04-15 Thread Max Sevenfold
What do you have in your log files? Jonathan Mast wrote: Is there anyway that I can prevent Tomcat 5.5 on Windows XP from dying when I execute the following code in an PHP page: $db_link = mysql_connect($db_host, $db_user, $db_pass, $new_link) or die ("Unable to connect to database"); Th

PHP on Tomcat 5.5 on Windows XP keeps dying

2008-04-15 Thread Jonathan Mast
Is there anyway that I can prevent Tomcat 5.5 on Windows XP from dying when I execute the following code in an PHP page: $db_link = mysql_connect($db_host, $db_user, $db_pass, $new_link) or die ("Unable to connect to database"); This version of PHP does work with other mysql stuff, although