WCP 페이지 소스 보기에서 모듈버전 안나오게 하기
Products/WebCenter Portal View Comments
webcener.ear --> spaces.war 안에 web.xml에 아래 파라미터를 추가 한후
webcenter.ear 재배치
1.
<
context-param
>
2.
<
description
>Whether the 'Generated by...' comment at the bottom of ADF Faces HTML pages should contain version number information.</
description
>
3.
<
param-name
>oracle.adf.view.rich.versionString.HIDDEN</
param-name
>
4.
<
param-value
>true</
param-value
>
5.
</
context-param
>
관련 페이지
https://blogs.oracle.com/speaks/entry/suppress_adf_version_number_in
https://docs.oracle.com/cd/E28280_01/web.1111/b31973/ap_config.htm#CBDBFGHF
'Products > WebCenter Portal' 카테고리의 다른 글
WCP SessionID 변경 방법 (0) | 2016.09.28 |
---|---|
WCP JPDKTest Page 안나오게 하기 (0) | 2016.07.29 |
webcenter 도메인에 webcenter_년도_NN_webcenter_metrics.dat 파일 생성 (0) | 2016.05.13 |
OVD 결과 SQL Quary 에 Upper함수 제거 방법 (0) | 2015.10.26 |
WCP Deploy Weblogic Datasource 암호변경 후 오류 발생하면서 Start안될때 (0) | 2015.07.23 |
Recent Comments