Saptak Niyogi
Saptak Niyogi

Reputation: 338

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.

Upvotes: 0

Views: 368

Answers (2)

RandalAnders
RandalAnders

Reputation: 1441

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

 cf files APP_NAME

Shows cf Files APP_NAME command usage

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

 cf files APP_NAME [PATH]

Shows cf Files APP_NAME PATH command usage

Upvotes: 1

whitfiea
whitfiea

Reputation: 1943

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).

Upvotes: 1

Related Questions