Hello guys! My questions concerns to Tomcat 3.2.x servlet container, especially to its opportunity to create automatic configuration file for Apache, named mod_jk.conf-auto. As well as web application is known by Tomcat(either by putting it to webapps folder or editing server.xml manually), it automatically appends application's parameters(servlet and .jsp mounting rules, alias and so on) to the mentioned file immedeately after restart. Where can I customize Tomcat for creating:
JkMount /context/* ajp12 instead of creating separate rules for .jsp's and servlet's: JkMount /context/servlet/* ajp12 JkMount /context/*.jsp ajp12 Max ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
