Hi Peter,

Here is the solution to the java time problem in Linux.  I added one line to my 
JBoss start-up script and that does it.  Here is the whole start-up script:
#!/bin/bash
  | export JBOSS_HOME=/usr/local/jboss-4.0.4.GA
  | export JAVA_OPTS=-Duser.timezone=Australia/Sydney
  | /usr/local/jboss-4.0.4.GA/bin/run.sh  

Another problem bites the dust.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3996631
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to