1

I wrote a small scalatra webapp using SBT. Webapp has default jetty plugin configured. Now i want to create an executable jar from that scalatra webapp which should run by simply executing the jar. I am trying to bundle the jar with assembly plugin and create jar But couldn't make it working.

Can someone suggest me how could i solve this problem.

Robin Green
  • 32,079
  • 16
  • 104
  • 187
Rajeev
  • 4,762
  • 8
  • 41
  • 63
  • Does the link provided by @Robin answer your question? If not could you provide more details like the exact reproduction steps and the errors you're seeing? – Eugene Yokota Dec 06 '13 at 13:27
  • Yes. Link suggested by @RobinGreen answers my question. You will also get more detaials at below links : http://www.scalatra.org/guides/deployment/standalone.html for project structure reference, check here : http://www.scalatra.org/getting-started/project-structure.html – Rajeev Dec 09 '13 at 08:04

1 Answers1

1

Link suggested by @RobinGreen answers my question. URL : Standalone deployment of Scalatra servlet

You will also get more details at below links : scalatra.org/guides/deployment/standalone.html For project structure reference, check here : scalatra.org/getting-started/project-structure.html

Community
  • 1
  • 1
Rajeev
  • 4,762
  • 8
  • 41
  • 63