JanitorTechnology / dockerfiles

popular development environments as containers
https://hub.docker.com/u/janitortechnology/
53 stars 20 forks source link

Add DSpace to Janitor #155

Closed Coder206 closed 6 years ago

Coder206 commented 6 years ago

This is an ongoing effort and reflects the work that @jankeromnes and I have worked on in the last few days

Please note, we elected to add default-jdk to ubuntu-dev but I am only going to do that after the Docker image works from end as there may be an issue with maven

Coder206 commented 6 years ago

@jankeromnes Yes, using the default-jdk package solved the issue with mvn. Do you want me to make a seperate PR for that change?

Coder206 commented 6 years ago

See #157 for status on default-jdk integration.

The Dockerfile successfully builds but Tomcat does not start in the image, an issue described as "Address is already in use" seemingly related to ports.

Is it possible Docker is not giving access to the Tomcat process the port 8080 it desires?

Coder206 commented 6 years ago

It's strange issue with Tomcat because netstat -atn | grep 8080 says nothing is running on 8080 but yet Tomcat fails. Also, when I run sudo service tomcat8 start it fails but makes a Tomcat process anyways.