Page 1 of 1

[BLC-4.0] - Login / Register Issue

Posted: Fri Feb 05, 2016 1:23 am
by sumit784
Hi,
I have setup the BLC4.0 latest version. Here is my config :-

- Using MySql database
- Using Standalone Tomcat 8.x server
- Using server in Eclipse ( STS)
- Have configure the "https (port:8443)" in my Tomcat server.xml , following these instructions :- https://tomcat.apache.org/tomcat-8.0-do ... figuration

Here is the config :-
-------------------------------------------------------------------------------------------------------
<!-- Define a HTTP/1.1 Connector on port 8443, JSSE NIO implementation -->
<Connector protocol="org.apache.coyote.http11.Http11NioProtocol"
port="8443" />

<Connector protocol="org.apache.coyote.http11.Http11NioProtocol"
port="8443" maxThreads="200"
scheme="https" secure="true" SSLEnabled="true"
keystoreFile="C:/Users/IBM_ADMIN/.keystore" keystorePass="motrss"
clientAuth="false" sslProtocol="TLS"/>

-------------------------------------------------------------------------------------------------------

Now, when I deploy the application and run it, I am able to run both "Site" and "Admin" project. But when I click on Login or Register , I am getting this error :-
Unable to connect

Firefox can't establish a connection to the server at localhost:8443.

The site could be temporarily unavailable or too busy. Try again in a few moments.
If you are unable to load any pages, check your computer's network connection.
If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web.


In the console,I am not getting any error. Seems like the https redirect is not happening.
Any resolution.

Thanks in Advance.

- Sumit

Re: [BLC-4.0] - Login / Register Issue

Posted: Mon Feb 08, 2016 12:02 pm
by yogesh12
i configured broadleaf project with tomcat and the site module is up on running but when i go to register new user it will says like--please enter valid password and also by submit button user is successfully added in user when i go to admin panel i see the same user i registered but i can't login with that same user name and password that i provided while registration and it will give following errors--The e-mail address and/or password entered do not match our records. Please try again