

- Installing apache tomcat on windows y how to#
- Installing apache tomcat on windows y install#
- Installing apache tomcat on windows y 64 Bit#
If check the "URL/Auto Generate", the generated path is " + "/PhpSample1/test.php". For example, the project path is "/Web_Test/PhpSample1", the page file is "test.php". If the Eclipse project is a subfolder of WebSite, when first time running, open toolbar "Run/Debug Configurations./PHP Web Page", uncheck "URL/Auto Generate", and manually input full relative path.
Installing apache tomcat on windows y how to#
Then refer to document "" for how to setup PHP and debuggers.įrom Eclipse "Windows/Preferences", in page "PHP/Debug", Check "Enable CLI debug". You can download the package of "Eclipse for PHP Developers", or "Eclipse IDE for Java EE Developers" with PDT plugin installed from "Install New Software.". * Tips for setting up PHP xdebug with Eclipse PHP 5.4 includes xdebug, so no need to download separately. You can add other extension dll in "./ext". Modify "\conf\mime.types", add following lines:Ĭopy "\php.ini-development" to "\php.ini", add following lines: LoadModule php5_module "\php5apache2_4.dll" Modify "\conf\server.xml", add following lines in "" section: * Tips for setting up Apache Tomcat with MySQLĬreate a schema "tomcat" and an user "tomcat" (password "tomcat") in MySQL.Ĭopy "mysql-connector-java-5.1.24-bin.jar" into "\lib". # JkAutoAlias when WebServices location is different from Website location. If Tomcat's "appBase" location is different from HTTP server's location, add some more of following lines: Then modify "\conf\nf" to add following lines according to (). You can find sample from Tomcat website (). To integrate with Apache HTTP server, create "\conf\workers.properties" file. The new location can be same or different from the HTTP website location.

Modify following line in "\conf\server.xml":

Installing apache tomcat on windows y install#
Install it as a service by running "httpd.exe -k install". ServerRoot "C:/Program Files/Apache Software Foundation/Apache2.4"ĭocumentRoot "C:/Program Files/Apache Software Foundation/Apache2.4/htdocs"Ĭhange to "C:\Program Files\Apache Software Foundation\Apache2.4", open command line as administrator. If any one has been started automatically, stop it first. MySQL (Default: "C:\Program Files\MySQL\MySQL Server 5.6")Īfter installation or unzip, do not run them. NET Framework 4 runtimes.Īpache HTTP server (Default: "C:\Program Files\Apache Software Foundation\Apache2.4")Īpache Tomcat (Default: "C:\Program Files (x86)\Apache Software Foundation\Tomcat 7.0") Note that Tomcat requires JRE 6 or 7 MySQL Workbench requires.
Installing apache tomcat on windows y 64 Bit#
Mysql-installer-community-5.6.11.0.msi (, MySQL Installer is 32 bit, but will install both 32 bit and 64 bit binaries.) Visual Studio C++ 2010 SP1 圆4 runtimes ()Īpache-tomcat-7.0.39.exe (, 32-bit/64-bit Windows Service Installer) After "First step", following next steps. If you have installed following software before "First step", you have to uninstall them, delete anything relative in above folders and maybe in Registry. Give full permissions to your account for above folders too. Change "Owner" of "C:\Program Files\", "C:\Program Files (x86)\", "C:\ProgramData\" and "C:\User\" to your account ģ. Your user account should be in administrators group Ģ. For details and "how to", please google.ĭue to UAC, the quick, simple and very important "First step" (before installing anything) is:ġ.
