Integrate Tomcat, Apache, Subversion, WebSvn, SSL on Windows

# WI # 31-MAY-2010 # ================================================================================ INSTALL APACHE TOMCAT 6.0.26 ================================================================================ 1. install jdk-6u17-javafx-1_2_1-windows-i586.exe     -> C:\Program Files (x86)\Java\jdk1.6.0_17\ 2. add environment variables JAVA_HOME=C:\Program Files (x86)\Java\jdk1.6.0_17 JRE_HOME =C:\Program Files (x86)\Java\jre6 2. unzip apache-tomcat-6.0.26-windows-x86.zip     -> G:\Tomcat\ 3. edit G:\tomcat\conf\server.xml     => <Connector port=”8123″ protocol=”HTTP/1.1″ 4. edit G:\tomcat\conf\tomcat-users.xml     => <role rolename=”manager”/>            <user username=”wi” password=”wi” roles=”manager”/> 5. run G:\tomcat\bin\startup.bat 6. [...]

Integrate Tomcat with Apache

I use Apache2.2 and apache-tomcat-6.0.26, so here these steps: 1. download mod_jk, you can find the latest version here 2. edit Apache httpd.conf, add : # Load mod_jk #mod_jk-1.2.30-httpd-2.2.3.so LoadModule jk_module D:/oss/Apache2.2/modules/mod_jk.so # Configure mod_jk # #JkWorkersFile D:/oss/apache-tomcat-6.0.26/conf/jk/workers.properties #JkLogFile logs/mod_jk.log #JkLogLevel info JkLogStampFormat “[%a %b %d %H:%M:%S %Y] “ JkMount /*.jsp ajp13 #To be added [...]

OCI.dll could not be loaded in PHP-Apache

I’ve installed XAMP 1.6.6a  and running of apache 2.2.8 and PHP 5.2.5 versions. I also install oracle instant client 10.2.0.1.0 so i want to connect to oracle via php using oci.  I got this message when i start apache Apache.exe This application has failed to start because oci.dll was not found. Re-installing the application may [...]

Follow

Get every new post delivered to your Inbox.