Women in Technology

Hear us Roar



Article:
  Installing Tomcat on Mac OS X
Subject:   No such directory "/Library/Tomcat/Home/"
Date:   2004-01-01 14:30:28
From:   anonymous2
/Library/Tomcat/Home/bin/startup.sh: /Library/Tomcat/Home/bin/startup.sh: No such file or directory
Full Threads Oldest First

Showing messages 1 through 3 of 3.

  • No such directory "/Library/Tomcat/Home/"
    2005-08-08 13:21:41  illovich [View]

    I'm having this problem as well. I think the problem stems from the fact that this article is for an older version of Tomcat.

    basically, the reason that this error message is happening for me is that there is no /Library/Tomcat/Home/bin/ dir and thus no /Library/Tomcat/Home/bin/startup.sh. (I made the link correctly, and it correctly resolves to /Library/Tomcat/jwsdp-1_0-ea2)

    It may be as someone else mentioned that Tomcat no longer comes with the Web Services pack from Sun, but I haven't figured it out yet.
  • No such directory "/Library/Tomcat/Home/"
    2004-07-09 14:17:09  feltoon [View]

    I got this too -- anyone know how to fix?
    • No such directory "/Library/Tomcat/Home/"
      2008-02-19 11:48:54  djincheg [View]

      Type "~" before the first "/". This gives the starting point as the home directory. So it will go as ~/Library/Tomcat/Home . This should work for you.