Tomcat Install On OpenBSD
Dan writes "Adam Getchell has published instructions on installing Tomcat on OpenBSD in the form of install logs. The config is setup as non-root so that anyone can start/stop Tomcat. He has not tried loading any EJB's and is playing with Cocoon to make the setup work with XML publishing framework. Adam is looking for feedback relating to his setup."
Hope he is not dissapointed with failure. As far as I know, Tomcat is not an EJB container.
1;
For all the talk of Unix being a developer's dreamland, it sure seems like getting applications deployed onto systems is a pain in the ass. It's just poke and test, poke and test, poke and test. If there was a standard installation method (none of this configure && make crap) that allowed users the ability of putting files exactly where they wanted them, you wouldn't see such problems where the install script magically chooses to shit all over the disk for you.
It would also help alleviate the problem of incompatible code because everything would be separated nicely into packages instead of a gigantic tarball of who-knows-what cruft.
There's a lot of good things about Unix. Portability and installation ain't it.