GeeWhizz. Thanks. It has solved my problem.
Here is my new web.xml
<web-app>
<description>MySQL Test App</description>
<servlet>
<servlet-name>myServlet</servlet-name>
<servlet-class>HelloWorld</servlet-class>
</servlet>
<servlet-mapping>...
I'm running Apache Tomcat/4.1.30 on Windows XP and I have the following problem:
This web.xml works fine:
<web-app>
<servlet>
<servlet-name>myServlet</servlet-name>
<servlet-class>HelloWorld</servlet-class>
</servlet>
<servlet-mapping>...
I solved my problem. I downloaded PHP 5.0.0b1 and put the following line in httpd.conf and everything is now working fine:
LoadModule php5_module modules/php4apache2.dll
Be aware that it is php4apache2.dll and not php5apache2.dll as it is specified in the spec.
By the way I found a web page...
Hi,
I've downloaded and installed Apache 2.0.47 and PHP 5.0.0b2 on my machine but Apache fails to start all the time.
I know PHP 5.0.0b2 is working fine because I've tested it with Abyss Web Server.
I added the following two lines in httpd.conf
LoadModule php5_module...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.