A common complaint that I've heard about stoker-web was that it was too difficult to configure and run. For the non tech user it's difficult to setup Tomcat or Jetty, configure and deploy stokerweb and then get it to work correctly.
I've created a standalone jar file which has an embedded jetty server and will make stoker-web easier to run. Two simple commands with editing the properties files in between and you're running...
The new File: runStokerweb.jar
Requirements: Java 1.7 installed
Using:
c:\path_to_java1.7\java -jar runStokerweb.jar
This will extract all the necessary files to your STOKERWEB_DIR, it that variable does not exist the files will be exacted to the current directory. If you are an existing stoker-web server and have files already in your stokerweb-dir, they will not be overwritten. If the login.properties file does not exist, and empty one will be created and you'll be asked to create a new user.
Modify the stokerweb.properties file and then runStokerweb.properties files, adding correct settings for IP address, email, etc.
Launch stokerweb with the same command:
c:\path_to_java1.7\java -jar runStokerweb.jar
That simple.
For the most part it is working, but I have a little more work to do with logging and then a little more testing. Hopefully, it will be ready by this weekend.