[ad_1]
@indacofilippo
WordPress is a PHP application, and WildFly (formerly JBoss) is a Java application server, which does not natively support PHP applications. Therefore, you can’t directly run WordPress on WildFly/JBoss.
While there have been some attempts to run PHP applications on Java servers through various tools and methods, this is generally not recommended, especially for a complex application like WordPress. It would be much better and simpler to run WordPress on a server environment that natively supports PHP, like Apache or Nginx with PHP-FPM.
@gagan0123 thank you so much for your answer.
