Id like to host my own Longwell service on my commercially-hosted server: what capabilities does my ISP have to provide, and what do i need to do?
Longwell is a Java Servlet, so your ISP needs to provide you the ability to run servlets (any J2EE container will do, say Tomcat, JBoss or Geronimo). That’s it really, there is no other dependency. After that, type “mvn war:war” to generate a “war” package that you can deploy in your J2EE container (talk to your ISP on how to do this).