jack-servlet
jack-servlet copied to clipboard
A servlet for running JSGI / Jack compatible server-side JavaScript applications and frameworks on Google AppEngine for Java or other servlet containers
Jack Servlet
Requirements
- Narwhal: http://narwhaljs.org/
AppEngine Instructions
tusk install jack jack-servlet appengine-java-sdkto install the necessary dependencies.jack-servlet-initin the directory containing your "jackconfig.js" (note: there must not be an existing Jakefile in this directory).jake runserverto run locally orjack updateto deploy to AppEngine.
Other Servlet Container Instructions
Coming soon.
Notes
-
You can change the default modules path, module name, application name, environment name using the "modulesPath", "module", "app", and "environment" init-params in web.xml, i.e.:
jack org.jackjs.JackServlet modulesPath WEB-INF module jackconfig.js app app environment production