RE: [SOLVED] RE: Problem with JSP in mounted sitemap

2002-03-29 Thread Konstantin Piroumian
> From: yuryx [mailto:[EMAIL PROTECTED]] > Piroumian, Konstantin wrote: > > >Good evening! > > > >It seems that I've solved the problem with JSPs. Patch will be > >available in CVS tomorrow. > > > >Regards, > >Konstantin Piroumian > >[EMAIL PROTECTED] > > > Thanx by good news, but where I had d

Re: [SOLVED] RE: Problem with JSP in mounted sitemap

2002-03-28 Thread yuryx
Piroumian, Konstantin wrote: >Good evening! > >It seems that I've solved the problem with JSPs. Patch will be available in >CVS tomorrow. > >Regards, >Konstantin Piroumian >[EMAIL PROTECTED] > Thanx by good news, but where I had download this patch? Please, I need this :) Thanx. Yury. --

[SOLVED] RE: Problem with JSP in mounted sitemap

2002-03-28 Thread Piroumian, Konstantin
ECTED] Subject: RE: Problem with JSP in mounted sitemap Hello, Use the fully qualified path for the JSP file i.e not just sample.jsp but from the context root for eg: where / = context directory omc = mount directory It s

RE: Problem with JSP in mounted sitemap

2002-03-28 Thread Chitharanjan Das
Hello,     Use the fully qualified path for the JSP file       i.e not just sample.jsp but from the context root     for eg:           where / = context directory     omc = mou

RE: Problem with JSP in mounted sitemap

2002-03-28 Thread Piroumian, Konstantin
I am fighting with that problem. JSPReader already working. Now I try to figure out what's wrong with the JSPGenerator. The most strange thing is that the message in log says that: 'no pipeline matched' my request. But the pipeline with the needed matcher is there and JSPReader works from the sa