Hi, I dun think per application can work...cz we need to setup a jvm parameter.... unless u lauch two continer....namely two tomcat........
On 4/4/06, Robert Hannebauer <[EMAIL PROTECTED]> wrote: > > Hi, > > well. But the jvm parameter influence all tapestry applications not only > the desired one. > I've also searched for a per-application parameter but there doesn't seem > to exist one. > > Robert > > > Khong Seng Kin wrote: > > Hi, > > > > You should set in in jvm... > > refer to the Enjoyng web development with tapestry. > > There is free chapter on the book home page.. > > u can find the info in chapter1... > > not bad..... > > > > Cheers > > > > On 4/4/06, Aleksej <[EMAIL PROTECTED]> wrote: > >> I was trying to put init-param tag in web.xml like: > >> ----- > >> <servlet> > >> ... > >> <init-param> > >> <param-name>org.apache.tapestry.disable-caching</param-name> > >> <param-value>true</param-value> > >> </init-param> > >> </servlet> > >> ----- > >> without success. > >> I also tryed to put meta tag in .application file like: > >> ----- > >> <meta key="org.apache.tapestry.disable-caching" value="true" /> > >> ----- > >> but it's not working. > >> Using Tomcat 5.0.28 with jdk1.4.2. > >> > >> --------------------------------------------------------------------- > >> 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] > >