Hi all, I'm currently experimenting with Macromedia Flex, the application I am experimenting with is a sample available on Macromedia's website (http://macromedia.com/devnet/flex/articles/security_framework.html). The app is all about using custom authentication with RemoteObject and I'm stuck at the configuration step. The problem is that I don't know how to translate the info provided to set things up with regular standalone Tomcat servers into something that would work with Jboss' embedded Tomcat service. Quoting what they say: anonymous wrote : | You need to perform the following configuration steps to use custom authentication with | RemoteObject on Tomcat: | | 1. Put flex-tomcat-common.jar in common/lib | 2. Put flex-tomcat-server.jar in server/lib (NOT shared/lib) | 3. Add the following line to conf/server.xml: | | | | 4. If you are using Tomcat 4.x, edit the ServerLifecycleListener in conf/server.xml so | that it recognizes the descriptor "/flashgateway/security/tomcat-descriptor.xml". | | Therefore, the Listener should now appear similar to the following: | | | | 5. Restart Tomcat. | | You will now be authenticated against the current Tomcat realm. Usually, the default for | this authentication stores user information in conf/tomcat-users.xml. See the Tomcat | documentation for more information on realms. See the Flex documentation for more | information on RemoteObject custom authentication. |
Does anybody know how I should adapt these instructions for Jboss? Thank you very much, Fanch View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873093#3873093 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873093 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
