[jboss-user] [EJB/JBoss] - Re: System.getProperty(

jaikiran do-not-reply at jboss.com
Fri Feb 22 12:31:43 EST 2008


anonymous wrote : The application is a Java WebStart application.

The Java Webstart application runs in its own JVM and hence wont have the system properties available on the server. The application server runs in its own JVM and if you use the System.getProperty from the code which runs on the server JVM then you will get the desired output (as you can see from the logs which you posted):

anonymous wrote :  11:41:33,500 INFO [Server] Server Home Dir: C:\JAVA\jboss-4.0.5.GA\server\default 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131512#4131512

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4131512



More information about the jboss-user mailing list