Wednesday, June 12, 2013

Windows 8 Development PC setup

I buy a Dell XPS 8700 recently as development PC. it come with windows 8, and I upgrade it to windows 8 Pro+MC.

1. install java sdk.

2. install mysql.
    running ' mysql-installer-community-5.6.12.0'. there is a bug in workbench, we need copy mysqldump.exe from
C:\Program Files\MySQL\MySQL Server 5.6\bin
to
C:\Program Files (x86)\MySQL\MySQL Workbench CE 5.2.47.

3. install Apache Tomcat
    running apache-tomcat-7.0.41.exe.
    download connector.
    in IIS manger,
    1.1. under 'Default Web Site', add a virtual directory call 'jakarta'. physical path is "C:\Program Files\Apache Software Foundation\Jakarta Isapi Redirector\bin"

    1.2 at the top level (local host), click 'Handler map', enable 'ISAPI_dll' by right click it, then click 'Edit permission', select 'execute'.
    1.3 click 'ISAPI filters', add new filter call 'jakarta'.
1.4 click 'ISAPI and CGI restriction', click 'Edit Feature settings", select 'allow unspecified ISAPI module"

if see error http 500.19, see below link to solve it.
http://serverfault.com/questions/410147/iis-7-5-and-tomcat-setup-error-500-19