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
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

