oc4j jstl 数据库连接问题

发布于 2024-08-21 04:33:59 字数 162 浏览 12 评论 0原文

我有 OAS 版本 10.1.3.3 和使用 jstl 1.1 的应用程序。在 tomcat 中(它工作得很好)在 OAS 中也工作得很好。

要使用 jstl 1.2 需要 jsp 2.1 和 servlet 2.5。 OAS 10.1.3.3 支持吗?我尝试在网上查找这种兼容性,但无法确认。

I have OAS version 10.1.3.3 and the applciation that uses jstl 1.1. in tomcat (where it works fine) does nto work fine in OAS.

To use jstl 1.2 requires jsp 2.1 and servlet 2.5. Does OAS 10.1.3.3 support this? I tried to find online for this compatibility but could not confirm it.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

被你宠の有点坏 2024-08-28 04:33:59

您可能需要配置 OC4J 以使用 JSTL:

  • 解压 jakarta-taglibs-standard-1.0.zip,该文件从 Apache 下载到一个目录,例如 D:\mydir
  • 将目录 D:\mydir\jakarta-taglibs\jstl-1.0\lib 中的文件复制到 \default-web-app\WEB-INF\lib >。如果目录 \default-web-app\WEB-INF\lib 不存在,请创建它。
  • 将文件 JstlSql.jsp 复制到目录 \default-web-app\examples\jsp
  • http://:/examples/jsp/JstlSql.jsp

来源:"如何使用 SQL JSP 标准库" (Google 缓存 )。

You are probably need to configure OC4J to use JSTL:

  • Unzip jakarta-taglibs-standard-1.0.zip, the file downloded from Apache to a directory, say D:\mydir.
  • Copy the files in the directory D:\mydir\jakarta-taglibs\jstl-1.0\lib to <J2EE_HOME>\default-web-app\WEB-INF\lib. If the directory <J2EE_HOME>\default-web-app\WEB-INF\lib is not present, create it.
  • Copy the file JstlSql.jsp to the directory <J2EE_HOME>\default-web-app\examples\jsp
  • Run it from http://<host-name>:<port>/examples/jsp/JstlSql.jsp

Source: "How to use SQL JSP Standard Library" (google cache).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文