问题
I have recently downloaded the IBM Worklight Developer edition from the Eclipse Marketplace.
In order to deploy the app when I right-click on the HTML file and choose Run As > Run On Server
. It then asks me to select Localhost
which is running on my machine. When the index.html file is displayed in the window, a blank page comes and the contents of the body
of my HTML file are not visible.
I am unable to build and deploy and run any project in IBM Worklight.
回答1:
It is not working for you, because you are doing it wrong...
Read the IBM Worklight Getting Started training materials before jumping headlong into Worklight...
After creating a new Worklight project and application, you need to:
- Right-click the Worklight
application
- And choose
Run As > Run on Worklight Development Server
- Then you right-click on the Worklight
project
- And choose
Open Worklight Console
Now you can preview your application. Read the training materials.
回答2:
Try this also.
After creating a new Worklight project and application, you need to:
Right-click the Worklight application
And choose Run As > Build All Environments.
Then And choose Run As > Preview
This will open your application in the browser
Hope this helps
来源:https://stackoverflow.com/questions/21030629/ibm-worklight-6-1-content-of-html-file-not-displayed