I was wondering: how does one go about configuring WAS if they want to store some confidential information that is not datasource, JMS or Mail related? I m looking more for an adhoc JNDI resource (a few Strings) that can be queried at runtime to get both a username and password for a vendor system I need to connect to.
Not being uber familiar with WAS, I m sort of lost. In Tomcat it was a breeze. In WAS, I think I m missing a few concepts, I m sure it s possible though.