I would like to do a mapping for my web pages. A sort of mapping like Servlet Mapping that i've done in the web.XML, not necessarily the same code or procediment but the same result. In other words my goal is to hide the deployment of my web pages. Is it possible?
相关问题
- Illegal to have multiple roots (start tag in epilo
- Newtonsoft DeserializeXNode expands internal array
- how to use special characters like '<'
- XML - XSLT - document() function inside count() fu
- convert logback.xml to log4j.properties
相关文章
- jsp里面的画布功能,为什么会出错?求大佬找下问题
- Creating XML Elements without namespace declaratio
- JSP String formatting Truncate
- Get Attribute Value From Simple XML Using JQuery /
- Forward request from servlet to jsp
- Directly signing an Office Word document using XML
- When sending XML to JMS should I use TextMessage o
- File Upload of more than 4GB
You can do it the same way as for servlets. The only difference is that you must use
jsp-file
instead ofservlet-class
to declare your servlet: