<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.0.4417.0">
<TITLE>Installation problem with Resin</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->

<P><FONT SIZE=2 FACE="Arial">When I run the opensetup wizard by going to <A HREF="http://localhost:8080/opencms/ocsetup">http://localhost:8080/opencms/ocsetup</A> , I get this error ..</FONT>
</P>

<P><FONT COLOR="#FF0000" FACE="Times New Roman">Error:</FONT><FONT FACE="Times New Roman"> the encoding of your Java VM is different from the OpenCms encoding! </FONT>

<BR><FONT FACE="Times New Roman">Java VM file encoding:  Cp1252 <BR>
OpenCms encoding:       ISO-8859-1     <BR>
</FONT>

<BR><FONT FACE="Times New Roman">My question is what I need to change the file.encoding scheme of my Java virtual machine. I used resin.conf configuration file of Resin and added the line mentioned below but it did not work. To Run Resin, we use httpd.exe that's why I can't add</FONT> <FONT SIZE=2 FACE="Courier New">-Dfile.encoding=ISO-8859-1</FONT><FONT FACE="Times New Roman"> while using Java vertual machine. </FONT></P>

<P><FONT FACE="Times New Roman"><web-app id='/'></FONT>

<BR><FONT FACE="Times New Roman">        <!-- adds xsl to the search path --></FONT>

<BR><FONT FACE="Times New Roman">        <class-loader></FONT>

<BR><FONT FACE="Times New Roman">          <simple-loader path="$host-root/xsl"/></FONT>

<BR><FONT FACE="Times New Roman">        </class-loader></FONT>

<BR><FONT FACE="Times New Roman">        <character-encoding>ISO-8859-1</character-encoding></FONT>

<BR><FONT FACE="Times New Roman">        <servlet-mapping url-pattern="/servlet/*" servlet-name="invoker"/></FONT>

<BR><FONT FACE="Times New Roman">      </web-app></FONT>

<BR><FONT SIZE=2 FACE="Arial">I am using </FONT>

<BR><FONT SIZE=2 FACE="Arial">Resin-3.0.1-beta</FONT>

<BR><FONT SIZE=2 FACE="Arial">j2sdk1.4.1_03</FONT>

<BR><FONT SIZE=2 FACE="Arial">OpenCMS ver 5.0.0</FONT>
</P>

</BODY>
</HTML>