RE: [J-T-C] Ajp14 Autoconf features

2001-06-21 Thread GOMEZ Henri
>> In JkMount you'll need to indicate ALL the URL handled under >the given context, >> ie /myapp/servlet/* /myapp/*.jsp. With JkAutoMount if you provide the >> base context, the servlet-engine will give them to web-servlet. >> Imagine you install cocoon on myapp, it's will handle also the .xml. >

Re: [J-T-C] Ajp14 Autoconf features

2001-06-20 Thread jean-frederic clere
Gomez Henri wrote: > > > > If you take a look at Ajp14 documentation, you'll see > > > the JkAutoMount directive : > > > > > > Rigth now it at the following synthax : > > > > > > JkAutoMount workername [virtualhost] > > > > Having virtualhost there is not very good because there is already a > >

Re: [J-T-C] Ajp14 Autoconf features

2001-06-20 Thread Gomez Henri
> > If you take a look at Ajp14 documentation, you'll see > > the JkAutoMount directive : > > > > Rigth now it at the following synthax : > > > > JkAutoMount workername [virtualhost] > > Having virtualhost there is not very good because there is already a > in Apache, having information in 2 d

Re: [J-T-C] Ajp14 Autoconf features

2001-06-20 Thread jean-frederic clere
Gomez Henri wrote: > > Hi, > > If you take a look at Ajp14 documentation, you'll see > the JkAutoMount directive : > > Rigth now it at the following synthax : > > JkAutoMount workername [virtualhost] Having virtualhost there is not very good because there is already a in Apache, having infor

[J-T-C] Ajp14 Autoconf features

2001-06-20 Thread Gomez Henri
Hi, If you take a look at Ajp14 documentation, you'll see the JkAutoMount directive : Rigth now it at the following synthax : JkAutoMount workername [virtualhost] This tell mod_jk to ask for ALL contexts available on the servlet-engine corresponding to workername. In tomcat 3.x current case