Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 1.04 KB

README.md

File metadata and controls

15 lines (15 loc) · 1.04 KB

coms319-project4

Setup Instructions

  1. You will need Eclipse for Java EE developers (normal eclipse won't do)
  2. Go to wasdev.net, download the latest beta image and eclipse tooling https://developer.ibm.com/wasdev/downloads/liberty-profile-beta/
  3. Follow the steps for "Installing with the Eclipse tools beta" to install the tooling
  4. Follow the steps for "Installing from the command line" to install the runtime
  5. Once you clone the repository, import existing projects into your workspace
  6. Create the server runtime:
  7. In eclipse, File->Server->Runtime Environments->Add... Websphere Application Server Liberty Profile
  8. Next, browse for the location where you extracted your Wepshere runtime, then click Finish
  9. In the servers view (select )
  10. Name the server "project4-server"
  11. Add the coms319.team10.project4 resource to the server, then click finish.
  12. In the "server" tab, you should have created a "project4-server" server, you can start it by selecting it and pressing the green play button in the server tab.