Hi there, I am relatively new to this list, and have only posted once, and had it ignored.
Anyway, my suggestion: get tomcat-3.3... I just installed it on my PC (Win2k) And it creates rules like: JkMount /examples ajp13 JkMount /examples/* ajp13 (Reasoning behind below, I presume is that Apache is presumed of doing a better job at serving static requests. Anyway, tomcat-3.3 defaults to letting tomcat-through-apache handle all requests for the servlet) You can just modify the file (mod_jk.conf), but the next time you run tomcat run jkconf (or tomcat start jkconf) it will be replaced. Hope this helps? Patrick. -----Original Message----- From: A mailing list for discussion about Sun Microsystem's Java Servlet API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of Maxim Patramanskij Sent: Wednesday, 14 November 2001 8:17 p.m. To: [EMAIL PROTECTED] Subject: Disappointed Hello anyone, who is taking part in this mailing list. What I'm really do not understand is why no one of my messages was no once replied by nobody! Was those questions posted in non-understandable nor correct manner? Or my postings was ignored because of other reason and if so, why nobody told me, what was wrong? If I've broke some rules, moderators should made me notes, don't you? If I was asking something obvious, why no one told me, where I can find an answers? Anyway, I will post here AGAIN, some of them, that still aren't clear for me: > 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 regards, 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 ___________________________________________________________________________ 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
