RE: double format

2003-09-02 Thread John Bettiol
BigDecimal? Or am I on drugs? -Original Message- From: Paul Wallace [mailto:[EMAIL PROTECTED] Sent: Tuesday, 2 September 2003 2:23 PM To: [EMAIL PROTECTED] Subject: double format Hi all, A simple one for most..how do I enforce a double primitive format? E.g 00.00, or to

RE: double format

2003-09-02 Thread John Bettiol
I meant I was on drugs.. I never post to anything.. And I guessed I as going to post wrong.. You can do something linke BigDecimal bleh = new BigDecimal(12345.678); BigDecimal blah = bleh.setScale(2, BigDecimal.ROUND_HALF_DOWN); Or something... -Original Message- From: Paul Wallace

RE: double format

2003-09-02 Thread John Bettiol
Sorry for spamming.. I am not really on drugs.. I just cannot write a coherent sentence. :) -Original Message- From: John Bettiol [mailto:[EMAIL PROTECTED] Sent: Tuesday, 2 September 2003 2:50 PM To: 'Tomcat Developers List' Subject: RE: double format I meant I was on drugs.. I never

Tomcat session replication using javagroups.. free dinner in BNE for the best helper :)

2003-07-10 Thread John Bettiol
I am going crazy... I have two 4.1 tomcat's set up like thus: Logger className=org.apache.catalina.logger.FileLogger prefix=localhost_reptest_log. suffix=.txt timestamp=true/ Valve