cancel
Showing results for 
Search instead for 
Did you mean: 

share and server IP address

nramdoo
Champ in-the-making
Champ in-the-making
hello
I have a server with several ip and my system adminstrator wants me to bind alfresco to a particular ip address

I add  the following changes to my hosts file
192.168.1.113      alfrescolocal

in my tomcat server.xml (tomcat/conf/server.xml) i changed the following

  <Connector port="8180" address="192.168.1.113" adressmaxHttpHeaderSize="8192"
               maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
               enableLookups="false" redirectPort="8543" acceptCount="100"
               connectionTimeout="20000" disableUploadTimeout="true"
               URIEncoding="UTF-8" />

  <Engine name="Catalina" defaultHost="alfrescolocal">

<Host name="alfrescolocal" appBase="webapps"
       unpackWARs="true" autoDeploy="false"
       xmlValidation="false" xmlNamespaceAware="false">

My http://192.168.1.113:8080/alfresco works fine, i am able to connect and to navigate in the document manager.

But with share i can't connect.
http://192.168.1.113:8080/share shows me the login window but when i tried to log in, it tells me that my server is non available  or that i did'nt entered the right information.
I don't know how to deal with this problem although i spent much time.
Thank you for your help
N.R
3 REPLIES 3

nramdoo
Champ in-the-making
Champ in-the-making
I would just add an additionnal information

I don't have any error in the catalina.out file or in the alfresco.log file.

Thanks
N.R

mikeh
Star Contributor
Star Contributor
This also applies to the IP address: http://forums.alfresco.com/en/viewtopic.php?f=47&t=34725

Thanks,
Mike

nramdoo
Champ in-the-making
Champ in-the-making
Smiley Very Happy
Thank you very much
My share is now working.