Re: [C2] Source path relative to servlet context

2001-09-04 Thread Piroumian, Konstantin
path and in this case you'll need to remove the absolute path to context to get a relative path. I think that it's a little hacky way. Just thoughts... Konstantin > > - Originalnachricht - > Von: "Piroumian, Konstantin" <[EMAIL PROTECTED]> > Datum: M

Re: [C2] Source path relative to servlet context

2001-09-03 Thread Bernhard Huber
umian, Konstantin" <[EMAIL PROTECTED]> Datum: Montag, September 3, 2001 9:55 am Betreff: Re: [C2] Source path relative to servlet context > > On Thu, 30 Aug 2001, Piroumian, Konstantin wrote: > > > > Konstantin, I really don't know why you need that. It has worked for

Re: [C2] Source path relative to servlet context

2001-09-03 Thread Piroumian, Konstantin
> On Thu, 30 Aug 2001, Piroumian, Konstantin wrote: > > Konstantin, I really don't know why you need that. It has worked for > months now and why should we change URLFactoryImpl and what do we gain? I didn't ask you to change anything, I only needed an advice about that. I need a relative to cont

Re: [C2] Source path relative to servlet context

2001-09-02 Thread giacomo
On Thu, 30 Aug 2001, Piroumian, Konstantin wrote: Konstantin, I really don't know why you need that. It has worked for months now and why should we change URLFactoryImpl and what do we gain? I think either JspServlet is wrong or your implementation of the jsp-reader, don't you think? I would like

Re: [C2] Source path relative to servlet context

2001-08-31 Thread Piroumian, Konstantin
this must be added to the Source interface? Somthing like: > > > > Source.getContextId() ? > > > > > > > > > Konstantin, > > > > > > > > > > Check ProgramGeneratorImpl.java, lines 150-164. > > > > > Hope this helps. &

Re: [C2] Source path relative to servlet context

2001-08-31 Thread Piroumian, Konstantin
> Check ProgramGeneratorImpl.java, lines 150-164. > > > Hope this helps. > > > > > > Vadim > > > > > > > -Original Message- > > > > From: Piroumian, Konstantin [mailto:[EMAIL PROTECTED]] > > > > Sent: Thursday, August 30, 2001

Re: [C2] Source path relative to servlet context

2001-08-31 Thread Davanum Srinivas
e- > > > From: Piroumian, Konstantin [mailto:[EMAIL PROTECTED]] > > > Sent: Thursday, August 30, 2001 10:11 AM > > > To: [EMAIL PROTECTED] > > > Subject: [C2] Source path relative to servlet context > > > > > > > > > Hi, all! &

Re: [C2] Source path relative to servlet context

2001-08-31 Thread Piroumian, Konstantin
s. > > Vadim > > > -Original Message- > > From: Piroumian, Konstantin [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, August 30, 2001 10:11 AM > > To: [EMAIL PROTECTED] > > Subject: [C2] Source path relative to servlet context > > > > > &

RE: [C2] Source path relative to servlet context

2001-08-31 Thread Vadim Gritsenko
Konstantin, Check ProgramGeneratorImpl.java, lines 150-164. Hope this helps. Vadim > -Original Message- > From: Piroumian, Konstantin [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 30, 2001 10:11 AM > To: [EMAIL PROTECTED] > Subject: [C2] Source path relative to

[C2] Source path relative to servlet context

2001-08-30 Thread Piroumian, Konstantin
Hi, all! Can anybody help me with path resolution? I need a path relative to the servlet context, which I will pass to JspEngine/JspServlet for processing. In my sitemap I have: When I use an absolute path path-to-jsp = "/jsp/welcome.jsp" then this resolves to "file:/jsp/welcome.jsp" an