Link to home
Start Free TrialLog in
Avatar of ShannonE
ShannonE

asked on

Upgrade JVM of my app server to Java1.5 (Java 5) ???

Is it possible to upgrade the JVM of an app server to the new Java 5?

The reason I'm asking is because I've developed a JVM monitoring application with the new java.lang.management API that's only available in Java 5.  Since our clients run java programs on app servers I need to know if there's any possible way to upgrade the JVM of an app server to Java 5 (J2SE1.5).  That way I'd be able to monitor the memory and thread performance of the servlet container, ejb container, etc...

I have a feeling the answer is probably no, but if you could say why its not possible that would be even more helpful:)

Thanks!
Avatar of petmagdy
petmagdy
Flag of Canada image

No u can't do this ur application server is certified and tested on its specified JDK

Althought with something like JBOSS and Orion u may try
Avatar of TimYates
I would run a test server locally for a month or two to check there are no problems before deploying it "live"...

I know it has been released, but as it's a big change, I'd err on the side of caution...
Avatar of ShannonE
ShannonE

ASKER

What's the difference between starting a java program at the command line (ex. java MyProgramName) and starting an instance of your app server? Doesn't starting an app server instance in your IDE just execute
'java SomeProgramNames' behind the scenes, using whichever JRE/JVM comes with the appserver?

The reason I'm asking is because I've already monitored the performance of a client-side app by executing 'java TheClientProgram' at the command line. But now I want to monitor the performance at the backend by connecting to the JVM in my application server.

I hope my question is now clear...
ASKER CERTIFIED SOLUTION
Avatar of TimYates
TimYates
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
aehm i don get the point...

usually there is a path where you ghave to tell in the config where your jdk lies default would be /usr/lib/java
istall it and mend the path to new java....

or if the applivation serevr call rudimentary java try replacing your jdk with the new one or create a link to the new path...

or am i totally of point?