#1 (permalink)  
Old 08-12-2005, 03:34 PM
Registered User
 
Join Date: Mar 2002
Location: San Francisco
Posts: 254
denisdekat09
Tomcat 5.5.7 with JDK 1.4

Hello,

I had a customer who required jdk 1.4 for his applications to work and I finally got Tomcat 5.5.7 (current version provided by Cpanel)to work. I did much searching on the forums and found this post which was the final bit that helped me solve my issues:

http://forums.cpanel.net/showpost.ph...7&postcount=55

Basically I needed to grab a compat package I was missing, the rest was quite easy really. So sad I missed this, but anyhow...

I am going the list steps I took to get it to work.

1) Grab a j2sdk package from sun ( example: http://java.sun.com/j2se/1.4.2/download.html )
2) Upload it to the server and unpack it, then rpm install it.
3) Then I did switch the linking for jdk ( mv /usr/local/jdk /usr/local/jdk.old; ln -s /usr/java/j2sdk1.4.2_09 /usr/local/jdk
4) Install the compat libraries - goes something like this:

mv /usr/local/jakarta
wget http://archive.apache.org/dist/jakar...-compat.tar.gz
tar zxvf jakarta-tomcat-5.5.7-compat.tar.gz

5) Then restart tomcat, it should work, as it did for me

Hope this helps someone...
__________________
http://www.latincalifornia.com

Last edited by denisdekat09; 08-12-2005 at 03:37 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 11:13 AM.


Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
© cPanel Inc