# # When loaded, the mod_proxy_ajp module adds support for # proxying to an AJP/1.3 backend server (such as Tomcat). # To proxy to an AJP backend, use the "ajp://" URI scheme; # Tomcat is configured to listen on port 8009 for AJP requests # by default. # # # Uncomment the following lines to serve the ROOT webapp # under the /tomcat/ location, and the jsp-examples webapp # under the /examples/ location. # ProxyPass /jsp/ajp://localhost:8009/jsp/ #ProxyPass /examples/ ajp://localhost:8009/jsp-examples/
このようにやり、/usr/share/tomcat5/webapps/の中にjspフォルダ を作って、jsp-exampleのものをすべて放り込んだんですが、 http://ホスト名/jsp/index.htmlで404 NOT foundが表示されます なぜでしょうか? 誰か教えてください。