Preface to say I am a long time Lucee user on Windows and have enough linux experience to get myself in trouble (which may be the case here…it’s been a while)
I’ve set up some debian VMs on proxmox and installed 6.2.0.321 on one of them and MySQL on another. The web & server admins load fine and I was able to create verified datasources pointing at the MySQL vm. So this part of my homelab setup is working fine and seems to indicate I didn’t mess up the install.
I have HOSTS set up on both my windows machine and the webserver to point homeApps.local to 192.168.1.147 but they resolve to the Apache2 Debian default page and http://homeapps.local/index.cfm is a 404.
For the life of me I can’t figure out why server admin isn’t picking up the VHost I set up in server.xml
Pretty sure that will break or Tomcat ignore the directive. There is also a space precending in the alias value. However, above you are using the context directive Are you using mod_cfml and that directive together? Wouldn’t that be a problem? If you want to deactivate mod_cfml and use another approach of setting up the web context , here is a walkthrough on windows in another (unrelated) post, which in Tomcat is pretty the same on linux: