:wave: has anyone tried running CF2021 against mor...
# adobe
t
👋 has anyone tried running CF2021 against more than one tomcat virtual host? i'm seem to be encountering issues with package manager not playing well with non-default virtual hosts:
Copy code
Caused by: java.sql.SQLException: The sqlserver package is not installed. You can install the package through the CLI package manager (/opt/coldfusion2021/cfusion/bin/cfpm.sh) by running the command : install sqlserver. at macromedia.jdbc.MacromediaDriver.connect(MacromediaDriver.java:236) at coldfusion.server.j2ee.sql.pool.JDBCPool.createPhysicalConnection(JDBCPool.java:666) at coldfusion.server.j2ee.sql.pool.ConnectionRunner$RunnableConnection.run(ConnectionRunner.java:67)
even though i do have the sql server package installed:
m
@priyank_adobe
t
i ended up going back to a single virtual host and attacking my problem via nginx. that seems to be doing the trick
âž• 1
e
Tomcat is awesome at being an app server, everything else, not so much. Caddy is nice and faster than nginx, but any reverse proxy service will work.