<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Alfresco while Java_home is set on JDK1.4? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-while-java-home-is-set-on-jdk1-4/m-p/98393#M67841</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is my problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I ve been working with Alfresco on my computer, so I had no problem with installing tomcat , JDK1.5 and all the necessary things for Alfresco. But now I must test Alfresco in a wider aspect and thus install it on a machine working as a server so that employees in my company can test Alfresco. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem is that on this server there is already JDK1.4 installed and it is needed for other softwares. So I cant install JDK1.5 and link it to the variable Java_Home.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So the only way I can think of is putting Alfresco on a another machine with JDK1.5 but not every company has the money for a second machine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Although I know this isnt the best place to ask this but is there a way to somehow install JDK1.5 on the server and make it so that only the server tomcat that will host Alfresco will use this JDK1.5?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Something like a personnal Java_home only used by this said tomcat?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I m not very knowledgeable with this and could find nothing on this matter so any help would be appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If this is indeed the wrong place to ask such a thing about multiple version of JDK coexisting can someone give me an advice to where to look at?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I m using JDK1.5 tomcat 5.5 and Alfresco2.1 community (or the 2.0)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The platform of the server's machine is linux, fedora&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Seraphon&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jul 2007 07:01:58 GMT</pubDate>
    <dc:creator>seraphon</dc:creator>
    <dc:date>2007-07-05T07:01:58Z</dc:date>
    <item>
      <title>Alfresco while Java_home is set on JDK1.4?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-while-java-home-is-set-on-jdk1-4/m-p/98393#M67841</link>
      <description>HiHere is my problem.I ve been working with Alfresco on my computer, so I had no problem with installing tomcat , JDK1.5 and all the necessary things for Alfresco. But now I must test Alfresco in a wider aspect and thus install it on a machine working as a server so that employees in my company can</description>
      <pubDate>Thu, 05 Jul 2007 07:01:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-while-java-home-is-set-on-jdk1-4/m-p/98393#M67841</guid>
      <dc:creator>seraphon</dc:creator>
      <dc:date>2007-07-05T07:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco while Java_home is set on JDK1.4?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-while-java-home-is-set-on-jdk1-4/m-p/98394#M67842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can install jdk 1.4 and jdk 1.5 side by side on the same machine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;After installing 1.5, make sure that your general environment var's include a JAVA_HOME that points to the 1.4 installation (so your other apps keep working)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the alfresco startup script you can add a line to set the correct java home.&amp;nbsp; This JAVA_HOME will then be used exclusively for tomcat/alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you're using windows: in alfresco.bat, add a line at the beginning of the file:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;set JAVA_HOME=&amp;lt;your jdk5 dir&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;If you're using linux: in alfresco.sh, add a line at the beginning of the file:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;export JAVA_HOME=&amp;lt;your jdk5 dir&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Roeland&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2007 07:55:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-while-java-home-is-set-on-jdk1-4/m-p/98394#M67842</guid>
      <dc:creator>rhofkens</dc:creator>
      <dc:date>2007-07-05T07:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco while Java_home is set on JDK1.4?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-while-java-home-is-set-on-jdk1-4/m-p/98395#M67843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the reply, exactly what I wanted to hear (or read to be exact).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyways thanks again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Seraphon&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2007 09:25:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-while-java-home-is-set-on-jdk1-4/m-p/98395#M67843</guid>
      <dc:creator>seraphon</dc:creator>
      <dc:date>2007-07-05T09:25:59Z</dc:date>
    </item>
  </channel>
</rss>

