This post originated from an RSS feed registered with Java Buzz
by Simon Brown.
Original Post: Using a file-based security realm with WebSphere
Feed Title: Simon Brown's weblog
Feed URL: http://www.simongbrown.com/blog/feed.xml?flavor=rss20&category=java
Feed Description: My thoughts on Java, software development and technology.
I had a quick play at getting Pebble to run WebSphere Application Server earlier and it nearly works, but not quite. There seems to be a problem with the RequestDispatcher when you forward an existing request and append a query string. That aside, I had to hunt around for some documentation on setting up a simple file-based security realm. Thankfully WAS does support this by a pluggable, custom registry provided by the com.ibm.websphere.security.FileRegistrySample class. If you need to define a file-based realm, take a look at this article over on the IBM website.