Hi Folks, has anyone shimmed PHP support into the ...
# box-products
j
Hi Folks, has anyone shimmed PHP support into the Undertow web server in CommandBox? I’m liking undertow out of the box for dev or prototyping. For Undertow, most of what I’ve found speaks from a Redhat perspective. Also saw some references to Quercus (php interpreter in a java war) being able to tie in via Undertow somewhere but am hoping to keep the rabbit holes minimized. Nginx/Apache is likely the permanent containerized solution, just not interested in dockering anything until I have had a chance to test podman as it’s replacement.
b
I've played with a java war that runs php once. It ran as a seperate server though. It may be possible to add the jars to your libdirs setting and add the servlet mappings as an override. You'd have to experiment
👍 1
j
I saw the libdirs and think I might just dive into podman to experiment replacing docker sooner rather than later. Thanks for the sounding board!