Yes you can run/debug a struts application using Netbeans 3.2.

To get it going (using tomcat):
- Add all the tomcat libraries into your Projects Filesystems.
- Add a link in the Project window to "webserver.jar"
- Make "org.apache.tomcat.startup.Tomcat" your main class
- Edit the project settings "Execution Types" properties. Add
-Dtomcat.home=C:\tomcat to all the "External Process" properties (So that
the tomcat startup class knows where to file the tomcat web applications)

Just use "Execute Project", or "Debug Project" from the main menu to run, or
debug your struts application.


Richard.


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]
Sent: 03 July 2001 05:07
To: [EMAIL PROTECTED]
Subject: Netbeans Support of Struts


Does the Netbeans IDE support the creation of Struts applications and
running/debugging them inside Netbeans?

Dan

Reply via email to