When I have an error in my application, the server attempts to use the
error-page definitions provided by Flex in my web.xml and flex.jar
files. But, it fails with the following error:


The server cannot use the error page specified for your application
because of the exception printed below.
Error Page Exception: :
com.ibm.ws.webcontainer.webapp.WebAppErrorReport: HTTP method POST is
not supported by this URL


Can someone perhaps tell me what I need to change?
Below are the pertinent entries from the web.xml as supplied by
macromedia.

Thanks,
Libby


<servlet>
        <servlet-name>FlexErrorServlet</servlet-name>
        <servlet-class>flex.bootstrap.BootstrapServlet</servlet-class>
        <init-param>
            <param-name>servlet.class</param-name>
            <param-value>flex.compiler.ErrorPageServlet</param-value>
        </init-param>
    </servlet>
<error-page>
        <error-code>403</error-code>
        <location>/flex-error</location>
    </error-page>






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




Reply via email to