Posted By:
Laurent_Mihalkovic
Posted On:
Thursday, April 4, 2002 12:23 AM
using JBuilder's support for remote debugging, you can debug anything. Change the start-up parameters of the application server hosting your code to debug (see
jpda doc for more details about the command line).
alternatively, you can also include the tomcat jar files inside your project, then set the tomcat startup class as the main class for your project. Two years ago, this is how I used to debug servlets with jbuilder 4, before Borland added native support for tomcat to the product.
cheers