FYI, Apache is fairly redundant with a JkMount of /*...that means all content is being served by Tomcat.
John > -----Original Message----- > From: Mark Strecker [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 27, 2003 2:15 PM > To: Tomcat Users List > Subject: Re: Need a basic configuration for Tomcat 4.1.18, Apache > 2.0.39, mod_jk under Solaris. > > > I had/have the same problem with the examples using mod_jk > ... but the > applications I care about work fine ... I think I changed the > examples/*.jsp to examples/* in httpd.conf and got better > results. This > is in fact how I setup my apps : JkMount /app1/* worker1 > > Also, why not use the jni connector instead? It looks to me > that you are > running them both on the same machine and the jni connector will be > faster for you. > > Mark > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
