blojsim - installation
requirements
installation and default configuration
1. Download blojsim. 2. Unpack blojsim.war using Java's JAR program (jar xvf blojsim.war) into the directory where you unpacked blojsom| Configuration parameter | Default value | Usage | 
|---|---|---|
| valid-posters | Points to file that contains a list of Instant Message accounts that are allowed to post to this blog. For example: /WEB-INF/valid.posters NOTE: This file contains a single IM id per line. | |
| jabber-userid | The userid to use when connecting to the Jabber server | |
| jabber-password | The password to use when connecting to the Jabber server | |
| jabber-server | jabber.org | The alternate Jabber server to connect to | 
| aim-userid | The userid to use when connecting to the AIM server | |
| aim-password | The password to use when connecting to the AIM server | |
| aim-server | toc.oscar.aol.com | The alternate AIM server to connect to | 
| aim-server-port | 9898 | The alternate port to use when connecting to the AIM server | 
| msn-userid | The userid to use when connecting to the MSN server | |
| msn-password | The password to use when connecting to the MSN server | 
    <servlet>
        <servlet-name>blojsim</servlet-name>
        <servlet-class>org.ignition.blojsom.extension.blojsim.BlojsimJabberServlet</servlet-class>
        <init-param>
            <param-name>blog-configuration</param-name>
            <param-value>/WEB-INF/blojsom.properties</param-value>
        </init-param>
        <init-param>
            <param-name>blojsim-configuration</param-name>
            <param-value>/WEB-INF/blojsim.properties</param-value>
        </init-param>
        <load-on-startup>5</load-on-startup>
    </servlet>
 
   