Bea Weblogic 工作文件夹在哪里

发布于 2024-08-12 10:17:06 字数 671 浏览 5 评论 0原文

我知道这可能是一个微不足道的问题,但我确实找不到 Oracle BEA weblogic 10.3 中的工作文件夹。与 Apache Tomcat 不同,它显然位于工作目录中,通常位于 WEB-INF 下。

我已经在 JavaRanch 上进行了研究,它说该目录是at:

\bea\user_projects\domains\YOUR_DOMAIN_NAME\servers\AdminServer\tmp\_WL_user\APPLICATION_WAR

但是,当我检查我的目录时,我只找到了以下路径。

\bea\user_projects\workspaces\default\<project base>

我遇到了错误,缓存仍然保留用于编译的 JSP,但我无法手动删除工作目录内容。我尝试进行完全干净的编译,但它不起作用。

笔记: 已经尝试通过文件监视工具监视访问的文件来搜索文件。我尝试观察进程 javaw.exe 和 java.exe,它显示当它尝试在“jsp_servlet”文件夹中搜索文件时找不到该文件。奇怪的是服务器工作正常。

I know that this may be a trivial question but I really cannot find the work folder in Oracle BEA weblogic 10.3. Unlike the Apache Tomcat where it is clearly in the work directory usually under WEB-INF.

I already researched it on JavaRanch and it said that the directory is at:

\bea\user_projects\domains\YOUR_DOMAIN_NAME\servers\AdminServer\tmp\_WL_user\APPLICATION_WAR

However, when I checked my directory, I only found the following path.

\bea\user_projects\workspaces\default\<project base>

I have been encountering error where the cache still remained for compiled JSP but I could not delete the work directory content manually. I tried to do full clean compile but it does not work.

Note:
Already tried to search for the file by monitoring the accessed file via file monitor tool. I tried to watch the processes javaw.exe and java.exe and it shows that when it tries to search for the file in a "jsp_servlet" folder that it could not find the file. The odd thing is the server just works fine.

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

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

发布评论

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

评论(1

旧瑾黎汐 2024-08-19 10:17:06

“域配置文件”中所述了解域配置,您要查找的目录是:

服务器/服务器名称/tmp

此目录保存服务器实例运行时创建的临时目录和文件。例如,除非指定其他位置,否则会在此处自动创建 JMS 分页目录。该目录中的文件在服务器运行时必须保留,但在服务器实例关闭时可以自由删除。

您会在 domain_name 目录下找到 servers 目录,但我无法说出该目录位于您计算机上的位置(您使用的是 Workshop 还是什么?)。


Oracle Weblogic Workshop 应该有一个 .apt_src 构建目录。尝试手动删除该目录中的文件(这是一个安全的操作)。但我不能 100% 确定编译后的 JSP 会到达那里。

As documented in "Domain Configuration Files" in Understanding Domain Configuration, the directories you are looking for are:

servers/server-name/tmp

This directory holds temporary directories and files that are created while a server instance is running. For example, a JMS paging directory is automatically created here unless another location is specified. Files in this directory must be left alone while the server is running, but may be freely deleted when the server instance is shut down.

You'll find the servers directory under your domain_name directory but I can't say where this one is located on your machine (are you using workshop or what?).


Oracle Weblogic Workshop should have a .apt_src build directory. Try to manually delete the files in this directory (this is a safe operation). I'm not 100% sure compiled JSPs go there though.

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