Apache 2.x 와 Tomcat 5.x + mod_jk2 연동하기
# Uri mapping
[uri:/servlet/*]
info=Servlet mapping
[uri:/*.jsp]
info=Jsp mapping
[uri:/*.do] <------ struts의 do 확장자를 정의합니다.
info=Struts mapping
[uri:localhost/*.jsp]
worker=ajp13:localhost:8009
[uri:localhost/*.do] <------ struts의 do 확장자를 정의합니다.
worker=ajp13:localhost:8009
[uri:localhost/servlet/*]
worker=ajp13:localhost:8009