Hi,

I have a html that works under this link:

http://127.0.0.1:8080/html_pages/sample/info.html

now I'd like to be able to use this:

http://127.0.0.1:8080/exinfo

so I added a rewrite:

 if ("/exinfo".equalsIgnoreCase(path)) {
        return new SimpleRequestWrapper(request, 
"/html_pages/sample/info.html");
 }      

but got following error, any idea why? thanks.

HTTP ERROR 404

Problem accessing /exinfo. Reason:

    NOT_FOUND

Powered by Jetty://
-- 
View this message in context: 
http://www.nabble.com/t5%3A-Urlrewrite-to-a-html-path-tp25630326p25630326.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to