Hi, Rober Corona wrote: > > 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.
What version of MapBuilder are you using? In MapBuilder 1.5rc1, you just have to edit the file mapbuilderConfig.xml in the same folder as Mapbuilder.js. Usually you do not need to change anything for Tomcat installations, this should work out of the box. Regards, Andreas. ------------------------------------------------------------------------- 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
