简体   繁体   English

如何在Websphere Application Server v8.0中查找发布路径

[英]How to find the publish path in Websphere Application Server v8.0

In my local workspace, i separated my application into several web applications, which are wrapped with EAR, then publish it to Websphere Application Server v8.0, in previous version of WAS, i can find the place that my WAS published, but i can't find it for WAS v8.0, anybody have idea. 在本地工作区中,我将我的应用程序分成几个用EAR打包的Web应用程序,然后将其发布到Websphere Application Server v8.0,在WAS的早期版本中,我可以找到WAS发布的位置,但是我可以在WAS v8.0中找不到它,任何人都有想法。

BTW, i am using IBM Rational Application Developer v8.5. 顺便说一句,我正在使用IBM Rational Application Developer v8.5。

Execute a simple JSP file in your Web Application with the following lines: 使用以下行在Web应用程序中执行一个简单的 JSP文件:

<h1>Real Path for this Context</h1>
<hr>
<h3>${pageContext.servletContext.getRealPath('')}</h3>

You'll get the real path from which Websphere is serving the published files for the context that you are testing. 您将获得Websphere为您正在测试的上下文提供已发布文件的真实路径。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在WebSphere Application Server v8.0上发布失败 - Publish Failed on WebSphere Application Server v8.0 Tomcat v8.0服务器无法启动 - Tomcat v8.0 Server Failed to Start localhost上的服务器tomcat v8.0服务器无法启动 - server tomcat v8.0 server at localhost failed to start 本地主机上的Tomcat v8.0服务器无法在Eclipse上启动 - Tomcat v8.0 server at localhost failed to start on Eclipse Websphere应用程序服务器处理(WAS 8.0)多少个并发请求? - How many concurrent request does the websphere application server process (WAS 8.0)? 本地主机上的Server Tomcat v8.0 Server无法启动-JSF,CDI,JAVA,TOMCAT,ECLIPSE - Server Tomcat v8.0 Server at localhost failed to start - JSF, CDI, JAVA, TOMCAT, ECLIPSE 服务器tomcat v8.0 服务器在localhot 45秒内无法启动 - Server tomcat v8.0 Server at localhot was unable to start within 45 secods Tomcat v8.0 Server at localhost 所需的8080端口已在使用中 - Port 8080 required by Tomcat v8.0 Server at localhost is already in use 在本地主机上启动tomcat v8.0服务器遇到p‌r‌o‌b‌l‌e‌m。 未能启动 - starting tomcat v8.0 server at localhost has encountered p‌r‌o‌b‌l‌e‌m . Failed to start 无法在本地主机上启动Tomcat v8.0 - can't starting Tomcat v8.0 at localhost
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM