Synching Apache and JBoss Timezones

Posted by Dave on June 26th, 2009 in Open Source, Technical Management

We've had a couple customers recently ask us how to synch the timezones for Apache web server and JBoss Application Server.  

The question goes something like this:  

I have servers living in Arizona. Our Linux team has set the native time to AZ. I need to set the apache and JBoss to CT for testing. How can this be done? 

This question has two answers: 

1. Apache uses the operating systems TZ variable to set the timestamp in the log files. Unless you are using any cgi scripts like php or perl on the server you can't change the Apaches TZ. If you have php you would change the TZ in php.ini and perl in the perl.conf but if Apache is just handling static files or it is a mod_jk/proxy server you can't change the apaches TZ unless you change the servers TZ. 

2. JBoss TZ is different. In your JBoss startup script make sure you xport the TZ variable like so: 

export TZ='CST' 

If you want to do this for testing purposes you can just execute the export before you start JBoss. 

 

Bookmark: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • del.icio.us
  • digg
  • Reddit
Add a Comment [Trackback URI]

Learn the Ten Key Elements of Open Source Governance

Posted by Greg on June 8th, 2009 in Marketing, Open Source, Webinars

As enterprise use of open source software continues to expand, companies are increasingly aware of the importance of open source governance. If you're interested in learning about the essentials required for an effective open source governance process, be sure to sign up for our next webinar, "Ten Key Elements of Effective Open Source Governance in the Enterprise," which will be held on Wednesday, June 17 at 11:00 Pacific / 2:00 Eastern.

In this webinar, Kim Weins of OpenLogic and Greg Olsen of Olliance Group will discuss the ten essential elements for creating and maintaining an effective open source governance program in the enterprise. Topics to be covered include:

  • Defining and implementing enterprise open source policies
  • Securing support within the organization
  • Taking inventory of open source software usage
  • Managing requests and approvals for open source
  • Ensuring ongoing compliance through auditing and reporting

Space is limited, so reserve your spot today for this informative session.

Bookmark: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • del.icio.us
  • digg
  • Reddit
Add a Comment [Trackback URI]