i finish install ..... but i don't know how to edit httpd.conf
Can you tell me which one lines ? &&& You must add following lines to httpd.conf under the last AddModule line
Include &/usr/local/jakarta/jakarta-tomcat-4.0.3-src/build/conf/auto/mod_jk.conf&
You need to also add index.jsp to the DirIndex
You should also add the below line after AddType text/html .htm*
AddType text/html .jsp
Can you tell me which one lines ? &&& You must add following lines to httpd.conf under the last AddModule line
Include &/usr/local/jakarta/jakarta-tomcat-4.0.3-src/build/conf/auto/mod_jk.conf&
You need to also add index.jsp to the DirIndex
You should also add the below line after AddType text/html .htm*
AddType text/html .jsp