cancel
Showing results for 
Search instead for 
Did you mean: 

[ SOLVED ] Force login screen to be first one visible

mrudmann
Champ in-the-making
Champ in-the-making
Hi group,
Is there a way to make the login page the very first page visible when one webs to //my.domain.com:8080/alfresco?

the point wold be to provide nothing but the login page - especially important as this server will be live on the internet.

Any ideas are greatly appreicated!

Matt
3 REPLIES 3

ribz33
Champ on-the-rise
Champ on-the-rise

mrudmann
Champ in-the-making
Champ in-the-making
Thanks for the link.

I followed the procedure and ran alfresco.  It worked once.  Then, I tried it again and now alfresco is giving exception errors when I start it up and I can no longer log in. (errors in cataline.out now see below)

I would really appreciate someone's help on this!!

Thx,
Matt

—- cataline.out below —–

Here is a snip of the errors from the log file:

09:54:34,139 ERROR [[Catalina].[localhost].[/alfresco]] Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener
org.springframework.beans.factory.BeanDefinitionStoreException: Cannot register alias 'saltSource' for bean name 'alfDaoImpl': it's already registered for bean name 'alfDaoImpl'
        at org.springframework.beans.factory.support.AbstractBeanFactory.registerAlias(AbstractBeanFactory.java:461)
        at org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser.parseBeanDefinitions(DefaultXmlBeanDefinitionParser.java:303)
        at

mrudmann
Champ in-the-making
Champ in-the-making
THANKS rbz33!  That link worked out.  I created the custom-services-context.xml file per the suggestion in the link and all is right with the world…for now.

-Matt