smartboot / smart-servlet

https://smartboot.tech/smart-servlet/
GNU Affero General Public License v3.0
19 stars 3 forks source link

add jsp support #1

Open zzsczz opened 1 year ago

zzsczz commented 1 year ago

https://github.com/jetty-project/jasper-jsp/tags has jasper-jsp engines wothout tomcat's dependency.

I build jasper-jsp-8.5.70 with servlet-3.1 in jdk 11.

I put apache-jsp-8.5.70.jar and apache-el-8.5.70.jar to lib dir in WEB-INF of web app . This jasper-jsp engine can not work.

The browser just return the jsp file in pain text.

how to fix the jsp engine ?

bambuo commented 1 month ago

The original intention of this project is to abandon all historical baggage, so outdated technologies such as JSP will not be supported