Hi,
I'm a bit of a webserver and PHP newbie and have encountered some problems while trying to get my webserver up and running.
I just managed to get PHP4.3 working with Tomcat4.1.24 and made my test.php page with <?php phpinfo(); ?> in it. test.php loads up, but without the PHP and Zend logo images. My browser continues to try retrieving the images (which, btw, don't exist. Right clicking and checking the image properties shows the image name to be "test.php?=PHPE9568F34-D428-11d2-A769-00AA001ACF42"). If I now try to load anyother page from Tomcat (i.e. index.jsp), again, the browser will continue trying to load the page with no success.
This problem also prevents the shutdown.sh script from shutting down Tomcat, so I have to use "kill -9" on one of the Tomcat processes to get it to shutdown. When I then relaunch Tomcat and go to the test.php page, it loads, but it now doesn't try to load the images initially (it sometimes tries to load them if I reload page).
Tomcat also crashes if I try to quickly do several reloads in a row.
Any ideas on how I may get around these problems? I would greatly appreciate any help.
Thanks and take care,
Bilal