How are you providing configuration to the container?  Note that when
openshift creates an app from an image it adds emptyDir volumes to the
created app.  That means the directories end up empty instead of having the
default image content.

Check whether /opt/apache-tomcat-8.5.14/conf/ is a volume in the image, and
if so, you can remove the volume from the app definition (the deployment
config)

On Jan 1, 2018, at 10:15 AM, Hetz Ben Hamo <[email protected]> wrote:

Hi,

I'm trying to import a simple Tomcat container with the 'calendar' webapp
(already in the image) to Openshift Origin (3.7)

As a container, it runs well and I can see the webapp running on the
browser. I save the container, import it to OpenShift - import ok.

Then when I try to create a new app with the Image, I'm getting this error:

Jan 01, 2018 3:09:19 PM org.apache.catalina.startup.Catalina load
WARNING: Unable to load server configuration from
[/opt/apache-tomcat-8.5.14/conf/server.xml]
Jan 01, 2018 3:09:19 PM org.apache.catalina.startup.Catalina load
WARNING: Unable to load server configuration from
[/opt/apache-tomcat-8.5.14/conf/server.xml]
Jan 01, 2018 3:09:19 PM org.apache.catalina.startup.Catalina start
SEVERE: Cannot start server. Server instance is not configured.

I checked the container, and the /opt/apache-tomcat-8.5.14/conf/server.xml
is right there iin the correct path.

Am I missing something?

Thanks

_______________________________________________
users mailing list
[email protected]
http://lists.openshift.redhat.com/openshiftmm/listinfo/users
_______________________________________________
users mailing list
[email protected]
http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Reply via email to