Default Path for WebLogic site root on RedHat 5
I am flying blind and could use some help. I am a long time windows web developer/web admin and I have inherited a WebLogic 11g/RHEL5 box. I'm trying to figure out where the website files might be.
My only contact with the box is through FTP, and I'm not sure the acco开发者_如何学JAVAunt I'm using has all of the permissions I need.
Googling led me to check /opt/bea, but there is no/bea folder under /opt. Another possibility was /var/local/WebLogic, but there was no /WebLogic folder.
Any help would be greatly appreciated.
Login to the server and execute "ps -ef | grep java"
In the output you should see a parameter named "-Dwls.home". That would point to the wls root.
精彩评论