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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]