(via Joseph Ottinger)
Installing Blojsom in Orion is very easy. These instructions
work, but they're verbose, a lot of work indeed for something really pretty simple. They create a full enterprise application dedicated to blojsom, which isn't a horrible idea but is also unnecessary.
I installed Blojsom with the following steps:
- Download Blojsom, into the Orion applications directory.
- Modify application.xml, by adding the following tag: <web-module id="blojsom" path="../applications/blojsom.war" />
- Modify default-web-site.xml, with the following tag: <web-app application="default" name="blojsom" root="/blojsom" />
- Start Orion.
Going to http://localhost:8080/blojsom/blog/default/
then pulls up the default blojsom page. (Of course, this presumes you're running the default web site on port 8080 - if you haven't changed the port explicitly, it'll be http://localhost/blojsom/blog/default/
instead.)