actually, i checked the BEA admin and in the servlets section i see

MessageBrokerServlet  /flex2gateway/
myserver<http://localhost:7001/console/actions/mbean/EditMBeanAction?reloadNav=false&MBean=mydomain%3AName%3Dmyserver%2CType%3DServer>
0 0
so weblogic does recognize it...

On 10/16/07, Derrick Anderson <[EMAIL PROTECTED]> wrote:
>
> is it not the web.xml for my application that determines that?
>
> i have the following in my web.xml file:
>
> <!-- start flex 2 -->
>      <servlet-mapping id="macromedia_mapping_0">
>         <servlet-name>MessageBrokerServlet</servlet-name>
>         <url-pattern>/flex2gateway/*</url-pattern>
>     </servlet-mapping>
>      <!-- end flex 2 -->
>
> i'm not sure what else to do to make it recognize the url, is this a
> weblogic problem or a CF problem??
>
> On 10/16/07, Tom Chiverton <[EMAIL PROTECTED]> wrote:
> >
> > On Tuesday 16 Oct 2007, [EMAIL PROTECTED] wrote:
> > > ok, that's good to know.  do you have any ideas of things to
> > check?  from
> > > what i can tell- this should be working, but my /flex2gateway still
> > throws
> >
> > It must be missing from your mappings, at a guess - WebLogic doesn't
> > know the
> > CF WAR should serve the /flex2gateway url.
> >
> > --
> > Tom Chiverton. Are you a great Flex programmer, who knows Cairngorm, and
> > has
> > done some ColdFusion work ? Would you like to work for a top 30 law firm
> > in
> > Manchester, UK ? Are not an agency ? If yes, send email !
> >
> > ****************************************************
> >
> > This email is sent for and on behalf of Halliwells LLP.
> >
> > Halliwells LLP is a limited liability partnership registered in England
> > and Wales under registered number OC307980 whose registered office address
> > is at St James's Court Brown Street Manchester M2 2JF.  A list of members is
> > available for inspection at the registered office.  Any reference to a
> > partner in relation to Halliwells LLP means a member of Halliwells
> > LLP.  Regulated by The Solicitors Regulation Authority.
> >
> > CONFIDENTIALITY
> >
> > This email is intended only for the use of the addressee named above and
> > may be confidential or legally privileged.  If you are not the addressee you
> > must not read it and must not use any information contained in nor copy it
> > nor inform any person other than Halliwells LLP or the addressee of its
> > existence or contents.  If you have received this email in error please
> > delete it and notify Halliwells LLP IT Department on 0870 365 8008.
> >
> > For more information about Halliwells LLP visit www.halliwells.com.
> >
> >
> > --
> > 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
> >
> >
> >
> >
>

Reply via email to