You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@lenya.apache.org by "Gregor J. Rothfuss" <gr...@apache.org> on 2005/05/03 06:11:39 UTC

Re: Using older application

Vito Nitti wrote:
> I managed in building a simple site using Lenya. Now I must put in the same
> context a jsp based web application already working.
> I read about JSPReader and whatever but I cannot realize how to use. 
> Is still possible to by-pass jsp calls? Where have i to do chenges? What
> will the match be? 
> I'm trying with something like that:
>     <!-- JSP -->
>     <map:match pattern="*.jsp">
>       <map:read src="{1}.jsp"/>
>     </map:match>

this is possible. you'll have to make sure your servlet container does 
not reroute these to somewhere else in web.xml

you may also want to look into the jsp generator or proxying existing 
content with the wsproxygenerator

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@lenya.apache.org
For additional commands, e-mail: user-help@lenya.apache.org