Message Boards

Authentication required with Liferay 6.2 on Wildfly 10.1

Fernando Cabrera, modified 7 Years ago.

Authentication required with Liferay 6.2 on Wildfly 10.1

Junior Member Posts: 47 Join Date: 8/1/14 Recent Posts
Hello,

I'm installing Liferay 6.2 CE GA6 on Wildfly 10.1.0 Final with Java 8 (update 77). In order to do it, I followed this guides:

INSTALLING LIFERAY ON JBOSS 7.1
INSTALLING LIFERAY PORTAL ON WILDFLY 10

I followed dependency steps from JBoss guide because of the liferay version and server configuration steps from Wildfly guide because of the server and java version. I skipped database and mail configuration sections.

The first time I enter the url in the brower (Firefox) it displays an alert with this message: 'http://localhost:8080 is requesting a user name and password. The site says: "PortalRealm"

Why? Is something missing in the guide? Was I wrong in some way?

Additional notes:

In standalone.conf.bat, I did not put the arguments -Dsecmgr and -Djava.security.policy because in JBoss and Wildfly bundles are not either.

In standalone\configuration\standalone.xml to enable the remote access with this:

<interface name="management">
<any-address/>
</interface>
<interface name="public">
<any-address/>
</interface>
Fernando Cabrera, modified 7 Years ago.

RE: Authentication required with Liferay 6.2 on Wildfly 10.1 (Answer)

Junior Member Posts: 47 Join Date: 8/1/14 Recent Posts
The problem wasn't about server installation or configuration, in my public home page i added a web content with webdav urls of images and that's why it ask for authentication. emoticon