Blog

Showing posts with label AS7. Show all posts
Showing posts with label AS7. Show all posts

Friday, 8 November 2013

Atmosphere configuration with JBoss AS 7.1.1

Atmosphere Framework the most popular framework for building asynchronous web application. It is used in RichFaces, Primefaces and few others leading Java web frameworks and can be used on every servlet-based webserver.

Atmosphere WebSockets Exception on JBoss AS 7.1.1

Recently, we tried to integrate Atmosphere with our new application Agido to bring real time messaging and event broadcasting between users using our app. We encountered problems when we set "websocket" transport in atmosphere, and tried to use it with JBoss AS 7.1.1.

Thursday, 19 April 2012

AS7 Seam2 LoggingFilter

Seam2 allows us to add user name to each server log entry triggered by that user. This is described id "Identity Logging" chapter. We only need to enable logging-filter in components.xml and add %X{username} to log pattern.

But what if we want more, like IP ?