Bienvenido! - Willkommen! - Welcome!

Bitácora Técnica de Tux&Cía., Santa Cruz de la Sierra, BO
Bitácora Central: Tux&Cía.
Bitácora de Información Avanzada: Tux&Cía.-Información
May the source be with you!

Tuesday, December 7, 2010

Alfresco installation issues

http://wiki.alfresco.com/w/images/a/a6/ ... nstall.pdf.
Resolving install problems
create the db using the extras/database/mysql/setup.sql during install
uncheck the box "...connect to db..."
alfresco.sh
THEN....browse to the url
http://localhost:8080/alfresco
Then alfresco starts up and creates the database.
The url might take several minutes before available to login.
No problem, just solutions!
Installing Community 3.4a on openSUSE 11.3
What is needed for install 
Delete the file catalina.pid and start alfresco again
rm -r -f /develop/alfresco-3.4.b/tomcat/temp/catalina.pid
To run Alfresco in a different port other than 8080
 Can anyone say me the exact files to be changed in 3.3g, so that I can run my alfresco share and web client in a different port (say: http://localhost:8010/share)?
You can change the port settings under the tomcat/shared/classes/alfresco-global.properties file
Look for the following settings:
#
# URL Generation Parameters (The ${localname} token is replaced by the local server name)
#-------------
#alfresco.context=alfresco
#alfresco.host=${localname}
#alfresco.port=8080
#alfresco.protocol=http
#
#share.context=share
#share.host=${localname}
#share.port=8080
#share.protocol=http
If you have share running on a different server then you might need to edit the
tomcat/shared/classes/alfresco/web-extension/share-config-custom.xml to configure the
remote alfresco server
or you can configure tomcat/conf/server.xml to listen to additional ports say eg. 8081
Connector port="8081" protocol="HTTP/1.1" URIEncoding="UTF-8"
connectionTimeout="20000"
redirectPort="8443" /
Delete all the instances of alfresco and check the processes may be some processes were running .kill all the processes. If you are using tomct server then kill the process by giving the command
ps ef | grep catalina
kill -9 process id

No comments: