Sunday, March 17, 2019

Change webcache port

I keep forgetting where to change listen ports for webcahce


$ vi $ORACLE_HOME/config/WebCache/webcache1/webcache.xml


Update the relevant port using vi search and replace command:
e.g.
:1,$ s/7789/7799/g

No comments:

Post a Comment