10.3 中包含 javax.servlet 的 WebLogic Jar 在哪里?

发布于 2024-08-13 03:25:58 字数 94 浏览 1 评论 0原文

我正在尝试配置我的路径以将 javax.servlet 包含在 WebLogic 中。 WebLogic 已拆分出 Jar 文件,那么哪一个包含 javax.servlet?

I am trying to configure my path to include javax.servlet with WebLogic.
WebLogic has split out the Jar files, so which one contains javax.servlet?

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

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

发布评论

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

评论(3

早茶月光 2024-08-20 03:25:59

从 WebLogic 10 开始,BEA 将 API 规范的实现从 weblogic.jar 外部化到各种“模块”中。
现在,他们在 {BEA_HOME}/wlsever_10.3/server/lib/ 中捆绑了一个新的 api.jar,其中仅包含一个 MANIFEST.MF,其中指向 {BEA_HOME}/modules/*.jar

这些模块包括所有 API 规范以及 BEA/ORACLE 提供的功能。

因此,对于 Servlet API 2.5,确实包含 {BEA_HOME}/modules/javax.servlet_1.0.0.0_2-5.jar

Starting with WebLogic 10, BEA externalized the implementation of API specs from weblogic.jar into various "modules".
They now bundle a new api.jar in {BEA_HOME}/wlsever_10.3/server/lib/ that contains just a MANIFEST.MF which points to {BEA_HOME}/modules/*.jar.

These modules include all API specifications as well as features provided BEA/ORACLE.

So, for Servlet API 2.5, indeed include {BEA_HOME}/modules/javax.servlet_1.0.0.0_2-5.jar.

可可 2024-08-20 03:25:59

我找到了他们。
对于那些需要答案的人,他们位于这里:
$BEA_HOME/modules/javax.servlet_1.0.0.0_2-5.jar

I found them.
For those that need answer they are located here:
$BEA_HOME/modules/javax.servlet_1.0.0.0_2-5.jar

鯉魚旗 2024-08-20 03:25:59

我不做 weblogic,所以我无法指出确切的位置,但我至少可以暗示 JAR 文件基本上是 ZIP 文件,它们遵循特殊的文件夹结构并具有不同的扩展名。了解这一事实后,您应该能够根据自己的喜好使用任何 ZIP 工具来打开/解压它们并自行查看文件夹/文件结构。为了简化工作,您还可以使用 WinRAR,它具有搜索 您可以使用该功能搜索 JAR 文件中的文件夹和文件。

I don't do weblogic, so I can't point the exact location, but I can at least hint that JAR files are basically ZIP files which adhere a special folder structure and have a different extension. Knowing that fact, you should be able to use any ZIP tool to your taste to open/extract them and take a look in the folder/file structure yourself. To ease the job, you can also grab WinRAR which has a Search function with which you can search for folders and files in JAR files.

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