Where are the Java Settings?

View: New views
4 Messages — Rating Filter:   Alert me  

Where are the Java Settings?

by Robert Nurse :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hi All,

We're running CF8 on a Sun Unix box and we'd like to set the JVM locale correctly.  The OS (SunOS 5.10) locale contains en_US, en_US.ISO8859-1, etc.  But, our application does not render US currency correctly without SetLocale("en_US") calls.  We wanted to make sure the JVM was getting the proper locale by putting -Duser.language=en -Duser.region=US in the JVM arg list.  But, there's no way to make JVM settings changes via the CF Admin.  Was access to these settings taken away in version 8?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
Archive: http://www.houseoffusion.com/groups/cf-server/message.cfm/messageid:6821
Subscription: http://www.houseoffusion.com/groups/cf-server/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.10

Re: Where are the Java Settings?

by Bugzilla from tom.chiverton@halliwells.com :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On Wednesday 13 May 2009, Robert Nurse wrote:
> proper locale by putting -Duser.language=en -Duser.region=US in the JVM arg
> list.  But, there's no way to make JVM settings changes via the CF Admin.

The file is called jvm.config


--
Helping to preemptively incubate attention-grabbing eligible value-added
convergence as part of the IT team of the year, '09 and '08

Tom Chiverton
Developer
Tel: +44 0161 618 5032
Fax: +44 0161 618 5099
Tom.Chiverton@...
3 Hardman Square, Manchester, M3 3EB
www.Halliwells.com

****************************************************

This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and Wales under registered number OC307980 whose registered office address is at Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB. A list of members is available for inspection at the registered office together with a list of those non members who are referred to as partners. We use the word “partner” to refer to a member of the LLP, or an employee or consultant with equivalent standing and qualifications. Regulated by the Solicitors Regulation Authority.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be confidential or legally privileged. If you are not the addressee you must not read it and must not use any information contained in nor copy it nor inform any person other than Halliwells LLP or the addressee of its existence or contents. If you have received this email in error please delete it and notify Halliwells LLP IT Department on 0870 365 2500.

For more information about Halliwells LLP visit www.Halliwells.com.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
Archive: http://www.houseoffusion.com/groups/cf-server/message.cfm/messageid:6822
Subscription: http://www.houseoffusion.com/groups/cf-server/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.10

Re: Where are the Java Settings?

by Dave Watts :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


> We're running CF8 on a Sun Unix box and we'd like to set the JVM locale correctly.  The OS (SunOS 5.10) locale contains
> en_US, en_US.ISO8859-1, etc.  But, our application does not render US currency correctly without SetLocale("en_US") calls.
> We wanted to make sure the JVM was getting the proper locale by putting -Duser.language=en -Duser.region=US in the JVM arg
> list.  But, there's no way to make JVM settings changes via the CF Admin.  Was access to these settings taken away in version
> 8?

If you installed CF using the multiserver option, you won't have
access to JVM configuration in the CF Administrator. But, somewhere
within your install directory, you have the file jvm.config, which can
be edited by hand. Be sure to make a copy of it first, as the server
won't start if the file has a problem.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more informa

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
Archive: http://www.houseoffusion.com/groups/cf-server/message.cfm/messageid:6823
Subscription: http://www.houseoffusion.com/groups/cf-server/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.10

Re: Where are the Java Settings?

by Robert Nurse :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Thanks to both of you for your help!

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
Archive: http://www.houseoffusion.com/groups/cf-server/message.cfm/messageid:6824
Subscription: http://www.houseoffusion.com/groups/cf-server/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.10