Skip to content

Instantly share code, notes, and snippets.

@capsmalt
Last active September 30, 2016 13:39
Show Gist options
  • Save capsmalt/3899512fe34c7cfd094fb21674f5a341 to your computer and use it in GitHub Desktop.
Save capsmalt/3899512fe34c7cfd094fb21674f5a341 to your computer and use it in GitHub Desktop.
Libertyで 1 minuteデプロイ (1 minute deploy with Liberty) ref: http://qiita.com/capsmalt/items/d20271ca1040509f92be
$ unzip wlp-webProfile7-16.0.0.3.zip
$ bin/server create server1
$ bin/server run server1
$ cd usr/servers/server1/dropins     // wlp以下にusrがある
$ mkdir myApp.war
$ cd myApp.war
$ vi index.jsp
$ cp あなたのアプリ.war wlp/usr/servers/server1/dropins/
<html><body>Hello World!!</body></html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment