AppFuse on DB2 and WebSphere
I did some trial-and-error this morning, and with the help of a lot of handy-dandy unit tests, I got [Appuse working on DB2|AppFuseOnDB2]. I learned that I need to figure out how to create a database with page size = 8 by default - anyone got a SQL script to create DB2 databases (with reasonably sized table spaces) lying around?
Next up: Getting AppFuse running on WebSphere 5.1, this should be fun. Especially considering that they only seem to support .ear files, not .war files. I've only glanced at the thing for 5 minutes - any advice/links would be awesome.
Posted by Thomas De Vos on January 12, 2004 at 06:04 PM MST #
Posted by Unknown on January 12, 2004 at 07:16 PM MST #
The only reason the CVS version of AppFuse won't port to Resin smoothly is because Resin doesn't seem to like that fact that I use an encrypted password. Sure I could ship AppFuse with password encryption turned off by default - but it seems like a bug in Resin, not in AppFuse. Since I almost exclusively use Tomcat, making AppFuse run on Resin out-of-the box is not a priority for me. I will, however, try to get off my lazy duff and talk to the Resin team to figure out why this is happening.
Posted by Matt Raible on January 12, 2004 at 09:15 PM MST #
Posted by Koz on January 12, 2004 at 09:46 PM MST #
Koz - are you implying that I can't deploy a Struts 1.1 app to WebSphere 5.1? Also, I'm used to relying on the container's classpath for JavaMail (activation.jar and mail.jar) and my JDBC Driver (MySQL). Which directory do I place these in on WebSphere, or do I package them in my app? What about configuring form-based authentication? Setting up a JNDI resource for the database looked fairly easy, but I couldn't find anything about form-based authentication setup. Again, just to warn you - I've only spent 10 minutes playing around with the Admin console.
Posted by Matt Raible on January 12, 2004 at 10:10 PM MST #
Posted by Koz on January 12, 2004 at 10:20 PM MST #
Posted by redmapper on January 12, 2004 at 10:56 PM MST #
Posted by Matt Raible on January 12, 2004 at 11:07 PM MST #
Posted by redmapper on January 12, 2004 at 11:27 PM MST #