WebSphere 中的上下文根文件夹位置
Posted
技术标签:
【中文标题】WebSphere 中的上下文根文件夹位置【英文标题】:Context root folder location in WebSphere 【发布时间】:2020-11-13 07:15:27 【问题描述】:尝试在WebSphere
的context root
文件夹中包含一些用于webapp
的自定义html 文件。 WebSphere 8.5
中上下文根的物理目录结构/URL 是什么?在JBOSS,以前是
jboss\server\default\deploy\jbossweb-tomcat50.sar\ROOT.war
寻找与此位置等效的 WebSphere。有什么建议吗?
【问题讨论】:
【参考方案1】:WebSphere 中的一场战争将扩展为<WebSphere install dir>/profiles/<profile name>/config/cells/<cell name>/applications/<app name>.ear/deployments/<app name>/<module name>.war/
如果该目录中的新/更改文件没有被拾取,您将必须编辑应用程序的压缩 .ear 以包含这些文件并通过管理控制台或 wsadmin 更新/重新部署它。
【讨论】:
-感谢您的提示。它是通过管理控制台部署的战争文件。自定义文件由客户端提供,需要在运行时导入。不幸的是,将其添加到耳朵/战争中不是一种选择。以上是关于WebSphere 中的上下文根文件夹位置的主要内容,如果未能解决你的问题,请参考以下文章
移动优先平台 + ionic(Android 平台)错误:未找到 IBM WebSphere Application Server 上下文根
Websphere Liberty Profile 上 Worklight 服务器的拓扑
以编程方式确定JBoss 5.1中的JNDI根上下文/ ear名称
在Intellij IDEA里面配置Tomcat和Websphere Application Server