@echo off rem Startup batch file to debug standard servlet examples. rem This batch file was tested on WinNT with Sun JDK 1.3 and JSDK 2.1. rem Please, correct the lines below. rem Variable JDKDIR must be equal to _absolute_path_ to JDK 1.3 installation directory. rem Variable JSDKDIR must be equal to _absolute_path_ to JSDK 2.1 installation directory. set JDKDIR=C:\jdk1.3 set JSDKDIR=C:\jsdk2.1 cd /d %JSDKDIR% %JDKDIR%\bin\java -Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y -cp .\server.jar;.\servlet.jar com.sun.web.shell.Startup