11-19-2019 06:20 AM
Hi all
I have installed docker toolbox on windows 10.Verified the installation of docker and docker compose .I have downloaded the alfresco sdk 4.0 and run application through run.sh build_start .server has started up correctly.But still unable to access the alfresco application through http://localhost:8080/alfresco url (not gettingthe login screen).I checked the alfresco and share ports as well in alfresco-global.properties file are the same.Am i missing anything in this .Anyone can please guide ?
Thanks !
A**bleep**a Saxena
11-19-2019 07:14 AM
Can you check if all the services are up?
Try running this command:
docker-compose ps
It would result this kind of output if all the services are up and running:
Also, i remeber something related to docker toolbox on windows which doesn't directly recognizes localhost, it works when we use IP considering all services are running in good condition.
Check the ip by running this command:
docker-machine ip default
Look at this link as well if it helps: https://stackoverflow.com/questions/42866013/docker-toolbox-localhost-not-working
Someone who has used docker toolbox on windows may be able to answer better.
11-19-2019 07:14 AM
Can you check if all the services are up?
Try running this command:
docker-compose ps
It would result this kind of output if all the services are up and running:
Also, i remeber something related to docker toolbox on windows which doesn't directly recognizes localhost, it works when we use IP considering all services are running in good condition.
Check the ip by running this command:
docker-machine ip default
Look at this link as well if it helps: https://stackoverflow.com/questions/42866013/docker-toolbox-localhost-not-working
Someone who has used docker toolbox on windows may be able to answer better.
11-20-2019 05:29 AM
That works actually ,application will not be accessible on localhost but docker machine ip address i.e http://192.168.99.100:8080/alfresco for docker toolbox .Really appreciate your help .Thanks !
I have one more question , alfresco sdk 4.0 application performance is very very slow .It is taking more than 10 minutes to open a single page .Any idea regarding this .Is it a memory related issue or anything else ?
Explore our Alfresco products with the links below. Use labels to filter content by product module.