[jboss-user] [Installation, Configuration & Deployment] - Re: Class not found

chrismalan do-not-reply at jboss.com
Thu Dec 28 08:28:18 EST 2006


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



More information about the jboss-user mailing list