HTTP Status 404 – Not Found | mohara | 2023-11-25 12:15 |
Status: Active | ||
Hi Bika: The exception in your catalina.out file shows what's happening: This indicates that it's 'looking for' LabKey under your tomcat installation instead of under the LabKey enlistment where it almost certainly is located. We use $LABKEY_HOME as shorthand in our docs for the variable location of that installation. However, the way you have this in your labkey.xml file: ...it's trying to find a relative path under tomcat, i.e. a directory with that variable name, which isn't right. Replace LABKEY_HOME in your labkey.xml file with the absolute path to where it is instead. For example, something like this if you followed our installation docs: Hope that helps, |
||