The JAVA serializer is written as a servlet and configured in the server/java/etc/web.xml file. There the servlet gets mapped to the (contextPath)/writeXml URL. Source code for it is in server/java/src/mapbuilder/XmlSerializer.
Mike Rober Corona wrote: > Hi all! > > I am trying to configure mapbuilder with Tomcat. In first time in the > file "mapBuilderConfig.jsp" i have changed the line: > /<%--<proxyUrl><%= request.getContextPath() %>/proxy</proxyUrl>--%>/ > for: /<proxyUrl><%= request.getContextPath() > %/MapbuilderProxy.jsp</proxyUrl>/ > and the WFS examples find the file "MapbuilderProxy.jsp", but i also > need to change the line: > /<%--<serializeUrl><%= request.getContextPath() > %>/writeXml</serializeUrl>--%>/ > for to serialize the XML before it was sent to server, but i have a > error in line > "javax.servlet.ServletInputStream in = request.getInputStream();" in > the file "mapBuilderConfig.jsp". > > The problem is that i don't find any file like "mapbuilderProxy.jsp" > for the label "serializeUrl", i waited to find a file like > "serialize.jsp" but i don't see it. > > Can anybody help me? > very thanks. > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > ------------------------------------------------------------------------ > > _______________________________________________ > mapbuilder-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mapbuilder-devel > ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ mapbuilder-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mapbuilder-devel
