-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tomcat cluster not working #1
Comments
[root@localhost cluster]# docker inspect dd414a8cd0e0 |
I'm trying to get it working here but still do not quite have it: https://github.com/djangofan/docker-cluster |
Ok, I got it working but I had to downgrade to Tomcat7: https://github.com/djangofan/docker-tomcat7-cluster . I couldn't get it working with Tomcat8 but I will try again soon. |
docker run -d --name tomcatOne -v /opt/docker-cluster/cluster/server.xml:/usr/local/tomcat/conf/server.xml -v /opt/docker-cluster/cluster/ROOT:/usr/local/tomcat/webapps/ROOT tomcat
when i give this command the container start to run in background, while i inspect the container , it showing
[root@localhost docker-cluster]# docker inspect tomcatOne | grep IPAddress
"SecondaryIPAddresses": null,
"IPAddress": "",
"IPAddress": "",
The text was updated successfully, but these errors were encountered: