• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Why is this happening? Tomcat/Linux

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
I have Fedora Core 5 and have the following in .bashrc in my /home/trai:



When I do the "startup.sh" I get the following:



Any Idea Why is it complaining about the BASEDIR? What have I missed to configure to get this BASEDIR recognized?

Thanks.
[ April 18, 2006: Message edited by: Bear Bibeault ]
 
Ranch Hand
Posts: 1211
Mac IntelliJ IDE
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Tim,

Check that all the scripts in your CATALINA_HOME/bin directory are executable.
If they are not change the permissions to make them all executable. You can do that with the command chmod from linux command line.

HTH
 
reply
    Bookmark Topic Watch Topic
  • New Topic