The question is not whether it is possible to run Synapse on a machine
where other applications using Java 1.4 are running. The problem is
that we can't just login to the production system and install a new
Java version :-). As usual in large organizations, any deployment
needs to be approved by the EA team and the team that operates these
systems. The point is that if it is possible to package Synapse in a
WAR deployable in their existing Web servers (running on Java 1.4), I
see a chance to get this solution approved. A proposal to install
Synapse standalone on a different Java version would be very difficult
to get approved (for reasons that I can't expose on a public forum).
Andreas
On 10 Feb 2008, at 05:49, Upul Godage wrote:
If there are multiple versions of Java runtimes available, Synapse
can be
told to use a specific Java runtime by setting the JAVA_HOME at the
top of
synapse.sh.
export JAVA_HOME=/opt/java/jdk-1.5
Upul
On Feb 9, 2008 11:39 PM, Asankha C. Perera <[EMAIL PROTECTED]> wrote:
Synapse, and I do not think the issue of the JDK used by Synapse will
effect any of the systems it will integrate it at all - i.e. you
could
use JDK 1.5 for Synapse on a machine, and simultaneously use a JDK
1.4
version for another app.. or use VMWare etc like many do even on
production systems etc..