06
May/13Enable Remote Debugging From Tomcat 7 In Windows
Overview Tomcat Configuration Ensure Tomcat is not running before making any changes. Add the following in the first free line that’s not commented out to the file tomcat\bin\startup.bat: set JPDA_ADDRESS=8000 set JPDA_TRANSPORT=dt_socket For example from: rem $Id: startup.bat 895392 2010-01-03 … Continue reading
24
Sep/12Run Vuze / Azureus On 64bit Java
Go to SWT Eclipse project website and download the Linux (x86_64/GTK 2) version. At the time. SWY was at version 3.7.2 and the downloaded file was swt-3.7.2-gtk-linux-x86_64.zip. Make a temporary folder to unzip the files to: mkdir ~/swt Unzip the … Continue reading
09
Jul/12Tomcat 7 Server Error 404 From Eclipse
Although the server states it has started (albeit with errors in the console) when you browser to localhost:8080 to get to the Tomcat welcome page it shows an “HTTP Status 404 – /” with the description “The requested resource (/) … Continue reading