<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META content="MSHTML 6.00.2900.2180" name=GENERATOR>
<STYLE>BLOCKQUOTE {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; MARGIN-LEFT: 2em
}
OL {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
UL {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
</STYLE>
</HEAD>
<BODY style="FONT-SIZE: 10pt; FONT-FAMILY: verdana">
<DIV><FONT face=Verdana size=2>My Computer: Windows XP, Java:1.5</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Verdana size=2>(1) install MgServerSetup-2.0.0.exe</FONT></DIV>
<DIV>(2) install MgWebServerExtensionsSetup-2.0.0.exe</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp; Select "Bundled Configuration" ---&gt; Java</DIV>
<DIV>(3) Download Sheboygan.mgp&nbsp;from&nbsp;<A 
href="http://download.osgeo.org/mapguide/releases/2.0.0/samples/Sheboygan.mgp">http://download.osgeo.org/mapguide/releases/2.0.0/samples/Sheboygan.mgp</A>. 
And put it to "MapGuideOpenSource\Server\Packages"</DIV>
<DIV>&nbsp;</DIV>
<DIV>(4) Visit:http://127.0.0.1:8008/mapguide/mapadmin/login.php. Login in by 
Administrator, admin</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp; load package:Sheboygan.mgp succeeded.</DIV>
<DIV>&nbsp;</DIV>
<DIV>(5) Visit: <A 
href="http://127.0.0.1:8008/mapguide/javaviewersample/ajaxviewersample.jsp">http://127.0.0.1:8008/mapguide/javaviewersample/ajaxviewersample.jsp</A></DIV>
<DIV>&nbsp;&nbsp;&nbsp; Just like this:</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;%@ page 
import="org.osgeo.mapguide.*" 
%&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;%@ page 
import="java.util.*" 
%&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;%@ page 
import="java.io.*" 
%&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;%@ page 
import="java.text.*" 
%&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;%@ page 
import="javax.servlet.jsp.*" 
%&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;%@ page 
import="javax.servlet.http.*" 
%&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;%@ include 
file ="utilityfunctions.jsp" 
%&gt;<BR><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;!DOCTYPE 
HTML PUBLIC "-//W3C//DTD HTML 4.01 
Frameset//EN"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
"http://www.w3.org/TR/html4/frameset.dtd"&gt;</DIV>
<DIV>&nbsp;</DIV>
<DIV>(6) When I Opet the file: WebServerExtensions\Apache2\conf\httpd.conf, add 
"JkMount&nbsp; /mapguide2008/javaviewersample/* worker1" at the end of 
file.</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp; restart apache. Visit: <A 
href="http://127.0.0.1:8008/mapguide/javaviewersample/ajaxviewersample.jsp">http://127.0.0.1:8008/mapguide/javaviewersample/ajaxviewersample.jsp</A></DIV>
<DIV>&nbsp; Just like this:</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;%--<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
-Copyright (C) 2004-2006&nbsp; Autodesk, 
Inc.<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -This 
library is free software; you can redistribute it 
and/or<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
-modify it under the terms of version 2.1 of the GNU 
Lesser<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
-General Public License as published by the Free Software 
Foundation.<BR><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
-This library is distributed in the hope that it will be 
useful,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
-but WITHOUT ANY WARRANTY; without even the implied warranty 
of<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.&nbsp; See the 
GNU<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
-Lesser General Public License for more 
details.<BR><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
-You should have received a copy of the GNU Lesser General 
Public<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
-License along with this library; if not, write to the Free 
Software<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
-Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA&nbsp; 
02110-1301&nbsp; USA<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
--%&gt;<BR><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;%@ 
page import="org.osgeo.mapguide.*" 
%&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;%@ page 
import="java.util.*" 
%&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;%@ page 
import="java.io.*" 
%&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;%@ page 
import="java.text.*" 
%&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;%@ page 
import="javax.servlet.jsp.*" 
%&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;%@ page 
import="javax.servlet.http.*" 
%&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;%@ include 
file ="utilityfunctions.jsp" %&gt;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>My Englis is very poor. Would you like give me some help?</DIV>
<DIV>Thanks a lot.<BR><BR><BR></DIV>
<DIV>&nbsp;</DIV>
<DIV align=left><FONT face=Verdana color=#c0c0c0 size=2>2008-04-01 
</FONT></DIV><FONT face=Verdana size=2>
<HR style="WIDTH: 122px; HEIGHT: 2px" align=left SIZE=2>

<DIV><FONT face=Verdana color=#c0c0c0 size=2><SPAN>messagesky</SPAN> 
</FONT></DIV></FONT></BODY></HTML>