Hi Bika:
Apologies for the delayed reply. It sounds like there may be a problem with the contents or location of your labkey.xml file.
When you say "http://localhost:8080/" works fine, what do you see exactly at that URL? Is it the tomcat startup page, or the working LabKey Server?
Assuming it's the tomcat page, a few things about your labkey.xml file to clarify:
-
Is it located in the <TOMCAT_HOME>/conf/Catalina/localhost directory?
-
Is there also any other *.xml file in there (such as ROOT.xml)?
-
The version you sent has the database username as "labkey" and " password="******" -disappear"
That ****** as password is presumably from you cleaning it up before posting. Can you confirm that those credentials are correct as an admin user on your data source?
I'm not familiar with the -disappear parameter and would need to confirm whether it is supported in the resource configuration. Can you retry without that parameter?
-
I am also more familiar with windows configurations of labkey.xml files - can you check that the docBase value here is correct?
<Context docBase="LABKEY_HOME>/labkeywebapp" reloadable="true" crossContext="true">
Typically the actual path to that labkeywebapp location would be there. In our documentation example, that line reads:
<Context docBase="C:\labkey\labkey\labkeyWebapp" reloadable="true" crossContext="true">
Generally, I'd recommend rechecking the installation steps including those about the labkey.xml file. And of course, ideally you've sorted this out in the meantime.
Let me know if you are still unable to start your server.
--Molly