The Artima Developer Community
Sponsored Link

Java Answers Forum
How to set Java HotSpot Server VM for Linux

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
suhas walanjoo

Posts: 2
Nickname: suhasw
Registered: Sep, 2003

How to set Java HotSpot Server VM for Linux Posted: Feb 24, 2004 9:25 PM
Reply to this message Reply
Advertisement
Hi,

I have a Java application running on JBoss 3.0.0 on Linux 7.3. When I run comman java -version

I get the following :

Java TM runtime Environement Standard Edition <build 1.4.1_01-b01
Java Hotspot <TM> Client VM Build 1.4.1_01-b01 <mixed mode>

From Sun Java site, I understand that for long running server tasks we need to use -server flag. When I try java -server command and check the version again, it still shows the client VM as above.

Can someone please clarify this issue (whether we really must have java - server option for JBoss/EJB based application). If yes, how do we set it?? (I think a separate download as par tof JVM is not reuired.)

Regards,

Suhas Walanjoo
Pune India 411001

Topic: How To Continue With The Code for Sales Program(Part 2) Previous Topic   Next Topic Topic: J2EE Architecture - Scalability

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use