doPost, this is expected. Any chance you can track down what is making
the request via POST instead of GET?
-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of Libby
Sent: Wednesday, May 10, 2006 4:55 PM
To: [email protected]
Subject: [flexcoders] Flex 1.5 Standard config Flex-error setup not
working...
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>
------------------------ Yahoo! Groups Sponsor --------------------~-->
Get to your groups with one click. Know instantly when new email arrives
http://us.click.yahoo.com/.7bhrC/MGxNAA/yQLSAA/nhFolB/TM
--------------------------------------------------------------------~->
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com
Yahoo! Groups Links
--
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.

