开发者

implementing JSTL in Apache http server + JServ environment

开发者 https://www.devze.com 2023-02-03 15:28 出处:网络
I am working in Apache http开发者_StackOverflow中文版 Server which using JServ Servlet engine. Earlier the code is written in JSP itself.

I am working in Apache http开发者_StackOverflow中文版 Server which using JServ Servlet engine. Earlier the code is written in JSP itself. Now I have to do refactoring and want to use JSTL.

Can anybody please help me to resolve this.

Regards Amit


JServ is extremely old, and quite profoundly obsolete.

If you want to use more modern JSP technologies, you're going to have to use a more modern servlet engine.

0

精彩评论

暂无评论...
验证码 换一张
取 消