ecologylab / BigSemanticsWrapperRepository

Repository of wrappers used by the BigSemantics project.
Apache License 2.0
3 stars 9 forks source link

WrapperDevAssist is slow when starting the server #12

Open quyin opened 10 years ago

quyin commented 10 years ago

Right now it wraps everything into a WAR file, and expands it immediately afterwards to run on an embedded jetty. Ideally jetty should be started with class files directly.

quyin commented 9 years ago

A possible solution is to run Jetty from inside the application (embedded Jetty).

In the future, we may migrate to dynamic languages, such as JS and node.js for this.