How to add a new page in Lift framework

Posted by portoalet on Stack Overflow See other posts from Stack Overflow or by portoalet
Published on 2010-05-22T04:10:29Z Indexed on 2010/05/22 4:21 UTC
Read the original article Hit count: 180

Filed under:
|
|
|

How can I add a new page in the webapp directory in lift that can be accessed by users?

Currently only the index.html can be accessed through http://localhost:8080/ or http://localhost:8080/index.html

Say I add a static file newpage.html into webapp dir, then what can I do so users can access it through http://localhost:8080/newpage.html ?

© Stack Overflow or respective owner

Related posts about lift

Related posts about scala