0 Replies Latest reply on Jan 14, 2015 12:43 PM by olivier.austina

    PHP and Wildfly communication

    olivier.austina

      I would like to query Wildfly from PHP. I would like to query Wildfly sometimes depending on the user input - not for all user input. For example when a user send a request, the PHP script should extract the request parameters and depending on these parameters I need to query.

      What are the best/common strategies to make fast communication with Wildfly from PHP? I have seen mod_jk, mod_cluster I am wondering if I need to install them for this purpose. I am not PHP or java expert. Thank you.