Re: [flexcoders] Split up flex-config.xml

2005-05-03 Thread Yokota Satoshi
Hi Dirk, I described web.xml when I using struts framework. servlet servlet-nameaction/servlet-name servlet-classorg.apache.struts.action.ActionServlet/servlet-class init-param param-nameconfig/param-name param-value

RE: [flexcoders] Split up flex-config.xml

2005-05-03 Thread Peter Farland
Hi Yokota, only one configuration file can be used by the AMFGatewayServlet. The whitelist.parent.node points the gateway's configuration parser to the right element to start constructing its whitelist. This was necessary as Flex 1.5's configuration file has a whitelist for web services, http

Re: [flexcoders] Split up flex-config.xml

2005-05-03 Thread michael keirnan
i haven't tried it, but the XML entity include might work, depending on the parser. http://ant.apache.org/faq.html#xml-entity-include /mgk Peter Farland wrote: Hi Yokota, only one configuration file can be used by the AMFGatewayServlet. The whitelist.parent.node points the gateway's

RE: [flexcoders] Split up flex-config.xml

2005-05-02 Thread Dirk Eismann
Hi, if you open your Flex server's web.xml file you'll find an entry that configures the RemoteObject gateway. There you can define the location where the whitelist gets read from. By default this is the /WEB-INF/flex/flex-config.xml file but I think you can also point