473,749 Members | 2,665 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Change encoding of Java Vm to ISO-8859-1

Ann
Hi,
Is there any way to Change encoding of Java Vm to ISO-8859-1?

i am using Java vm along with an application called opencms.
I get the following error message..

Error: the encoding of your Java VM is different from
the OpenCms encoding!

Java VM file encoding: UTF-8
OpenCms encoding: ISO-8859-1

To continue the setup process:

* Change the encoding of your Java VM. To do that
you must modify the file.encoding setting. Using
Apache Tomcat, a different encoding can be set in the
environment variable CATALINA_OPTS by the -D parameter
e.g.:
CATALINA_OPTS=-Dfile.encoding= ISO-8859-1

* If you want to use an encoding different from
ISO-8859-1, you must also adjust the
defaultContentE ncoding setting in
WEB-INF/config/opencms.propert ies.

Unless you have specific encoding requirements, you
should use the default ISO-8859-1 setting. Please
refer to the Sun documentation for a list of supported
encodings for your OS.
Can some one please help me out?
Thanks,
Ann
Jul 17 '05 #1
2 49347
Ann
Figured it out

Add the following entry in /root/.bash_profile/ or etc/profile

CATALINA_OPTS=-Dfile.encoding= ISO-8859-1

ns****@yahoo.co m (Ann) wrote in message news:<cc******* *************** ****@posting.go ogle.com>...
Hi,
Is there any way to Change encoding of Java Vm to ISO-8859-1?

i am using Java vm along with an application called opencms.
I get the following error message..

Error: the encoding of your Java VM is different from
the OpenCms encoding!

Java VM file encoding: UTF-8
OpenCms encoding: ISO-8859-1

To continue the setup process:

* Change the encoding of your Java VM. To do that
you must modify the file.encoding setting. Using
Apache Tomcat, a different encoding can be set in the
environment variable CATALINA_OPTS by the -D parameter
e.g.:
CATALINA_OPTS=-Dfile.encoding= ISO-8859-1

* If you want to use an encoding different from
ISO-8859-1, you must also adjust the
defaultContentE ncoding setting in
WEB-INF/config/opencms.propert ies.

Unless you have specific encoding requirements, you
should use the default ISO-8859-1 setting. Please
refer to the Sun documentation for a list of supported
encodings for your OS.
Can some one please help me out?
Thanks,
Ann

Jul 17 '05 #2
I just had the same problem. Here's what I did to fix it:

OS: WinXP Pro

1. Right-click on the Tomcat icon in the system tray and select
'Properties'

2. Select the Java VM tab.

3. Add -Dfile.encoding= ISO-8859-1 to the Java Options box on a
separate line after the other stuff.

You may need to restart Tomcat after making this change. This fixed my
problem right away. I hope it helps.

Andrew
ns****@yahoo.co m (Ann) wrote in message news:<cc******* *************** ****@posting.go ogle.com>...
Hi,
Is there any way to Change encoding of Java Vm to ISO-8859-1?

i am using Java vm along with an application called opencms.
I get the following error message..

Error: the encoding of your Java VM is different from
the OpenCms encoding!

Java VM file encoding: UTF-8
OpenCms encoding: ISO-8859-1

To continue the setup process:

* Change the encoding of your Java VM. To do that
you must modify the file.encoding setting. Using
Apache Tomcat, a different encoding can be set in the
environment variable CATALINA_OPTS by the -D parameter
e.g.:
CATALINA_OPTS=-Dfile.encoding= ISO-8859-1

* If you want to use an encoding different from
ISO-8859-1, you must also adjust the
defaultContentE ncoding setting in
WEB-INF/config/opencms.propert ies.

Unless you have specific encoding requirements, you
should use the default ISO-8859-1 setting. Please
refer to the Sun documentation for a list of supported
encodings for your OS.
Can some one please help me out?
Thanks,
Ann

Jul 17 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
5540
by: lawrence | last post by:
Validator chokes on my pages now because I started sending an character encoding header of UTF-8 but the page is full of non UTF-8 characters. Anyway quick way to convert them? http://validator.w3.org/check?uri=http%3A%2F%2Fwww.krubner.com%2F
198
18371
by: Michael N. Christoff | last post by:
Java, the software developed by Sun Microsystems in the mid-1990s as a universal operating system for Internet applications, gave NASA a low-cost and easy-to-use option for running Spirit, the robotic rover that rolled onto the planet's surface on Thursday in search of signs of water and life. http://news.com.com/2100-1007_3-5142220.html?tag=nefd_top l8r, Mike N. Christoff
1
2094
by: ToSam | last post by:
In my C++ program I execute a java.class file via the CreateProcess function. In details: // define a pointer to directory with Main.class file char * pExecute = "java Main"; // create a java interpreter process if( !CreateProcess( NULL, // No module name (use command line). pExecute, // Command line. NULL, // Process handle not inheritable.
3
2115
by: Nelson R. | last post by:
Hi, im using a form to get some input from the user. This form is in a HTML file. When I post the form directly to my email, i receive all fields correctly. Example test.html: <FORM action="MAILTO:myemail@work.com" method=post enctype="text/plain">
2
8848
by: BluNuit | last post by:
I have a simple c# app that calls a Java (AXIS) web service to perform some operations. The call works fine (the java code fires and the operations are executed), but the response is always null. Other applications (besides the c# ones) are able to execute the web service and get the proper response. I put a SOAP sniffer on the call and the response was: 193 <?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope...
1
2276
by: jjouett | last post by:
I'm trying to setup an ASPX web page such that an existing Java Client can post form data, and I'm running into a problem. The existing Java Client doesn't set any credentials, and when I try to post to my page, the Java Client gets a 401 error. My own C# client works because I am setting the Credentials of the WebClient, but I have to support the existing Java Client as-is. What is the setup of my Web Page to allow a client to post form...
2
14630
by: Scirious | last post by:
People, when executing a Java application the procces name given to it usually java.exe or javaw.exe. But how can I make it be called by the name of my application? Thanks, Scirious.
2
22033
by: John | last post by:
I am updating an xml column in SQLServer 2005, but it always gives me an error "XML parsing: line 1, character 38, unable to switch the encoding" my csharp is like the following cmd.Parameters.Add("@xml", SqlDbType.Xml); cmd.Parameters.Value =xmldata; My xml have the following line
1
1344
by: SupplierScan | last post by:
I'm still a struggling learner with my website (www.supplierscan.com) as the dropdown menus don't work in IE7. I purchased the website already made and I am just about getting comfortable with HTML and do not know java at all. I have founf lots of samples of CSS Dropdowns on the internet but I just can't get it right. I want the menus to appear where they currently are but everything seems to get messy, see my test site...
0
8997
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9568
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
9335
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9256
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8257
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6801
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6079
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4881
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3320
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.