Alpine on Virtual Machine + oracle-apex-ords

Hi guys,

I am a newbie in docker and I need I help from experienced guys like you.

I followed all the instruction on oracle-apex-ords, but I can’t get Apex to work on my machine

I can established a ssh connection but not a simple request like

http://localhost:8080/ords/apex

What I have to do ?

Thank you

is there some code IN the container actually listening on port 8080?

the -p port mapping is really just documentation… if there is no app listening in the container, docker does not know, it still maps the port as u requested… even tho it would be a dead end

Is this answer your question ? If not can you explain how to do it ?

Thank you

so, if you look in the container /var/logs/apache (I think same under alpine)
you should see the access log

here ?

could be there, i don’t trace stuff often

I still have no clue, but I found this

i was trying to help prove that the requests arrived in the container on port 8080. apache or tomcat should report the traffic in their log file.