-
Roller jar is required for compiling this project. Unfortunately Roller jars are not in central so it requires to compile Roller locally which is quite trivial
-
Build this project
-
Deploy roller in your Servlet Container
-
Add the following jars in roller WEB-INF/lib
- crash.shell-1.3.0-beta11-standalone.jar (http://search.maven.org/remotecontent?filepath=org/crashub/crash.shell/1.3.0-beta11/crash.shell-1.3.0-beta11-standalone.jar)
- crash.connectors.ssh-1.3.0-beta11-standalone.jar (http://search.maven.org/remotecontent?filepath=org/crashub/crash.connectors.ssh/1.3.0-beta11/crash.connectors.ssh-1.3.0-beta11-standalone.jar)
- rollercrash-1.0-SNAPSHOT.jar (build by this project)
-
Copy the dir src/crash in roller WEB-INF
-
Modify WEB-INF/web.xml to add CRaSH listener
<listener> <listener-class>org.crsh.plugin.WebPluginLifeCycle</listener-class> </listener>
SSH with a Roller username/password
ssh -p 2000 user@localhost