Array
University of Oregon

Debugging PWS/CF

Getting Information About your Apps

Read pp 237-238 in Learning Web App Dev to see how to use these cf commands:

cf apps
cf logs mh382expressTest

Updating your App

If you change any of your app’s files, send the newer version to Cloud Foundry by pushing it again:

cf push app-name

Deleting Apps from Cloud Foundry

When you are done experimenting with an app, or if the app failed to start, you can delete it:

cf delete app-name

Reading the CF log files

cf logs yourUserName-app1 --recent

Cloud Foundry Troubleshooting Tips

We’ll refer to CF’s Troubleshooting Page for help diagnosing and resolving common issues when deploying apps on Cloud Foundry.

Skip to toolbar