I am facing problem when I tried to make org.apache.startup.Tomcat as my main class. It throws me some exception.  I have added the jar file in my file system. Do I need to specifically expand the jar file and then add the directories ....

TIA
Ajit

At 11:35 AM 7/3/01 +1200, you wrote:
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