Skip to content

abhirockzz/accs-jetty-embedded

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build and deploy a Jetty based Java application using Oracle Cloud

Check the blog for details

Build

  • git clone https://github.com/abhirockzz/accs-jetty-embedded.git
  • mvn clean install - creates accs-jetty-embedded-dist.zip in target directory

Deploy to Oracle Cloud

  • Use Oracle Developer Cloud - read the blog
  • Use Oracle Application Container Cloud console
  • Use Oracle Application Container Cloud REST APIs
  • Use Oracle Application Container Cloud PSM APIs

Run locally

  • java -jar target/accs-jetty-embedded.jar

Test

Refer to Test the application section from the blog