On Wed, 14 Nov 2001, Maxim Patramanskij wrote: > 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?
Don't take it so personally. There are a lot of reasons your post might not have gotten any response. You can post the same thing one week and not get any response and the next week get a bunch of responses. Of course, there are certain things you can do to increase your chances of getting responses (e.g. be concise, be specific, be on-topic, provide details, make it clear you've tried to figure out the problem yourself, etc.). And as someone else suggested, you might have better luck on the tomcat-users list, it's higher volume than this one and focussed only on tomcat. In any case, in answer to your question: I believe that you can't expect too much customization from the automatically generated configuration file, the consensus recommendation is to take the file that's generated, copy and modify it according to your specific needs, and use that modified file. I don't think there's any way around this currently. > 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 > Milt Epstein Research Programmer Software/Systems Development Group Computing and Communications Services Office (CCSO) University of Illinois at Urbana-Champaign (UIUC) [EMAIL PROTECTED] ___________________________________________________________________________ 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
