WAS - WebLogic/각종 설정, 에러 조치
[weblogic] 어플리케이션 deploy 테스트 - index.jsp 예시
KeuangKuo
2021. 10. 8. 10:32
weblogic 인스턴스명이 출력되도록 커스터마이징 하였음
<title>Test Page</title>
<h1>this is test page</h1>
<h3>
ServerName :
<%
String instName=System.getProperty("weblogic.Name");
%>
<%=instName%>
</h3>