Can Netbeans debug whole application using JBoss_Tomcat - RE: Netbeans Support of Struts

2001-07-03 Thread Liang Li
beans Support of Struts servlet.jar should be in ur application root's Web-inf/lib directory Suhas - Original Message - From: Ryan Cornia <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 03, 2001 2:24 PM Subject: RE: Netbeans Support of Struts I tried to

Re: Netbeans Support of Struts

2001-07-03 Thread suhas
servlet.jar should be in ur application root's Web-inf/lib directory Suhas - Original Message - From: Ryan Cornia <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 03, 2001 2:24 PM Subject: RE: Netbeans Support of Struts I tried to get this working thi

RE: Netbeans Support of Struts

2001-07-03 Thread Ryan Cornia
I tried to get this working this morning without success. When I try and run the project, I get a pop-up error "!instance of JarDataObject". Any ideas? Under my project, I added "servlet.jar", "clasess111.jar" (for db), "jasper.jar", "jaxp.jar", "Webserver.jar", "ant.jar", and "parser.jar" (al

RE: Netbeans Support of Struts

2001-07-02 Thread Richard Allwood
You shouldn't need to expand the jar.   What version of NetBeans are you using, and what is the exception that is raised? -Original Message-From: Ajit Chourasia [mailto:[EMAIL PROTECTED]]Sent: 03 July 2001 12:32To: [EMAIL PROTECTED]Subject: RE: Netbeans Support of StrutsI

RE: Netbeans Support of Struts

2001-07-02 Thread Ajit Chourasia
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 c

RE: Netbeans Support of Struts

2001-07-02 Thread Richard Allwood
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

RE: Netbeans Support of Struts

2001-07-02 Thread Laine Donlan
editing. Laine -Original Message- From: Cook, Levi [mailto:[EMAIL PROTECTED]] Sent: Monday, July 02, 2001 2:09 PM To: '[EMAIL PROTECTED]' Subject: RE: Netbeans Support of Struts Not directly-- I have, however, added Tomcat to my struts projects and ran the entire process withi

RE: Netbeans Support of Struts

2001-07-02 Thread Cook, Levi
Not directly-- I have, however, added Tomcat to my struts projects and ran the entire process within NetBeans. -- Levi > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 02, 2001 12:07 PM > To: [EMAIL PROTECTED] > Subject: Netbeans Support o