-1

I'd like to know various way of deploying enyojs application on my webserver ?

and i'm more interested making war(since i'm a more of java developer) out of it. is it possible?

Since I'm newbie. I've no clue about these stuffs. May be help with easy and simple way

Sedhu
  • 723
  • 1
  • 11
  • 36

1 Answers1

1

The first step is to minimize your application and the framework. If you've built your application using Bootplate you can easily create a deployable directory using tools/deploy. If not, you might want to consider adapting it to Bootplate for the easier deploy step. For more information, check the deployment section of the Bootplate docs here: https://github.com/enyojs/enyo/wiki/Bootplate#preparing-for-deployment

You might check this other article on creating war files: How to create war files I assume that the jsp page sections would just be replaced with your deployable Enyo files, but you'll probably want to check that assumption.

Community
  • 1
  • 1
Pre101
  • 2,370
  • 16
  • 23