In "/WebServerExtensions/www/mapviewerjava/common.jsp", a reference to a static method in the package "MapGuideJavaApi" is made as follows:

void InitializeWebTier() throws MgException
{
    // Initialize web tier with the site configuration file.  The config
    // file should be in the same folder as this script.
    //
    String realpath = getServletContext().getRealPath("/");
    String configPath =  realpath + "webconfig.ini";
    MapGuideJavaApi.MgInitializeWebTier(configPath);
}

QUESTION: Where can I find the java code for the "MapGuideJavaApi" package?





uSys Integral
Brendan Graham, CTO
e-mail: [EMAIL PROTECTED]
Tel# 305-793-3778


Make every IM count. Download Messenger and join the i’m Initiative now. It’s free.
_______________________________________________
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users

Reply via email to