RE: Can anybody tell how to setup struts in Netbeans IDE

2002-11-21 Thread James Mitchell
For working on the distribution itself: 1. Create a new project (from the Project Manager window) 2. Download the struts source distribution (or use built-in cvs to get the module) 3. Extract to a local drive (if on windoze, try not to have spaces in the directory (such as C:\My Documents)

RE: Can anybody tell how to setup struts in Netbeans IDE

2002-11-21 Thread Karr, David
-Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED]] One definite advantage Eclipse has over NetBeans is that Eclipse is built using SWT (Standard Widget Toolkit). That means that the IDE is written in Java, but the underlying framework uses native JNDI calls the

RE: Can anybody tell how to setup struts in Netbeans IDE

2002-11-21 Thread James Mitchell
-Original Message- From: Karr, David [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 21, 2002 1:36 PM To: Struts Users Mailing List Subject: RE: Can anybody tell how to setup struts in Netbeans IDE -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED

RE: Can anybody tell how to setup struts in Netbeans IDE

2002-11-21 Thread Andy Kriger
To: [EMAIL PROTECTED] Cc: Struts Users Mailing List Subject: RE: Can anybody tell how to setup struts in Netbeans IDE For working on the distribution itself: 1. Create a new project (from the Project Manager window) 2. Download the struts source distribution (or use built-in cvs to get

RE: Can anybody tell how to setup struts in Netbeans IDE

2002-11-21 Thread James Mitchell
chickens? - Seymour Cray (1925-1996), father of supercomputing -Original Message- From: Andy Kriger [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 21, 2002 1:42 PM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: RE: Can anybody tell how to setup struts in Netbeans IDE Out

RE: Can anybody tell how to setup struts in Netbeans IDE

2002-11-21 Thread Andy Kriger
: Thursday, November 21, 2002 13:46 To: Struts Users Mailing List Subject: RE: Can anybody tell how to setup struts in Netbeans IDE Well, I would know. When I bought this laptop months ago, I gave my old one away. It was a PII 233 w/64MB. I ran NetBeans on it one time..and never tried it again

struts in netbeans

2002-10-15 Thread Vincent Stoessel
Hello, I am trying to deploy a struts app from NetBeans 3.4. Netbeans attempts to compile all the classes before creating a .war file. The problem is that compilation stops when it cannot find the BodyTagSupport class which is located in javax.servlet.jsp.tagext I tried mounting servlet.jar from

Re: struts in netbeans

2002-10-15 Thread Eddie Bush
it easy. Forget that fancy NB deploy feature and go with something bullet-proof ;-) My 2 cents. Vincent Stoessel wrote: Hello, I am trying to deploy a struts app from NetBeans 3.4. Netbeans attempts to compile all the classes before creating a .war file. The problem is that compilation stops

Struts e Netbeans.

2002-02-21 Thread Felipe F. Palma Dias
Hello. I am a new user of netbeans with struts. I have an application with the following structure: /myapp --- WEB-INF -- *.tld --- lib -- struts.jar. but when I try to execute my jsp files the tomcat delay to initiate and after that it appears the following message: The Tomcat server

RE: Struts e Netbeans.

2002-02-21 Thread ltorrence
:16 AM To: Struts - User Subject: Struts e Netbeans. Hello. I am a new user of netbeans with struts. I have an application with the following structure: /myapp --- WEB-INF -- *.tld --- lib -- struts.jar. but when I try to execute my jsp files the tomcat delay to initiate and after

Re: Struts e Netbeans.

2002-02-21 Thread Felipe F. Palma Dias
Thanks a lot. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, February 21, 2002 10:55 AM Subject: RE: Struts e Netbeans. It's a bug with NetBeans that occurs with any app that writes a lot of text to the console (like Struts does on startup

RE: Execute Struts in Netbeans?

2002-01-16 Thread Sandeep Takhar
with Netbeans 3.3. Regards Michael Mok -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 16 January 2002 2:55 To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: RE: Execute Struts in Netbeans? Has anyone produced a similar HOW

RE: Execute Struts in Netbeans?

2002-01-15 Thread dhay
] To: 'Struts Users Mailing List' [EMAIL PROTECTED] cc:(bcc: David Hay/Lex/Lexmark) Subject: RE: Execute Struts in Netbeans? I have written a HOW-TO on this. You may want to read it first. www.michaelmok.com Michael Mok Product Manager FullyBooked 1306 Hay Street West Perth Western

RE: Execute Struts in Netbeans?

2002-01-15 Thread Rob Parker
I have been able to use struts with Netbeans by unzipping the struts-blank war file and mounting the resulting directory. Netbeans recognizes the dir as a web app and takes care of everything for you - mounting jars, setting up mount points for editing conf files, etc. What I usually do

Re: Execute Struts in Netbeans?

2002-01-15 Thread Dick Starr
Subject: RE: Execute Struts in Netbeans? I have been able to use struts with Netbeans by unzipping the struts-blank war file and mounting the resulting directory. Netbeans recognizes the dir as a web app and takes care of everything for you - mounting jars, setting up mount points for editing

RE: Execute Struts in Netbeans?

2002-01-15 Thread Michael Mok
Hi Dave Yes it should work with Netbeans 3.3. Regards Michael Mok -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 16 January 2002 2:55 To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: RE: Execute Struts in Netbeans? Has anyone

RE: Execute Struts in Netbeans?

2002-01-13 Thread Michael Mok
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Saturday, 12 January 2002 10:41 To: [EMAIL PROTECTED] Subject:RE: Execute Struts in Netbeans? If you use Forte 3.0 CE (same as netbeans with a few extensions -- good web app extensions), running Struts apps is no problem

RE: Execute Struts in Netbeans?

2002-01-11 Thread ltorrence
If you use Forte 3.0 CE (same as netbeans with a few extensions -- good web app extensions), running Struts apps is no problem. -Original Message- From: AJ Morris [mailto:[EMAIL PROTECTED]] Sent: Friday, January 11, 2002 4:14 PM To: [EMAIL PROTECTED] Subject: Execute Struts in Netbeans

Can't debug Struts with Netbeans 3.3/ Tomcat 4.0

2002-01-01 Thread Rick Horowitz
Please help. I've been trying to get this to work on and off for days now. I'm running Tomcat 4.0 with NetBeans 3.3 on Redhat 7.2. I've managed to run Tomcat as a JPDA target, and attach to it from the NetBeans debugger. I can set breakpoints in Struts' ActionServlet and the Tomcat example