> From: jerome moliere <[EMAIL PROTECTED]>
> To: David Evans <[EMAIL PROTECTED]>
> Subject: Re: upgrading java version
> Date: 20 Jan 2004 14:48:50 +0100
> 
> > Thanks for the reply.  I understand what you're saying about the
> > symbolic links, but i'm not currently one. I guess the real question is
> > how does tomcat know where java is? where is its $JAVA_HOME set?
> >
> it's a typical environment variable, so it's set everywhere you can set it!!!
> for bash powered Unix machines, .bashrc is a good place  or /etc/profile
> may be ?
> for windows machine you may use either batch files or the GUI (system
> properties somewhere in the windows menus)
> on Unix please use symbolic links because setting a JAVA_HOME in your
> .bashrc (e.g) is something like this:
> export JAVA_HOME=/usr/local/java  where this file is just a symlink
> pointing to thje real path--> /usr/local/j2sdk1.4.1_03
> so upgrading this link with the new java version & all your system will
> transparently (english word ??? :) )use this new version...
> 
> HTH
> Jerome
> > dave
> >
> >
> > On Tue, 2004-01-20 at 08:04, jerome moliere wrote:
> >> > Hello all,
> >> >
> >> hi david...
> >> > I looked through the list archives and the jakarta docs, but didn't
> >> find
> >> > any info.
> >> >
> >> > What changes, if any, do i have to make to my tomcat configuration if
> >> i
> >> > want to upgrade my java SDK. I would like to do this because of the
> >> > verisign root certificate expiration.
> >> >
> >> don't see any changes to these configurations...
> >> on Unix using the magical symbolic links, change the link, stop tomcat,
> >> restart & that's it!!!
> >>
> >> beware not having done ugly libraries copying to the JRE/JDK libs
> >> folder...
> >> if you use it in the good way (not changing config or librairies) no
> >> stuff
> >> required...otheriwse beware of copying libs & config files
> >> (orb.properties
> >> e.g) for a good application work...
> >>
> >> HTH
> >> Jerome
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
> >> For additional commands, e-mail: [EMAIL PROTECTED]
> >>
> >
> >
> >
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to