Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. plasante

    web.xml is quite perplexing

    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>...
  2. plasante

    web.xml is quite perplexing

    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>...
  3. plasante

    Apache 2.0.47 and PHP 5.0.0b2

    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...
  4. plasante

    Apache 2.0.47 and PHP 5.0.0b2

    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...

Part and Inventory Search

Back
Top