hi,all
i found all my jsp page's EL cant be resolved,after run the mvn jetty:run-war
for example
<a href="${pageContext.request.contextPath}/presidents.run">examples</
a>.
will be replaced by,actually it should be /jmesa/mycontxtname/presidents.run
/jmesa/$%7BpageContext.request.contextPath%7D/presidents.run
at runtime.
and my jetty plugin configuration:
<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>maven-jetty-plugin</artifactId>
<configuration>
<contextPath>/jmesa</contextPath>
<scanIntervalSeconds>10</scanIntervalSeconds>
<webApp>${basedir}/target/jmesa-test.war</webApp>
</configuration>
</plugin>
sorry for question not related to appfuse, but i hope can find answer from
here!!
thanks a lot ! best wishes!
oliver.lee
2008-06-30