tomcat

  1. M

    Windows 7 Apache Tomcat 6, unable to reach 127.0.0.1:8080

    Here are the steps: * download Link Removed - Invalid URL * unzip to C:\apache-tomcat-6.0.18\ * run/powershell * typed these commands: $env:path += \";C:\apache-tomcat-6.0.18\bin\" $env:JAVA_HOME = \"C:\Java\jdk1.6.0_12\" $env:CATALINA_HOME = \"C:\apache-tomcat-6.0.18\" catalina start...
  2. B

    Windows 7 Apache + MySQL + PHP

    Apache 2.2.11 MySQL 5.1.30 (64 bit) Java JDK 6u11 (64 bit) Netbeans (developer nightly build 20090120401) (admin rights) PHP 5.28 xdebug ( thread safe) 2.0.4-5.2.8 Built basic php DB connection ALL working as expected (html, php, debugging also working) Will test further with complex php web...
Back
Top