Slashdot Mirror


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."

11 comments

  1. EJB? by digerata · · Score: 2, Informative
    ...He has not tried loading any EJB's...

    Hope he is not dissapointed with failure. As far as I know, Tomcat is not an EJB container.

    --

    1;
    1. Re:EJB? by JediTrainer · · Score: 2, Informative

      You're absolutely correct. Tomcat is not (and will likely never be) an EJB container. It's a very nice Servlet container, though...

      However, once Tomcat's installed, it wouldn't be a big leap to then install JBoss to work in tandem with Tomcat, providing those missing EJB container services. It seems like a very nice package.

      --

      You can accomplish anything you set your mind to. The impossible just takes a little longer.
  2. Unix and the standard install by Anonymous Coward · · Score: 3, Insightful

    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.

    1. Re:Unix and the standard install by Elwood+P+Dowd · · Score: 4, Interesting

      Boy, could I not disagree more.

      With something that does use the standard GNU build system, I can set it to install into ~/bin and ~/lib instead of /usr/bin and /usr/lib, or /usr/local/bin and /usr/local/lib.

      In fact, I can make ~groupname/bin and ~groupname/lib directories, so that everyone in a certain project will get access to the results.

      Sure, porting tomcat might have been a pain... and that pain might hilight weaknesses in the Unix design philosophy, but portability and installation are not those weaknesses. For many system administrators, portability and installation ease/flexibility are wonderful features of Unix that do not exist on Windows.

      --

      There are no trails. There are no trees out here.
    2. Re:Unix and the standard install by GeekSoup · · Score: 1

      As a long time Linux user, and now a FreeBSD (Mac OS X got me hooked) I must say the BSD ports system is probably the slickest configuration/installation system I've seen. It makes installing software that works with your system incredibly easy.

  3. WTF ??? by Anonymous Coward · · Score: 0

    su - XYZ
    tar -xvf jakarta-tomcat-xxx.tar
    cd tomcat/bin
    chmod +x *.sh
    ./startup.sh

    That's the standard Tomcat install, as long as JAVA_HOME is defined. Its security is as good as Java's on your host, i.e. it's not so bad by default.

  4. US cruise missiles land in Turkey by Anonymous Coward · · Score: 0

    I couldn't find this on CNN

    Washington, March 24

    Two US cruise missiles misfired on Turkish territory, without causing any reported victims, the Pentagon said late Sunday.

    "Two Tomahawk cruise missiles misfired, landing on an unpopulated area in Turkey. There are no reported casualties," Pentagon spokesman Major James Cassella said, citing the US Central Command.

    The first missile came down around 15.30 GMT in open country about one kilometre from the village of Ozveren, leaving a one-metre deep hole, said the governor of Sanliurfa province, which is around 100 km from the Syrian border.

    The second missile fell some three hours later near Viransehir, about 200 km from where the first impacted, according to Turkish news agency Anatolia.

    Turkish military authorities have begun an investigation. Turkey on Friday opened its airspace to US aircraft heading to Iraq.