Re: 11 recommendations for posters to this list

2008-12-02 Thread John5342
I have printed this off and stuck it to the edge of my monitor so i have a permanent record of how best to ask questions ;-D 2008/12/2 André Warnier <[EMAIL PROTECTED]> > Dear Posters, > > if you want to get fast, terse, to-the-point answers on this list : > > 1) start with a subject like "Tomcat

Re: Unified EL question

2008-10-01 Thread John5342
"e" in the >"the". Could that be the problem? Sorry that was just a typo when i was writing an example. The real page is spelt correctly but Antonio gave me exactly the answer i needed. Thanks anyway. 2008/10/1 Antonio Petrelli <[EMAIL PROTECTED]> > 2008/10/1 John53

Re: Multiple Time Zones on one Tomcat instance?

2008-09-30 Thread John5342
I am pretty sure there are jsp features to do this but if not it would be quite simple to create a new tag that checks the locale of the request and adjust the time returned to reflect the locale. Then just use that tag anywhere the time is needed. 2008/9/30 Caldarale, Charles R <[EMAIL PROTECTED]

Re: tomcat5.5 and ubuntu hardy heron

2008-09-19 Thread John5342
setting autoDeploy to true which can be done in server.xml. Check the tomcat documentation for how to do that. Hope it helps. John5342 2008/9/19 wwuster <[EMAIL PROTECTED]> > > I've installed tomcat 5.5 on ubuntu hardy heron. If I go to localhost:8180 > I > get the wel

Re: Server Maintenance Across Timezones (global)

2008-09-17 Thread John5342
ve to do that on 64 servers. Trust me when i say the technique works and is well worth investing the time to setup. Building the initial framework for it is a pain but once its up and running then its well worth it and you will never look back. 2008/9/18 Bill Davidson <[EMAIL PROTECTED]> >

Re: Server Maintenance Across Timezones (global)

2008-09-17 Thread John5342
and is already sending data to your new database aswell. The frontend can then be changed whenever (if at all). The key to any seemless upgrade is layers in the same way that redundency provides layers for server downtime. Hope what i said is useful. John5342 2008/9/17 Bill Davidson <[EM