Howto use Pebble with JBoss
it's easy!
Using Pebble (an open source blog system, which is also used by this blog ;-)) with the JBoss application server is basically just a matter of dropping the pebble.war in your deploy directory. But how to enable pebbles mail functionality?
1. deploy the pebble.war in expanded form
2. create a new file called pebble-mail-service.xml in your deploy directory 3. create a new file called jboss-web.xml in your pebble.war/WEB-INF directory 4. uncomment the javamail part in your pebble.war/WEB-INF/web.xml (as described in the pebble installation steps)
5. do not forget to uncomment the EmailAuthorNotificationListener plugin in the plugin settings of your blog
that was easy, right?
1. deploy the pebble.war in expanded form
2. create a new file called pebble-mail-service.xml in your deploy directory 3. create a new file called jboss-web.xml in your pebble.war/WEB-INF directory 4. uncomment the javamail part in your pebble.war/WEB-INF/web.xml (as described in the pebble installation steps)
5. do not forget to uncomment the EmailAuthorNotificationListener plugin in the plugin settings of your blog
that was easy, right?