Help coderanch get a
new server
by contributing to the fundraiser
  • 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

problem in starting tomcat 5.5 on linux

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I installed j2sdk1.4.0_07 and tomcat 5.5 on linux.I also set the path in .bash_profile.But when i tried to start the tomcat using startup.sh it is showing the following things.
using CATALINA_HOME : usr/local/software-installed/jakartatomcat 5.5/
similalry three more variables are displayed.what to do?can anyone help me.I cannot understand where the problem is.
 
Rancher
Posts: 13459
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Moving to the Apache/Tomcat forum.
 
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
For Tomcat 5.5 you'll need a JDK1.5.0 (now called j2sdk 5.0).
If you install the compat packages you can use j2sdk1.4x

I know there were some memory issues that got fixed in 1.4.2.
I would upgrade Java.
 
Ranch Hand
Posts: 130
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
do as per the benson, ie. install jdk 1.5 automatically ur problem is reslved, i got the same problem just befor couple of days.

Thanks and regards
nr konjeti.
 
reply
    Bookmark Topic Watch Topic
  • New Topic