简体   繁体   中英

Cannot see server.xml

I have created a Liberty project in eclipse mars and pushed it to Bluemix server. Upon opening the Application Files and Logs and going to app -> .liberty -> usr -> server , I cannot see defaultserver folder or server.xml file. I have also tried to bind services but without any success. Please help.

The location of the liberty server and is server.xml is located in the application 'Files and Logs' section under app -> wlp -> usr -> servers . This folder should contain the defaultServer (or your own server name if you pushed a liberty server).

You should also try the following command from the cf cli to list the deployed app file structure:

 cf files APP_NAME

显示cf文件APP_NAME命令的用法

You could also use the following command to list the detailed folder content:

 cf files APP_NAME [PATH]

显示cf文件APP_NAME PATH命令的用法

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM