Developer Mode Command

LabKey Support Forum (Inactive)
Developer Mode Command sdoshi  2011-07-12 09:29
Status: Closed
 
Hi,

   I am running Labkey 11.1, Windows 7 x86. I am using the following command to add the Developer Mode to the VM parameters, but it doesn't work

        tomcat5w //ES// LabkeyTomcat

   Can someone point me what I am doing wrong.

Thanks,
 
 
Matthew Bellew responded:  2011-07-12 15:08
There is an example of using this command in this page.

https://www.labkey.org/wiki/home/Documentation/page.view?name=configWebappMemory
 
brittp responded:  2011-07-12 15:13
Also, if you go the command line route (method 2 in the doc Matt referenced), note that the correct command parameter doesn't have any spaces in "//ES//LabkeyTomcat", and may be case sensitive. Your pasted text reads "/ES// LabkeyTomcat" (note the space and lower-case 'k')- it should be "//ES//LabKeyTomcat5" instead.

Thanks,
Britt
 
sdoshi responded:  2011-07-13 07:40
Thanks. Was able to get the installed service name on my machine from the documentation and it was LabKeyTomcat5. Removed the space as well and was able to configure the JVM parameters.