RedHat 5 上 WebLogic 站点根目录的默认路径

发布于 2024-12-08 18:38:14 字数 255 浏览 0 评论 0原文

我盲目飞行,需要一些帮助。我是一名长期的 Windows Web 开发人员/Web 管理员,我继承了 WebLogic 11g/RHEL5 盒子。我正在尝试找出网站文件可能在哪里。

我与该盒子的唯一联系是通过 FTP,并且我不确定我使用的帐户是否具有我需要的所有权限。

谷歌搜索让我检查/opt/bea,但/opt下没有/bea文件夹。另一种可能是 /var/local/WebLogic,但没有 /WebLogic 文件夹。

任何帮助将不胜感激。

I am flying blind and could use some help. I am a long time windows web developer/web admin and I have inherited a WebLogic 11g/RHEL5 box. I'm trying to figure out where the website files might be.

My only contact with the box is through FTP, and I'm not sure the account I'm using has all of the permissions I need.

Googling led me to check /opt/bea, but there is no/bea folder under /opt. Another possibility was /var/local/WebLogic, but there was no /WebLogic folder.

Any help would be greatly appreciated.

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

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

发布评论

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

评论(1

忱杏 2024-12-15 18:38:14

登录到服务器并执行“ps -ef | grep java”

在输出中,您应该看到一个名为“-Dwls.home”的参数。那将指向 wls 根。

Login to the server and execute "ps -ef | grep java"

In the output you should see a parameter named "-Dwls.home". That would point to the wls root.

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