I finally got mine to work with a minor problem. First inital run to generate jsp page is slow and cause error than after that works fine.
this is the place where i got it working: http://www.gregoire.org/howto/Apache2_Jk2_TC4.1.x_JSDK1.4.x.html I am running tomcat 4.1.18 with apache 2.0.44 with night build mod_jk2. java 1.4.01 henry ----- Original Message ----- From: "Kundrot, Steven" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Tuesday, March 04, 2003 1:09 PM Subject: RE: Important - Apache-Tomcat Module Choice > Rick, > > I thought that you went live with v2.0.1 of the JK2 module. Did you > actually get v2.0.2 to work? If so, how? > > Also, I'd be interested to hear how the IIS connector is performing and am > going to post later on some interesting warning messages which are being > logged on my IIS server. > > Steve > > The information transmitted in this communication is intended only for the > person or entity to which it is addressed and may contain confidential > and/or privileged material. Any review, retransmission, dissemination or > other use of, or taking of any action in reliance upon, this information by > persons or entities other than the intended recipient is prohibited. If you > received this in error, please destroy any copies, contact the sender and > delete the material from any computer. > > > -----Original Message----- > From: Rick Bullotta [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 04, 2003 1:09 PM > To: 'Tomcat Users List' > Subject: RE: Important - Apache-Tomcat Module Choice > > > We're now fully operational with JK2 on both Apache Web Server 2.0.44 > and IIS, using the JK2 2.0.2 connector, Tomcat 4.1, and J2SDK 1.4.1_02. > > The magic was figuring out (by trial, error, and input from participants > in this newsgroup) "semi-documented" entries into the jk2.properties and > workers2.properties files that MUST be present for it to work > properly...the major offender was the [shm:] entry which defines the > shared memory file name and size. Without it, nada. > > Rick Bullotta > CTO > Lighthammer Software (http://www.lighthammer.com) > > > > > -----Original Message----- > From: Henry Tang [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 04, 2003 12:56 PM > To: Tomcat Users List; [EMAIL PROTECTED] > Subject: Re: Important - Apache-Tomcat Module Choice > > > webapp is definitely easier to implement, but i think it only supports > non windows based sever for current releases. So i think mod_jk is the > way to go since mod_jk2 is so hard to set it up..Anyone got it running? > > ----- Original Message ----- > From: "Selvaraj N" <[EMAIL PROTECTED]> > To: "Tomcat Users List (E-mail)" <[EMAIL PROTECTED]> > Sent: Tuesday, March 04, 2003 10:36 AM > Subject: Important - Apache-Tomcat Module Choice > > > > Hello all, > > > > I would like to know, which of the following modules do you recommend > > as Apache-Tomcat connector, w.r.to the criteria that I have mentioned > > below: > > > > 1. mod_webapp (It seems that this module is not active with in Tomcat > > community and not actively developed by the dev team for various > > reasons, please confirm the same). stability > > support > > performance > > suitability for production environment > > load balancing > > scalability > > > > > > 2. mod_jk2 (I am already using mod_jk and am fine with it. But, to > leverage > > some of the mod_jk2 features, I am planning to go for mod_jk2 also). > > stability support > > performance > > suitability for production environment > > load balancing > > scalability > > > > > > Please advise me asap in this regard. > > > > > > Thanks in advance, > > Selva > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
