Running Debug in IntelliJ | jeckels | 2013-08-05 11:20 |
Status: Closed | ||
Hi Bront, From your log file, it looks like it isn't even trying to deploy the LabKey webapp. This is controlled with the presence of a labkey.xml in your TOMCAT/conf/Catalina/localhost directory. Do you have that directory? Does it have a labkey.xml file? It should be put there by the Ant build. The missing class from your other machine should be coming from TOMCAT/lib/catalina.jar. It looks like your classpath may not be configured correctly for that particular install. You can probably edit the debug configuration to add it to the -classpath argument and you will hopefully get further. Thanks, Josh |
||