On May 16, 2010, at 4:56 PM, steve2727 wrote: > > Thanks Kevan > > still have the same results when attempting to run geronimo though > > btw my geronimo gives the following info as I run it (sudo under my account) > > Using GERONIMO_HOME: /usr/geronimo-jetty7-javaee5-2.2 > Using GERONIMO_TMPDIR: var/temp > Using JRE_HOME: > > It always reads Using JRE_HOME: > even when JRE_HOME is set
That looks like JRE_HOME is set to "". Which is still not correct. unset JRE_HOME ./geronimo.sh run or export JRE_HOME=/usr/lib/jvm/java-6-sun/jre ./geronimo.sh run --kevan
