Hi All,
FC6.2.10 linux railo4
I'm attempting to get the flex category and the bulk image uploader working 
under railo 4.

I'm getting : flex.messaging.MessageException: Page request is aborted. 
when using 'manage Keywords (Flex)', same goes for the category part of the 
bulk image uploader.

The bulk image uploader works but not of much use if you can't assign a 
category to them.

Just in case I'm barking up the wrong tree I thought I'd better see if 
someone knows a definitive answer.

Any help would be greatly appreciated. Below is my attempt so far.

Cheers
Phil

I've created a web.xml in the WEB-INF folder of the project with:
<web-app>
<servlet>
<servlet-name>MessageBrokerServlet</servlet-name>
<servlet-class>flex.messaging.MessageBrokerServlet</servlet-class>
<init-param>
<param-name>services.configuration.file</param-name>
<param-value>/WEB-INF/flex/services-config.xml</param-value>
</init-param>
<init-param>
<param-name>messageBrokerId</param-name>
<param-value>messabeb1</param-value>
</init-param>
<load-on-startup>1</load-on-startup>
</servlet>
<servlet-mapping>
<servlet-name>MessageBrokerServlet</servlet-name>
<url-pattern>/flex2gateway/*</url-pattern>
</servlet-mapping>
</web-app>


and this is my http.conf entry (I un-commented the 3 optional mappings):
<IfModule mod_proxy.c>
        <Proxy *>
        Allow from 127.0.0.1
        </Proxy>
        ProxyPreserveHost On
        ProxyPassMatch ^/(.+\.cf[cm])(/.*)?$ http://127.0.0.1:8888/$1$2
        ProxyPassMatch ^/(.+\.cfchart)(/.*)?$ http://127.0.0.1:8888/$1$2
        ProxyPassMatch ^/(.+\.cfres)(/.*)?$ http://127.0.0.1:8888/$1$2
        ProxyPassMatch ^/(.+\.cfml)(/.*)?$ http://127.0.0.1:8888/$1$2
        # optional mappings
        ProxyPassMatch ^/flex2gateway/(.*)$ 
http://127.0.0.1:8888/flex2gateway/$1
        ProxyPassMatch ^/messagebroker/(.*)$ 
http://127.0.0.1:8888/messagebroker/$1
        ProxyPassMatch ^/flashservices/gateway(.*)$ 
http://127.0.0.1:8888/flashservices/gateway$1
        #ProxyPassMatch ^/openamf/gateway/(.*)$ 
http://127.0.0.1:8888/openamf/gateway/$1
        #ProxyPassMatch ^/rest/(.*)$ http://127.0.0.1:8888/rest/$1
        ProxyPassReverse / http://127.0.0.1:8888/
</IfModule>









-- 
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: farcry-dev@googlegroups.com
To unsubscribe, email: farcry-dev+unsubscr...@googlegroups.com
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
--- 
You received this message because you are subscribed to the Google Groups 
"farcry-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to farcry-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to