Oracle HTTP Server jdk use [message #98978] |
Wed, 28 January 2004 00:59 |
carlos gevido
Messages: 1 Registered: January 2004
|
Junior Member |
|
|
Hi Gurus,
I have Oracle9i Release 2 on Redhat 8. Im using Oracle HTTP Server to call a servlet. Since the jdk that comes with Oracle installation is jdk 1.3.1, I want to use a newer version that of Sun jdk 1.4.2_03.
Will this be a problem to change the JDK? I heard other people saying that this is not a problem in Windows. But the same parameters Jserv configuration changes I made under linux doesn't work.
I have been looking of reference on how to change the Jserv JDK in Linux, but couldnt find any. Can anybody help please.
Thank you in advance.
Best regards,
Carlos
|
|
|
Re: Oracle HTTP Server jdk use [message #98980 is a reply to message #98978] |
Fri, 30 January 2004 01:53 |
Martin
Messages: 83 Registered: February 2000
|
Member |
|
|
Hy Carlos
One turn around could be install
new JDK to e.g. /usr/local/bin/newjdk .
Install TOMCAT, configure TOMCAT to use the newjdk
(seting $JAVA_HOME to newjdk in statup.sh skript)
configure TOMCAT and Oracle HTTP Server to
work together.
Best regards,
Martin
|
|
|