I�m using codewarrior 4.0 on Windows 2000 and I�m trying to debug my servlet from the IDE but when I start to debug my servlet I had the following message : "Couldn't find the application to launch to start the debug session...." If I start my servlet without debugging (using Run command) it forks fine. Here is the complete setup I have used for compiling and debugging: 1. Create a new project in CodeWarrior. 2. Add the "CodeWarrior" JDK's tools.jar to your project. 3. Add the TomcatHome/lib/*.jar files to your project. 4. Set the target Output Directory to /my-web-app/WEB-INF/lib 5. Set the target VM Arguments to "-Dtomcat.home=/path/to/tomcat/home" 6. Set the Main Class to org.apache.tomcat.startup.Tomcat 7. Set the parameters to "start" Did someone has used CodeWarrior with success for debugging tomcat servlet ? Thanks. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]
