Debug Struts application with JBuilder5

2002-06-24 Thread Heligon Sandra


Hi,

I am trying to debug my struts application with JBuilder5 but it
doesn't
work. I placed a breakpoint in the Controller class, sub-class of
ActionComponentServlet
this class is present in the struts-config file. But the debug
display the index jsp page 
without stopping at the break point. And I can not place breakpoint
in the JSP
file.
How do I configure the debug in Jbuilder5 with Struts? 
Is it in the web.xml file with the attribute debug ? this parameter
is set to 2 in the
web.xml application file.
In the file web.xml of the application only the ServletController
must be defined, isn't it ?
The JSP servlet is defined in the web.xml Tomcat file.
If the same information (servlet JSP or welcome file) is described
in the web.xml tomcat
file and in the web.xml application file, which information has
priority.
I think it is the file of the application.

Thanks for your reply.
Sandra 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: Using IDE -JBuilder5 or WSAD

2002-05-15 Thread Mannem, Taati

I was told that the next version of WSAD will have struts console integrated
with it..That would be around jun/jul

Regards,
Taati
> -Original Message-
> From: James Holmes [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, May 15, 2002 5:00 PM
> To:   Struts Users Mailing List
> Subject:  Re: Using IDE -JBuilder5 or WSAD
> 
> Currently the Struts Console plugs into JBuilder but
> not into Eclipse/WSAD.  The Struts Console makes
> working on Struts projects much easier in terms of the
> config file.
> 
> http://www.jamesholmes.com/struts/
> 
> Hopefully in the future there will be a Struts Console
> plugin for Eclipse/WSAD, but it's not ready yet.
> 
> -james
> [EMAIL PROTECTED]
> 
> 
> 
> --- "Soomar, Muki (R.)" <[EMAIL PROTECTED]> wrote:
> > Does anyone have a methodology for doing development
> > work using IDEs like JBuilder5 or WSAD. I will be
> > curious to know. I have been pulling my hair out
> > trying to use both of them but finding it very
> > difficult. 
> > 
> > Regards,
> > 
> > Muki Soomar
> > 
> > 
> > --
> > To unsubscribe, e-mail:  
> > <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> > 
> 
> 
> __
> Do You Yahoo!?
> LAUNCH - Your Yahoo! Music Experience
> http://launch.yahoo.com
> 
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: Using IDE -JBuilder5 or WSAD

2002-05-15 Thread James Mitchell

(Jbuilder)

I have used this setup in the past:

/project<-create project here
   -build.xml (ant script)
   -project.jbx (jbuilder project)

   + src<-set this as working folder
   + WEB-INF
  - classes  <-compile to here
  - lib  <-create a project_home and add these

Look into using the opentools for Antrunner and JUnit as they integrate
nicely.



JM

> -Original Message-
> From: emmanuel.boudrant [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, May 15, 2002 5:15 PM
> To: Struts Users Mailing List
> Subject: Re: Using IDE -JBuilder5 or WSAD
>
>
>
> ... And the StrutsWizard for JBuilder,
> Struts wizard generate action, actionform and jsp, it use the
> struts console for config file. Currently I'm working on an
> eclipse version (available soon...)
> There is some opentools for JBuilder struts support, see struts
> ressources in Jakarta web site or link above:
> Struts wizard :
> http://codecentral.borland.com/codecentral/ccweb.exe/listing?id=17849
> Struts Support Addin :
> http://codecentral.borland.com/codecentral/ccweb.exe/listing?id=16369
>
>
> .emmanuel
>   James Holmes <[EMAIL PROTECTED]> a écrit : Currently the
> Struts Console plugs into JBuilder but
> not into Eclipse/WSAD. The Struts Console makes
> working on Struts projects much easier in terms of the
> config file.
>
> http://www.jamesholmes.com/struts/
>
> Hopefully in the future there will be a Struts Console
> plugin for Eclipse/WSAD, but it's not ready yet.
>
> -james
> [EMAIL PROTECTED]
>
>
>
> --- "Soomar, Muki (R.)" wrote:
> > Does anyone have a methodology for doing development
> > work using IDEs like JBuilder5 or WSAD. I will be
> > curious to know. I have been pulling my hair out
> > trying to use both of them but finding it very
> > difficult.
> >
> > Regards,
> >
> > Muki Soomar
> >
> >
> > --
> > To unsubscribe, e-mail:
> >
> > For additional commands, e-mail:
> >
> >
>
>
> __
> Do You Yahoo!?
> LAUNCH - Your Yahoo! Music Experience
> http://launch.yahoo.com
>
> --
> To unsubscribe, e-mail:
> For additional commands, e-mail:
>
>
>
> -
> Yahoo! Mail -- Une adresse @yahoo.fr gratuite et en français !
>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




Re: Using IDE -JBuilder5 or WSAD

2002-05-15 Thread emmanuel.boudrant


... And the StrutsWizard for JBuilder,
Struts wizard generate action, actionform and jsp, it use the struts console for 
config file. Currently I'm working on an eclipse version (available soon...)
There is some opentools for JBuilder struts support, see struts ressources in Jakarta 
web site or link above:
Struts wizard : http://codecentral.borland.com/codecentral/ccweb.exe/listing?id=17849
Struts Support Addin : 
http://codecentral.borland.com/codecentral/ccweb.exe/listing?id=16369


.emmanuel
  James Holmes <[EMAIL PROTECTED]> a écrit : Currently the Struts Console plugs 
into JBuilder but
not into Eclipse/WSAD. The Struts Console makes
working on Struts projects much easier in terms of the
config file.

http://www.jamesholmes.com/struts/

Hopefully in the future there will be a Struts Console
plugin for Eclipse/WSAD, but it's not ready yet.

-james
[EMAIL PROTECTED]



--- "Soomar, Muki (R.)" wrote:
> Does anyone have a methodology for doing development
> work using IDEs like JBuilder5 or WSAD. I will be
> curious to know. I have been pulling my hair out
> trying to use both of them but finding it very
> difficult. 
> 
> Regards,
> 
> Muki Soomar
> 
> 
> --
> To unsubscribe, e-mail: 
> 
> For additional commands, e-mail:
> 
> 


__
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com

--
To unsubscribe, e-mail: 
For additional commands, e-mail: 



-
Yahoo! Mail -- Une adresse @yahoo.fr gratuite et en français !



Re: Using IDE -JBuilder5 or WSAD

2002-05-15 Thread James Holmes

Currently the Struts Console plugs into JBuilder but
not into Eclipse/WSAD.  The Struts Console makes
working on Struts projects much easier in terms of the
config file.

http://www.jamesholmes.com/struts/

Hopefully in the future there will be a Struts Console
plugin for Eclipse/WSAD, but it's not ready yet.

-james
[EMAIL PROTECTED]



--- "Soomar, Muki (R.)" <[EMAIL PROTECTED]> wrote:
> Does anyone have a methodology for doing development
> work using IDEs like JBuilder5 or WSAD. I will be
> curious to know. I have been pulling my hair out
> trying to use both of them but finding it very
> difficult. 
> 
> Regards,
> 
> Muki Soomar
> 
> 
> --
> To unsubscribe, e-mail:  
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
> 


__
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: Using IDE -JBuilder5 or WSAD

2002-05-15 Thread Soomar, Muki (R.)

Thanks Mark. That was helpful info. 

Regards,

Muki Soomar
IT-Systems
Customer Relationship Center Integration
Global Consumer Systems
4S-110, Regent Court
Phone: (313) 20-64687
Ford Motor Co.



-Original Message-
From: DHS Struts [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 15, 2002 4:41 PM
To: [EMAIL PROTECTED]
Subject: Re: Using IDE -JBuilder5 or WSAD


I've not had any experience with JBuilder so I can't speak to it. However I 
have been using WSAD for the past few months.

We have two developers who split the application basically in half. One does

the presentation layer and the other the model layer. We built a prototype 
of the application and from that an initial struts-config.xml file. Using 
the config file the presentation developer builds the pages and all 
necessary struts components. Meanwhile the model developer builds a business

object that returns dummy data. This gives the presentation developer 
something to target. Then the model developer completes the SQL necessary 
for this object and tests it using various homegrown test classes. Once it 
is working the dummy data is removed the actual database methods are put 
into place.

So far this parallel development "method" is working. Overlap between the 
two developers is minimized easing conflicts in source control. By having 
dummy data ready almost at once the presentation developer can work without 
waiting for the model to be completed.

As for WSAD... it is large, cumbersome, slow, memory intensive, and 
occasionally pretty cool.

Hope this was helpful,
mark n.


>From: "Soomar, Muki (R.)" <[EMAIL PROTECTED]>
>Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
>To: "Struts-User (E-mail)" <[EMAIL PROTECTED]>
>Subject: Using IDE -JBuilder5 or WSAD
>Date: Wed, 15 May 2002 16:26:21 -0400
>
>Does anyone have a methodology for doing development work using IDEs like 
>JBuilder5 or WSAD. I will be curious to know. I have been pulling my hair 
>out trying to use both of them but finding it very difficult.
>
>Regards,
>
>Muki Soomar
>
>
>--
>To unsubscribe, e-mail:   
><mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail: 
><mailto:[EMAIL PROTECTED]>
>


_
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx


--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




Re: Using IDE -JBuilder5 or WSAD

2002-05-15 Thread DHS Struts

I've not had any experience with JBuilder so I can't speak to it. However I 
have been using WSAD for the past few months.

We have two developers who split the application basically in half. One does 
the presentation layer and the other the model layer. We built a prototype 
of the application and from that an initial struts-config.xml file. Using 
the config file the presentation developer builds the pages and all 
necessary struts components. Meanwhile the model developer builds a business 
object that returns dummy data. This gives the presentation developer 
something to target. Then the model developer completes the SQL necessary 
for this object and tests it using various homegrown test classes. Once it 
is working the dummy data is removed the actual database methods are put 
into place.

So far this parallel development "method" is working. Overlap between the 
two developers is minimized easing conflicts in source control. By having 
dummy data ready almost at once the presentation developer can work without 
waiting for the model to be completed.

As for WSAD... it is large, cumbersome, slow, memory intensive, and 
occasionally pretty cool.

Hope this was helpful,
mark n.


>From: "Soomar, Muki (R.)" <[EMAIL PROTECTED]>
>Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
>To: "Struts-User (E-mail)" <[EMAIL PROTECTED]>
>Subject: Using IDE -JBuilder5 or WSAD
>Date: Wed, 15 May 2002 16:26:21 -0400
>
>Does anyone have a methodology for doing development work using IDEs like 
>JBuilder5 or WSAD. I will be curious to know. I have been pulling my hair 
>out trying to use both of them but finding it very difficult.
>
>Regards,
>
>Muki Soomar
>
>
>--
>To unsubscribe, e-mail:   
><mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail: 
><mailto:[EMAIL PROTECTED]>
>


_
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: Using IDE -JBuilder5 or WSAD

2002-05-15 Thread Soomar, Muki (R.)

I meant specific to doing STRUTS development work. Apologize for missing that out.

Regards,

Muki Soomar

-Original Message-
From: Soomar, Muki (R.) [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 15, 2002 4:26 PM
To: Struts-User (E-mail)
Subject: Using IDE -JBuilder5 or WSAD


Does anyone have a methodology for doing development work using IDEs like JBuilder5 or 
WSAD. I will be curious to know. I have been pulling my hair out trying to use both of 
them but finding it very difficult. 

Regards,

Muki Soomar


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




Using IDE -JBuilder5 or WSAD

2002-05-15 Thread Soomar, Muki (R.)

Does anyone have a methodology for doing development work using IDEs like JBuilder5 or 
WSAD. I will be curious to know. I have been pulling my hair out trying to use both of 
them but finding it very difficult. 

Regards,

Muki Soomar


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: [Resend]Too Slow: Debug Struts + Torque project using JBuilder5

2002-04-15 Thread Peter Ondruska

Hi,

There are people who are happy with println() and there are people happy 
with IDE debugger. It is matter of experience and personal preference.

my $ .02 :-)

Peter

PS: Let's stop debugging wars. BTW not everybody can dedicate 256+ MB RAM to 
Java IDE with debugger...


Original Message Follows
From: "Juan Alvarado \(Struts List\)" <[EMAIL PROTECTED]>
Reply-To: <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Subject: RE: [Resend]Too Slow: Debug Struts + Torque project using JBuilder5
Date: Mon, 15 Apr 2002 09:10:39 -0400

I believe that for the $100 my company spent on the IDE I use, they have
gotten their money's worth 10 times over. Tell me this, what happens after
you add your famous "println" with your famous "xemacs" editor. You go shut
down the app. server restart it and then you finally get to debug your
problem.

This is not the case when you are using a properly configured IDE. I
guarantee you that in the time you added your strategized about where to put
your GREAT 'println' statement with your 'xemacs' editor, I would have
debugged the problem and moved on to something else using an IDE.

Basically my point about 'println' is that they make the developer waste
time on doint things that there are great tools for, and ultimately all that
time you spend on 'println' is money you are costing your company.

I believe however that for some developers they will never believe in this
since they think that by using an IDE they would be taking a step down
instead of a step up.


**
Juan Alvarado
Internet Developer -- Manduca Management
(786)552-0504
[EMAIL PROTECTED]
AOL Instant Messenger: [EMAIL PROTECTED]

-Original Message-
From: Dave Derry [mailto:[EMAIL PROTECTED]]
Sent: Saturday, April 13, 2002 9:25 AM
To: Struts Users Mailing List; [EMAIL PROTECTED]
Subject: Re: [Resend]Too Slow: Debug Struts + Torque project using
JBuilder5


Perhaps less of a waste of time than waiting on the debugger (the problem
that started this thread) then stepping through lots of code. Much quicker,
and more enlightening,  to think about the problem (as someone else
suggested) then insert a println in a strategic location. Also, using xemacs
to add a println statement will likely consume a lot less of your companies
money than that fancy IDE you want.


- Original Message -
From: "Juan Alvarado (Struts List)" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Friday, April 12, 2002 6:02 PM
Subject: RE: [Resend]Too Slow: Debug Struts + Torque project using JBuilder5


 > System.out.println() is a great tool if you want to waste your time and
your
 > company's money. I would suggest investing in an IDE you feel comfortable
 > with.
 >
 >
 > **
 > Juan Alvarado
 > Internet Developer -- Manduca Management
 > (786)552-0504
 > [EMAIL PROTECTED]
 > AOL Instant Messenger: [EMAIL PROTECTED]
 >
 > -Original Message-
 > From: Galbreath, Mark [mailto:[EMAIL PROTECTED]]
 > Sent: Friday, April 12, 2002 5:58 PM
 > To: 'Struts Users Mailing List'
 > Subject: RE: [Resend]Too Slow: Debug Struts + Torque project using
 > JBuilder5
 >
 >
 > System.out.println().
 >
 > ;-)
 >
 > Mark
 >
 > -Original Message-
 > From: Annie Zhang [mailto:[EMAIL PROTECTED]]
 > Sent: Friday, April 12, 2002 5:02 PM
 >
 > Which is the best debug tool for Struts+Torque projects?


_
Join the world’s largest e-mail service with MSN Hotmail. 
http://www.hotmail.com


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: [Resend]Too Slow: Debug Struts + Torque project using JBuilder5

2002-04-15 Thread Steve Earl

Hey, lighten up everyone. I'm sure he was only having a laugh (although
don't sue me
if I'm misrepresenting your views, Mark!).

System.out.println("Take chill pill now...");

:-)

__ 
Steve Earl


-Original Message-
From: Juan Alvarado (Struts List) [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 15, 2002 2:24 PM
To: Struts Users Mailing List
Subject: RE: [Resend]Too Slow: Debug Struts + Torque project using
JBuilder5


To begin with, I don't see the need for an IDE to debug JSPs. My main need
of debugging comes on the business side of things.

I guess there must be thousands if not hundreds of thousands of code
"weenies" around the world doing their java development. I'm also sure these
people are not developing quality code at all and that they are developing
worthless applications because they are "weenies". Of course a guy like
yourself Mark who is such a code stud doesn't need any of the tools of the
trade and I'm sure all of your development is done on some text editor and
all of your debugging is done with your suggested system.println.

Unfortunately, the rest of us are not as gifted as you and we have to rely
on the tools for weenies as you like to call them.

We weenies will go ahead and leave the tools for studs like you
(system.out.println) alone so that god forbid we don't ever become such a
java stud as yourself.

**
Juan Alvarado
Internet Developer -- Manduca Management
(786)552-0504
[EMAIL PROTECTED]
AOL Instant Messenger: [EMAIL PROTECTED]

-Original Message-
From: Galbreath, Mark [mailto:[EMAIL PROTECTED]]
Sent: Saturday, April 13, 2002 9:58 AM
To: 'Struts Users Mailing List'
Subject: RE: [Resend]Too Slow: Debug Struts + Torque project using
JBuilder5


Not to mention that debuggers don't work on JSPs that rely upon EJBs for
their data.  IDEs are for code weenies.

Mark

-Original Message-
From: Dave Derry [mailto:[EMAIL PROTECTED]]
Sent: Saturday, April 13, 2002 9:25 AM

Perhaps less of a waste of time than waiting on the debugger (the problem
that started this thread) then stepping through lots of code. Much quicker,
and more enlightening,  to think about the problem (as someone else
suggested) then insert a println in a strategic location. Also, using xemacs
to add a println statement will likely consume a lot less of your companies
money than that fancy IDE you want.


- Original Message -
From: "Juan Alvarado (Struts List)" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Friday, April 12, 2002 6:02 PM
Subject: RE: [Resend]Too Slow: Debug Struts + Torque project using JBuilder5


> System.out.println() is a great tool if you want to waste your time and
your
> company's money. I would suggest investing in an IDE you feel comfortable
> with.
>
>
> **
> Juan Alvarado
> Internet Developer -- Manduca Management
> (786)552-0504
> [EMAIL PROTECTED]
> AOL Instant Messenger: [EMAIL PROTECTED]
>
> -Original Message-
> From: Galbreath, Mark [mailto:[EMAIL PROTECTED]]
> Sent: Friday, April 12, 2002 5:58 PM
> To: 'Struts Users Mailing List'
> Subject: RE: [Resend]Too Slow: Debug Struts + Torque project using
> JBuilder5
>
>
> System.out.println().
>
> ;-)
>
> Mark
>
> -Original Message-
> From: Annie Zhang [mailto:[EMAIL PROTECTED]]
> Sent: Friday, April 12, 2002 5:02 PM
>
> Which is the best debug tool for Struts+Torque projects?
>
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
>
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>


--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>



--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: [Resend]Too Slow: Debug Struts + Torque project using JBuilder5

2002-04-15 Thread Juan Alvarado \(Struts List\)

To begin with, I don't see the need for an IDE to debug JSPs. My main need
of debugging comes on the business side of things.

I guess there must be thousands if not hundreds of thousands of code
"weenies" around the world doing their java development. I'm also sure these
people are not developing quality code at all and that they are developing
worthless applications because they are "weenies". Of course a guy like
yourself Mark who is such a code stud doesn't need any of the tools of the
trade and I'm sure all of your development is done on some text editor and
all of your debugging is done with your suggested system.println.

Unfortunately, the rest of us are not as gifted as you and we have to rely
on the tools for weenies as you like to call them.

We weenies will go ahead and leave the tools for studs like you
(system.out.println) alone so that god forbid we don't ever become such a
java stud as yourself.

**
Juan Alvarado
Internet Developer -- Manduca Management
(786)552-0504
[EMAIL PROTECTED]
AOL Instant Messenger: [EMAIL PROTECTED]

-Original Message-
From: Galbreath, Mark [mailto:[EMAIL PROTECTED]]
Sent: Saturday, April 13, 2002 9:58 AM
To: 'Struts Users Mailing List'
Subject: RE: [Resend]Too Slow: Debug Struts + Torque project using
JBuilder5


Not to mention that debuggers don't work on JSPs that rely upon EJBs for
their data.  IDEs are for code weenies.

Mark

-Original Message-
From: Dave Derry [mailto:[EMAIL PROTECTED]]
Sent: Saturday, April 13, 2002 9:25 AM

Perhaps less of a waste of time than waiting on the debugger (the problem
that started this thread) then stepping through lots of code. Much quicker,
and more enlightening,  to think about the problem (as someone else
suggested) then insert a println in a strategic location. Also, using xemacs
to add a println statement will likely consume a lot less of your companies
money than that fancy IDE you want.


- Original Message -
From: "Juan Alvarado (Struts List)" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Friday, April 12, 2002 6:02 PM
Subject: RE: [Resend]Too Slow: Debug Struts + Torque project using JBuilder5


> System.out.println() is a great tool if you want to waste your time and
your
> company's money. I would suggest investing in an IDE you feel comfortable
> with.
>
>
> **
> Juan Alvarado
> Internet Developer -- Manduca Management
> (786)552-0504
> [EMAIL PROTECTED]
> AOL Instant Messenger: [EMAIL PROTECTED]
>
> -Original Message-
> From: Galbreath, Mark [mailto:[EMAIL PROTECTED]]
> Sent: Friday, April 12, 2002 5:58 PM
> To: 'Struts Users Mailing List'
> Subject: RE: [Resend]Too Slow: Debug Struts + Torque project using
> JBuilder5
>
>
> System.out.println().
>
> ;-)
>
> Mark
>
> -Original Message-
> From: Annie Zhang [mailto:[EMAIL PROTECTED]]
> Sent: Friday, April 12, 2002 5:02 PM
>
> Which is the best debug tool for Struts+Torque projects?
>
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
>
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>


--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: [Resend]Too Slow: Debug Struts + Torque project using JBuilder5

2002-04-15 Thread Juan Alvarado \(Struts List\)

I believe that for the $100 my company spent on the IDE I use, they have
gotten their money's worth 10 times over. Tell me this, what happens after
you add your famous "println" with your famous "xemacs" editor. You go shut
down the app. server restart it and then you finally get to debug your
problem.

This is not the case when you are using a properly configured IDE. I
guarantee you that in the time you added your strategized about where to put
your GREAT 'println' statement with your 'xemacs' editor, I would have
debugged the problem and moved on to something else using an IDE.

Basically my point about 'println' is that they make the developer waste
time on doint things that there are great tools for, and ultimately all that
time you spend on 'println' is money you are costing your company.

I believe however that for some developers they will never believe in this
since they think that by using an IDE they would be taking a step down
instead of a step up.


**
Juan Alvarado
Internet Developer -- Manduca Management
(786)552-0504
[EMAIL PROTECTED]
AOL Instant Messenger: [EMAIL PROTECTED]

-Original Message-
From: Dave Derry [mailto:[EMAIL PROTECTED]]
Sent: Saturday, April 13, 2002 9:25 AM
To: Struts Users Mailing List; [EMAIL PROTECTED]
Subject: Re: [Resend]Too Slow: Debug Struts + Torque project using
JBuilder5


Perhaps less of a waste of time than waiting on the debugger (the problem
that started this thread) then stepping through lots of code. Much quicker,
and more enlightening,  to think about the problem (as someone else
suggested) then insert a println in a strategic location. Also, using xemacs
to add a println statement will likely consume a lot less of your companies
money than that fancy IDE you want.


- Original Message -
From: "Juan Alvarado (Struts List)" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Friday, April 12, 2002 6:02 PM
Subject: RE: [Resend]Too Slow: Debug Struts + Torque project using JBuilder5


> System.out.println() is a great tool if you want to waste your time and
your
> company's money. I would suggest investing in an IDE you feel comfortable
> with.
>
>
> **
> Juan Alvarado
> Internet Developer -- Manduca Management
> (786)552-0504
> [EMAIL PROTECTED]
> AOL Instant Messenger: [EMAIL PROTECTED]
>
> -Original Message-
> From: Galbreath, Mark [mailto:[EMAIL PROTECTED]]
> Sent: Friday, April 12, 2002 5:58 PM
> To: 'Struts Users Mailing List'
> Subject: RE: [Resend]Too Slow: Debug Struts + Torque project using
> JBuilder5
>
>
> System.out.println().
>
> ;-)
>
> Mark
>
> -Original Message-
> From: Annie Zhang [mailto:[EMAIL PROTECTED]]
> Sent: Friday, April 12, 2002 5:02 PM
>
> Which is the best debug tool for Struts+Torque projects?
>
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
>
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>


--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: [Resend]Too Slow: Debug Struts + Torque project using JBuilder5

2002-04-13 Thread Jay sissom

Which IDE's don't?  If the IDE you tried didn't, it was good that you quit 
using it.  I don't know of any current IDE that won't allow you to debug 
JSP's that use EJB's.  None of us do that anyway because we use Struts, 
right?  Views shouldn't talk directly to business logic.

Jay

On Sat, 13 Apr 2002, Galbreath, Mark wrote:

> Not to mention that debuggers don't work on JSPs that rely upon EJBs for
> their data.  IDEs are for code weenies.
> 
> Mark
> 
> -Original Message-
> From: Dave Derry [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, April 13, 2002 9:25 AM
> 
> Perhaps less of a waste of time than waiting on the debugger (the problem
> that started this thread) then stepping through lots of code. Much quicker,
> and more enlightening,  to think about the problem (as someone else
> suggested) then insert a println in a strategic location. Also, using xemacs
> to add a println statement will likely consume a lot less of your companies
> money than that fancy IDE you want.
> 
> 
> - Original Message -
> From: "Juan Alvarado (Struts List)" <[EMAIL PROTECTED]>
> To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
> Sent: Friday, April 12, 2002 6:02 PM
> Subject: RE: [Resend]Too Slow: Debug Struts + Torque project using JBuilder5
> 
> 
> > System.out.println() is a great tool if you want to waste your time and
> your
> > company's money. I would suggest investing in an IDE you feel comfortable
> > with.
> >
> >
> > **
> > Juan Alvarado
> > Internet Developer -- Manduca Management
> > (786)552-0504
> > [EMAIL PROTECTED]
> > AOL Instant Messenger: [EMAIL PROTECTED]
> >
> > -Original Message-
> > From: Galbreath, Mark [mailto:[EMAIL PROTECTED]]
> > Sent: Friday, April 12, 2002 5:58 PM
> > To: 'Struts Users Mailing List'
> > Subject: RE: [Resend]Too Slow: Debug Struts + Torque project using
> > JBuilder5
> >
> >
> > System.out.println().
> >
> > ;-)
> >
> > Mark
> >
> > -Original Message-
> > From: Annie Zhang [mailto:[EMAIL PROTECTED]]
> > Sent: Friday, April 12, 2002 5:02 PM
> >
> > Which is the best debug tool for Struts+Torque projects?
> >
> > --
> > To unsubscribe, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> >
> >
> >
> > --
> > To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
> >
> 
> 
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
> 


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: [Resend]Too Slow: Debug Struts + Torque project using JBuilder5

2002-04-13 Thread Galbreath, Mark

Not to mention that debuggers don't work on JSPs that rely upon EJBs for
their data.  IDEs are for code weenies.

Mark

-Original Message-
From: Dave Derry [mailto:[EMAIL PROTECTED]]
Sent: Saturday, April 13, 2002 9:25 AM

Perhaps less of a waste of time than waiting on the debugger (the problem
that started this thread) then stepping through lots of code. Much quicker,
and more enlightening,  to think about the problem (as someone else
suggested) then insert a println in a strategic location. Also, using xemacs
to add a println statement will likely consume a lot less of your companies
money than that fancy IDE you want.


- Original Message -
From: "Juan Alvarado (Struts List)" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Friday, April 12, 2002 6:02 PM
Subject: RE: [Resend]Too Slow: Debug Struts + Torque project using JBuilder5


> System.out.println() is a great tool if you want to waste your time and
your
> company's money. I would suggest investing in an IDE you feel comfortable
> with.
>
>
> **
> Juan Alvarado
> Internet Developer -- Manduca Management
> (786)552-0504
> [EMAIL PROTECTED]
> AOL Instant Messenger: [EMAIL PROTECTED]
>
> -Original Message-
> From: Galbreath, Mark [mailto:[EMAIL PROTECTED]]
> Sent: Friday, April 12, 2002 5:58 PM
> To: 'Struts Users Mailing List'
> Subject: RE: [Resend]Too Slow: Debug Struts + Torque project using
> JBuilder5
>
>
> System.out.println().
>
> ;-)
>
> Mark
>
> -Original Message-
> From: Annie Zhang [mailto:[EMAIL PROTECTED]]
> Sent: Friday, April 12, 2002 5:02 PM
>
> Which is the best debug tool for Struts+Torque projects?
>
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
>
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>


--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




Re: [Resend]Too Slow: Debug Struts + Torque project using JBuilder5

2002-04-13 Thread Dave Derry

Perhaps less of a waste of time than waiting on the debugger (the problem
that started this thread) then stepping through lots of code. Much quicker,
and more enlightening,  to think about the problem (as someone else
suggested) then insert a println in a strategic location. Also, using xemacs
to add a println statement will likely consume a lot less of your companies
money than that fancy IDE you want.


- Original Message -
From: "Juan Alvarado (Struts List)" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Friday, April 12, 2002 6:02 PM
Subject: RE: [Resend]Too Slow: Debug Struts + Torque project using JBuilder5


> System.out.println() is a great tool if you want to waste your time and
your
> company's money. I would suggest investing in an IDE you feel comfortable
> with.
>
>
> **
> Juan Alvarado
> Internet Developer -- Manduca Management
> (786)552-0504
> [EMAIL PROTECTED]
> AOL Instant Messenger: [EMAIL PROTECTED]
>
> -Original Message-
> From: Galbreath, Mark [mailto:[EMAIL PROTECTED]]
> Sent: Friday, April 12, 2002 5:58 PM
> To: 'Struts Users Mailing List'
> Subject: RE: [Resend]Too Slow: Debug Struts + Torque project using
> JBuilder5
>
>
> System.out.println().
>
> ;-)
>
> Mark
>
> -Original Message-
> From: Annie Zhang [mailto:[EMAIL PROTECTED]]
> Sent: Friday, April 12, 2002 5:02 PM
>
> Which is the best debug tool for Struts+Torque projects?
>
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
>
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: [Resend]Too Slow: Debug Struts + Torque project using JBuilder5

2002-04-12 Thread emmanuel.boudrant


 I suggest you to adopt unit testing ;) ... like JUnit framework.
1: Code class squeleton
2: Code test
3: Code class
4: Launch test
5: Enjoy ;)
  Joseph Barefoot <[EMAIL PROTECTED]> a écrit : Sure, but a debugger is not a 
panacea to cure all ills, and in some
situations unwarranted: mounting intermediate .java files generated from
JSPs in order to debug the pages, just to solve a relatively simple
debugging problem, is perhaps not the path of least resistance, IMHO.

Debuggers are great, I agree 100%, but the best debugger I've ever seen is
between my ears. It solves 95% of my debugging problems quite handily.

b.t.w., I'm quite sure that Mark was just being facetious with his comment,
judging from the wink following it. ;)


regards and TGIF,

Joe Barefoot



-Original Message-
From: Juan Alvarado (Struts List) [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 12, 2002 3:03 PM
To: Struts Users Mailing List
Subject: RE: [Resend]Too Slow: Debug Struts + Torque project using
JBuilder5


System.out.println() is a great tool if you want to waste your time and your
company's money. I would suggest investing in an IDE you feel comfortable
with.


**
Juan Alvarado
Internet Developer -- Manduca Management
(786)552-0504
[EMAIL PROTECTED]
AOL Instant Messenger: [EMAIL PROTECTED]

-Original Message-
From: Galbreath, Mark [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 12, 2002 5:58 PM
To: 'Struts Users Mailing List'
Subject: RE: [Resend]Too Slow: Debug Struts + Torque project using
JBuilder5


System.out.println().

;-)

Mark

-Original Message-
From: Annie Zhang [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 12, 2002 5:02 PM

Which is the best debug tool for Struts+Torque projects?

--
To unsubscribe, e-mail:

For additional commands, e-mail:




--
To unsubscribe, e-mail:

For additional commands, e-mail:



--
To unsubscribe, e-mail: 
For additional commands, e-mail: 



-
Yahoo! Mail -- Une adresse @yahoo.fr gratuite et en français !



RE: [Resend]Too Slow: Debug Struts + Torque project using JBuilder5

2002-04-12 Thread Joseph Barefoot

Sure, but a debugger is not a panacea to cure all ills, and in some
situations unwarranted:  mounting intermediate .java files generated from
JSPs in order to debug the pages, just to solve a relatively simple
debugging problem, is perhaps not the path of least resistance, IMHO.

Debuggers are great, I agree 100%, but the best debugger I've ever seen is
between my ears.  It solves 95% of my debugging problems quite handily.

b.t.w., I'm quite sure that Mark was just being facetious with his comment,
judging from the wink following it. ;)


regards and TGIF,

Joe Barefoot



-Original Message-
From: Juan Alvarado (Struts List) [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 12, 2002 3:03 PM
To: Struts Users Mailing List
Subject: RE: [Resend]Too Slow: Debug Struts + Torque project using
JBuilder5


System.out.println() is a great tool if you want to waste your time and your
company's money. I would suggest investing in an IDE you feel comfortable
with.


**
Juan Alvarado
Internet Developer -- Manduca Management
(786)552-0504
[EMAIL PROTECTED]
AOL Instant Messenger: [EMAIL PROTECTED]

-Original Message-
From: Galbreath, Mark [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 12, 2002 5:58 PM
To: 'Struts Users Mailing List'
Subject: RE: [Resend]Too Slow: Debug Struts + Torque project using
JBuilder5


System.out.println().

;-)

Mark

-Original Message-
From: Annie Zhang [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 12, 2002 5:02 PM

Which is the best debug tool for Struts+Torque projects?

--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>



--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: [Resend]Too Slow: Debug Struts + Torque project using JBuilder5

2002-04-12 Thread Juan Alvarado \(Struts List\)

System.out.println() is a great tool if you want to waste your time and your
company's money. I would suggest investing in an IDE you feel comfortable
with.


**
Juan Alvarado
Internet Developer -- Manduca Management
(786)552-0504
[EMAIL PROTECTED]
AOL Instant Messenger: [EMAIL PROTECTED]

-Original Message-
From: Galbreath, Mark [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 12, 2002 5:58 PM
To: 'Struts Users Mailing List'
Subject: RE: [Resend]Too Slow: Debug Struts + Torque project using
JBuilder5


System.out.println().

;-)

Mark

-Original Message-
From: Annie Zhang [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 12, 2002 5:02 PM

Which is the best debug tool for Struts+Torque projects?

--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: [Resend]Too Slow: Debug Struts + Torque project using JBuilder5

2002-04-12 Thread Galbreath, Mark

System.out.println().

;-)

Mark

-Original Message-
From: Annie Zhang [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 12, 2002 5:02 PM

Which is the best debug tool for Struts+Torque projects?

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




[Resend]Too Slow: Debug Struts + Torque project using JBuilder5

2002-04-12 Thread Annie Zhang



Hi

I have a powerful PC: 1.5G Intel cpu,  768M memory, 30G HD

But when I debug Struts+Torque project with JBuilder5, the speed is terrible
slow!!! My project scale is not very large, only 10 jsp and 20 oracle
tables. It will take more than 1 minute to start debug. What's the main
problem is?

Which is the best debug tool for Struts+Torque projects?

Thanks in advance.

Annie



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




Re: Too Slow: Debug Struts + Torque project using JBuilder5

2002-04-10 Thread Engin Atik

Use -classic in the commandline. If you dont use this option default hotjava
compiler takes too long to start.
Good luck
-E


- Original Message -
From: "Annie Zhang" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Wednesday, April 10, 2002 1:50 PM
Subject: Too Slow: Debug Struts + Torque project using JBuilder5


Hi

I have a powerful PC: 1.5G Intel cpu,  768M memory, 30G HD

But when I debug Struts+Torque project with JBuilder5, the speed is terrible
slow!!! My project scale is not very large, only 10 jsp and 20 oracle
tables. It will take more than 1 minute to start debug. What's the main
problem is?

Which is the best debug tool for Struts+Torque projects?

Thanks in advance.

Annie



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




Too Slow: Debug Struts + Torque project using JBuilder5

2002-04-10 Thread Annie Zhang

Hi

I have a powerful PC: 1.5G Intel cpu,  768M memory, 30G HD

But when I debug Struts+Torque project with JBuilder5, the speed is terrible slow!!! 
My project scale is not very large, only 10 jsp and 20 oracle tables. It will take 
more than 1 minute to start debug. What's the main problem is? 

Which is the best debug tool for Struts+Torque projects?

Thanks in advance.

Annie



RE: Struts with JBuilder5

2002-03-12 Thread Jesse Alexander (KADA 12)

For quite some time we tried to rely on JB's features, but lately
we enjoy ANT much more. Using the AntRunner plug-in it works 
very nice from within JB. With ANT building the war is easier...

hth
Alexander

-Original Message-
From: Steve [mailto:[EMAIL PROTECTED]]
Sent: Montag, 11. März 2002 06:36
To: 'Struts Users Mailing List'
Subject: Struts with JBuilder5


Does anyone know how to get JBuilder5 to include the .tld
files in the WAR file?

I am trying to configure a project based on the struts-blank
template.

TIA

Steve

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: Struts with JBuilder5

2002-03-11 Thread Jay sissom

I believe this link has the two OpenTool updates you need for Struts to 
work property within JBuilder 5:

http://codecentral.borland.com/codecentral/ccweb.exe/listing?id=16369

Jay

On Mon, 11 Mar 2002, Robert D. Morse wrote:

> - Bring up JBuilder
> - In the left panel showing all of your files, right click on your web
> application (this is the file with the icon of the hand holding the globe).
> - Click on the Classes tab
> - Click on the Add Files button
> - Add whatever files you'd like here
> - Make sure that the radio button 'Always include classes and resources' is
> selected
> - Rebuild your project
> 
> -Original Message-
> From: Steve [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, March 10, 2002 9:36 PM
> To: 'Struts Users Mailing List'
> Subject: Struts with JBuilder5
> 
> 
> Does anyone know how to get JBuilder5 to include the .tld
> files in the WAR file?
> 
> I am trying to configure a project based on the struts-blank
> template.
> 
> TIA
> 
> Steve
> 
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
> 


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: Struts with JBuilder5

2002-03-11 Thread Robert D. Morse

- Bring up JBuilder
- In the left panel showing all of your files, right click on your web
application (this is the file with the icon of the hand holding the globe).
- Click on the Classes tab
- Click on the Add Files button
- Add whatever files you'd like here
- Make sure that the radio button 'Always include classes and resources' is
selected
- Rebuild your project

-Original Message-
From: Steve [mailto:[EMAIL PROTECTED]]
Sent: Sunday, March 10, 2002 9:36 PM
To: 'Struts Users Mailing List'
Subject: Struts with JBuilder5


Does anyone know how to get JBuilder5 to include the .tld
files in the WAR file?

I am trying to configure a project based on the struts-blank
template.

TIA

Steve

--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




Struts with JBuilder5

2002-03-10 Thread Steve

Does anyone know how to get JBuilder5 to include the .tld
files in the WAR file?

I am trying to configure a project based on the struts-blank
template.

TIA

Steve

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: Tiles examples in Jbuilder5 and Tomcat 4 ?

2002-02-19 Thread Robert D. Morse

John,
I'm using 4.0.1 without any problems, although I had exactly what you're
experiencing when using the version that was packaged with JBuilder.  One
other thing to check:

Project...Project Properties...Servers  make sure that Tomcat 4.0 is
selected.

also

Project...Project Properties...Servers...Setup  make sure that the path to
Tomcat 4.0 is set to g:/tomcat and that you have included:
/jakarta-tomcat-4.0.1/bin/bootstrap.jar in the "class" tab.  Your path will
obviously be different than mine, but that's what I have.

I made no changes to the server.xml or web.xml files and it worked just
fine.  From your e-mail you're saying that other web applications work okay
on that same machine with that same configuration under 4.0.2?  If so,
carefully check the Project Properties to make sure that they are the same.
Sorry I haven't been able to be more helpful on this.  By the way, when I
went through this, I called Borland support on it, and they were useless.

-Original Message-
From: John Menke [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 19, 2002 1:04 AM
To: Struts Users Mailing List
Subject: RE: Tiles examples in Jbuilder5 and Tomcat 4 ?


Rob,

I have changed the tomcat directory name to g:\tomcat.  Everything builds
correctly but I still get the No Realm error.

Other web applications run fine with Tomcat4 inside JBuilder so I think my
settings for Tomcat are correct...

I have the VM options set:

-classic -Dcatalina_home="g:\tomcat"  -Dcatalina_base="g:\tomcat"

Here is the error:



ContextConfig[/tilesdoc]: No Realm has been configured to authenticate
against
ContextConfig[/tilesdoc]: Marking this application unavailable due to
previous error(s)




Here is the full trace:

C:\jbuilder5\jdk1.3\bin\javaw -classic -classpath
"G:\Tomcat\bin\bootstrap.jar;G:\Tomcat\lib\jasper-compiler.jar;G:\Tomcat\lib
\jasper-runtime.jar;G:\Tomcat\lib\naming-factory.jar;G:\Tomcat\common\lib\ac
tivation.jar;G:\Tomcat\common\lib\jdbc2_0-stdext.jar;G:\Tomcat\common\lib\jn
di.jar;G:\Tomcat\common\lib\jta.jar;G:\Tomcat\common\lib\mail.jar;G:\Tomcat\
common\lib\naming-common.jar;G:\Tomcat\common\lib\naming-resources.jar;G:\To
mcat\common\lib\servlet.jar;G:\Tomcat\common\lib\tools.jar;G:\Tomcat\common\
lib\tyrex-0.9.7.0.jar;G:\Tomcat\common\lib\xerces.jar;G:\Tomcat\server\lib\c
atalina.jar;G:\Tomcat\server\lib\jakarta-regexp-1.2.jar;G:\Tomcat\server\lib
\servlets-common.jar;G:\Tomcat\server\lib\servlets-default.jar;G:\Tomcat\ser
ver\lib\servlets-invoker.jar;G:\Tomcat\server\lib\servlets-manager.jar;G:\To
mcat\server\lib\servlets-snoop.jar;G:\Tomcat\server\lib\servlets-webdav.jar;
G:\Tomcat\server\lib\tomcat-ajp.jar;G:\Tomcat\server\lib\tomcat-util.jar;G:\
Tomcat\server\lib\warp.jar;G:\Tomcat\webapps\tiles-doc\WEB-INF\lib\commons-b
eanutils.jar;G:\Tomcat\webapps\tiles-doc\WEB-INF\lib\commons-collections.jar
;G:\Tomcat\webapps\tiles-doc\WEB-INF\lib\commons-digester.jar;G:\Tomcat\weba
pps\tiles-doc\WEB-INF\lib\struts.jar;G:\Tomcat\webapps\tiles-doc\WEB-INF\lib
\tiles.jar;C:\jbuilder5\jdk1.3\demo\jfc\Java2D\Java2Demo.jar;C:\jbuilder5\jd
k1.3\jre\lib\i18n.jar;C:\jbuilder5\jdk1.3\jre\lib\jaws.jar;C:\jbuilder5\jdk1
.3\jre\lib\rt.jar;C:\jbuilder5\jdk1.3\jre\lib\sunrsasign.jar;C:\jbuilder5\jd
k1.3\lib\dt.jar;C:\jbuilder5\jdk1.3\lib\tools.jar"  -Dcatalina.home="G:/Tomc
at" -Dcatalina_home="g:\tomcat"  -Dcatalina_base="g:\tomcat"
org.apache.catalina.startup.Bootstrap start -config "C:\Documents and
Settings\john1\jbproject\tilesdoc\conf\server8080.xml"
HttpConnector Opening server socket on all host IP addresses
Starting service Tomcat-Standalone
Apache Tomcat/4.0.1
WebappLoader[/tilesdoc]: Deploying class repositories to work directory
C:\Documents and Settings\john1\jbproject\tilesdoc\work\tilesdoc
WebappLoader[/tilesdoc]: Deploy JAR /WEB-INF/lib/commons-beanutils.jar to
G:\Tomcat\webapps\tiles-doc\WEB-INF\lib\commons-beanutils.jar
WebappLoader[/tilesdoc]: Deploy JAR /WEB-INF/lib/commons-collections.jar to
G:\Tomcat\webapps\tiles-doc\WEB-INF\lib\commons-collections.jar
WebappLoader[/tilesdoc]: Deploy JAR /WEB-INF/lib/commons-digester.jar to
G:\Tomcat\webapps\tiles-doc\WEB-INF\lib\commons-digester.jar
WebappLoader[/tilesdoc]: Deploy JAR /WEB-INF/lib/struts.jar to
G:\Tomcat\webapps\tiles-doc\WEB-INF\lib\struts.jar
WebappLoader[/tilesdoc]: Deploy JAR /WEB-INF/lib/tiles.jar to
G:\Tomcat\webapps\tiles-doc\WEB-INF\lib\tiles.jar
StandardManager[/tilesdoc]: Seeding random number generator class
java.security.SecureRandom
StandardManager[/tilesdoc]: Seeding of random number generator has been
completed
ContextConfig[/tilesdoc]: No Realm has been configured to authenticate
against
ContextConfig[/tilesdoc]: Marking this application unavailable due to
previous error(s)
StandardContext[/tilesdoc]: Error initializing naming context for context
/tilesdoc
StandardContext[/tilesdoc]: Context startup failed due to previou

RE: Tiles examples in Jbuilder5 and Tomcat 4 ?

2002-02-18 Thread John Menke

Rob,

I have changed the tomcat directory name to g:\tomcat.  Everything builds
correctly but I still get the No Realm error.

Other web applications run fine with Tomcat4 inside JBuilder so I think my
settings for Tomcat are correct...

I have the VM options set:

-classic -Dcatalina_home="g:\tomcat"  -Dcatalina_base="g:\tomcat"

Here is the error:



ContextConfig[/tilesdoc]: No Realm has been configured to authenticate
against
ContextConfig[/tilesdoc]: Marking this application unavailable due to
previous error(s)




Here is the full trace:

C:\jbuilder5\jdk1.3\bin\javaw -classic -classpath
"G:\Tomcat\bin\bootstrap.jar;G:\Tomcat\lib\jasper-compiler.jar;G:\Tomcat\lib
\jasper-runtime.jar;G:\Tomcat\lib\naming-factory.jar;G:\Tomcat\common\lib\ac
tivation.jar;G:\Tomcat\common\lib\jdbc2_0-stdext.jar;G:\Tomcat\common\lib\jn
di.jar;G:\Tomcat\common\lib\jta.jar;G:\Tomcat\common\lib\mail.jar;G:\Tomcat\
common\lib\naming-common.jar;G:\Tomcat\common\lib\naming-resources.jar;G:\To
mcat\common\lib\servlet.jar;G:\Tomcat\common\lib\tools.jar;G:\Tomcat\common\
lib\tyrex-0.9.7.0.jar;G:\Tomcat\common\lib\xerces.jar;G:\Tomcat\server\lib\c
atalina.jar;G:\Tomcat\server\lib\jakarta-regexp-1.2.jar;G:\Tomcat\server\lib
\servlets-common.jar;G:\Tomcat\server\lib\servlets-default.jar;G:\Tomcat\ser
ver\lib\servlets-invoker.jar;G:\Tomcat\server\lib\servlets-manager.jar;G:\To
mcat\server\lib\servlets-snoop.jar;G:\Tomcat\server\lib\servlets-webdav.jar;
G:\Tomcat\server\lib\tomcat-ajp.jar;G:\Tomcat\server\lib\tomcat-util.jar;G:\
Tomcat\server\lib\warp.jar;G:\Tomcat\webapps\tiles-doc\WEB-INF\lib\commons-b
eanutils.jar;G:\Tomcat\webapps\tiles-doc\WEB-INF\lib\commons-collections.jar
;G:\Tomcat\webapps\tiles-doc\WEB-INF\lib\commons-digester.jar;G:\Tomcat\weba
pps\tiles-doc\WEB-INF\lib\struts.jar;G:\Tomcat\webapps\tiles-doc\WEB-INF\lib
\tiles.jar;C:\jbuilder5\jdk1.3\demo\jfc\Java2D\Java2Demo.jar;C:\jbuilder5\jd
k1.3\jre\lib\i18n.jar;C:\jbuilder5\jdk1.3\jre\lib\jaws.jar;C:\jbuilder5\jdk1
.3\jre\lib\rt.jar;C:\jbuilder5\jdk1.3\jre\lib\sunrsasign.jar;C:\jbuilder5\jd
k1.3\lib\dt.jar;C:\jbuilder5\jdk1.3\lib\tools.jar"  -Dcatalina.home="G:/Tomc
at" -Dcatalina_home="g:\tomcat"  -Dcatalina_base="g:\tomcat"
org.apache.catalina.startup.Bootstrap start -config "C:\Documents and
Settings\john1\jbproject\tilesdoc\conf\server8080.xml"
HttpConnector Opening server socket on all host IP addresses
Starting service Tomcat-Standalone
Apache Tomcat/4.0.1
WebappLoader[/tilesdoc]: Deploying class repositories to work directory
C:\Documents and Settings\john1\jbproject\tilesdoc\work\tilesdoc
WebappLoader[/tilesdoc]: Deploy JAR /WEB-INF/lib/commons-beanutils.jar to
G:\Tomcat\webapps\tiles-doc\WEB-INF\lib\commons-beanutils.jar
WebappLoader[/tilesdoc]: Deploy JAR /WEB-INF/lib/commons-collections.jar to
G:\Tomcat\webapps\tiles-doc\WEB-INF\lib\commons-collections.jar
WebappLoader[/tilesdoc]: Deploy JAR /WEB-INF/lib/commons-digester.jar to
G:\Tomcat\webapps\tiles-doc\WEB-INF\lib\commons-digester.jar
WebappLoader[/tilesdoc]: Deploy JAR /WEB-INF/lib/struts.jar to
G:\Tomcat\webapps\tiles-doc\WEB-INF\lib\struts.jar
WebappLoader[/tilesdoc]: Deploy JAR /WEB-INF/lib/tiles.jar to
G:\Tomcat\webapps\tiles-doc\WEB-INF\lib\tiles.jar
StandardManager[/tilesdoc]: Seeding random number generator class
java.security.SecureRandom
StandardManager[/tilesdoc]: Seeding of random number generator has been
completed
ContextConfig[/tilesdoc]: No Realm has been configured to authenticate
against
ContextConfig[/tilesdoc]: Marking this application unavailable due to
previous error(s)
StandardContext[/tilesdoc]: Error initializing naming context for context
/tilesdoc
StandardContext[/tilesdoc]: Context startup failed due to previous errors
StandardContext[/tilesdoc]: Error initializing naming context for context
/tilesdoc
WebappLoader[]: Deploying class repositories to work directory C:\Documents
and Settings\john1\jbproject\tilesdoc\work
StandardManager[]: Seeding random number generator class
java.security.SecureRandom
StandardManager[]: Seeding of random number generator has been completed
StandardWrapper[:default]: Loading container servlet default
StandardWrapper[:invoker]: Loading container servlet invoker
HttpConnector[8080] Starting background thread


-Original Message-
From: Robert D. Morse [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 18, 2002 7:52 PM
To: Struts Users Mailing List
Subject: RE: Tiles examples in Jbuilder5 and Tomcat 4 ?


Other things to look at:

In project...project properties...run be sure to have the following VM
parameters set:

-classic -Dcatalina_home=path to your tomcat
installation -Dcatalina_base=path to tomcat installation

It looks like you have the path set to g:/jakarta tomcat.  Not sure if it
likes the space in the directory name.



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: Tiles examples in Jbuilder5 and Tomcat 4 ?

2002-02-18 Thread Robert D. Morse

Other things to look at:

In project...project properties...run be sure to have the following VM
parameters set:

-classic -Dcatalina_home=path to your tomcat
installation -Dcatalina_base=path to tomcat installation

It looks like you have the path set to g:/jakarta tomcat.  Not sure if it
likes the space in the directory name.

-Original Message-
From: John Menke [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 18, 2002 10:48 PM
To: Struts Users Mailing List
Subject: RE: Tiles examples in Jbuilder5 and Tomcat 4 ?


Robert,

I am using the Tomcat4.02 binary from the jakarta site.  I still get the
error:

It seems that either a Realm has to be configured or the naming context is
giving me problems:


ContextConfig[/tilesdoc]: No Realm has been configured to authenticate
against
ContextConfig[/tilesdoc]: Marking this application unavailable due to
previous error(s)
StandardContext[/tilesdoc]: Error initializing naming context for context
/tilesdoc
StandardContext[/tilesdoc]: Context startup failed due to previous errors


Here is the entire trace:


C:\jbuilder5\jdk1.3\bin\javaw -classpath "G:\Apache Tomcat
4.0\bin\bootstrap.jar;G:\Apache Tomcat 4.0\lib\jasper-compiler.jar;G:\Apache
Tomcat 4.0\lib\jasper-runtime.jar;G:\Apache Tomcat
4.0\lib\naming-factory.jar;G:\Apache Tomcat
4.0\server\lib\catalina.jar;G:\Apache Tomcat
4.0\server\lib\jakarta-regexp-1.2.jar;G:\Apache Tomcat
4.0\server\lib\servlets-common.jar;G:\Apache Tomcat
4.0\server\lib\servlets-default.jar;G:\Apache Tomcat
4.0\server\lib\servlets-invoker.jar;G:\Apache Tomcat
4.0\server\lib\servlets-manager.jar;G:\Apache Tomcat
4.0\server\lib\servlets-snoop.jar;G:\Apache Tomcat
4.0\server\lib\servlets-webdav.jar;G:\Apache Tomcat
4.0\server\lib\tomcat-ajp.jar;G:\Apache Tomcat
4.0\server\lib\tomcat-util.jar;G:\Apache Tomcat
4.0\server\lib\warp.jar;G:\Apache Tomcat
4.0\common\lib\activation.jar;G:\Apache Tomcat
4.0\common\lib\jdbc2_0-stdext.jar;G:\Apache Tomcat
4.0\common\lib\jndi.jar;G:\Apache Tomcat 4.0\common\lib\jta.jar;G:\Apache
Tomcat 4.0\common\lib\mail.jar;G:\Apache Tomcat
4.0\common\lib\naming-common.jar;G:\Apache Tomcat
4.0\common\lib\naming-resources.jar;G:\Apache Tomcat
4.0\common\lib\servlet.jar;G:\Apache Tomcat
4.0\common\lib\tools.jar;G:\Apache Tomcat
4.0\common\lib\tyrex-0.9.7.0.jar;G:\Apache Tomcat
4.0\common\lib\xerces.jar;G:\Apache Tomcat
4.0\webapps\tiles-doc\WEB-INF\lib\commons-beanutils.jar;G:\Apache Tomcat
4.0\webapps\tiles-doc\WEB-INF\lib\commons-collections.jar;G:\Apache Tomcat
4.0\webapps\tiles-doc\WEB-INF\lib\commons-digester.jar;G:\Apache Tomcat
4.0\webapps\tiles-doc\WEB-INF\lib\struts.jar;G:\Apache Tomcat
4.0\webapps\tiles-doc\WEB-INF\lib\tiles.jar;C:\jbuilder5\jdk1.3\demo\jfc\Jav
a2D\Java2Demo.jar;C:\jbuilder5\jdk1.3\jre\lib\i18n.jar;C:\jbuilder5\jdk1.3\j
re\lib\jaws.jar;C:\jbuilder5\jdk1.3\jre\lib\rt.jar;C:\jbuilder5\jdk1.3\jre\l
ib\sunrsasign.jar;C:\jbuilder5\jdk1.3\lib\dt.jar;C:\jbuilder5\jdk1.3\lib\too
ls.jar"  -Dcatalina.home="G:/Apache Tomcat 4.0"
org.apache.catalina.startup.Bootstrap start -config "C:\Documents and
Settings\john1\jbproject\tilesdoc\conf\server8080.xml"
HttpConnector Opening server socket on all host IP addresses
Starting service Tomcat-Standalone
Apache Tomcat/4.0.1
WebappLoader[/tilesdoc]: Deploying class repositories to work directory
C:\Documents and Settings\john1\jbproject\tilesdoc\work\tilesdoc
WebappLoader[/tilesdoc]: Deploy JAR /WEB-INF/lib/commons-beanutils.jar to
G:\Apache Tomcat 4.0\webapps\tiles-doc\WEB-INF\lib\commons-beanutils.jar
WebappLoader[/tilesdoc]: Deploy JAR /WEB-INF/lib/commons-collections.jar to
G:\Apache Tomcat 4.0\webapps\tiles-doc\WEB-INF\lib\commons-collections.jar
WebappLoader[/tilesdoc]: Deploy JAR /WEB-INF/lib/commons-digester.jar to
G:\Apache Tomcat 4.0\webapps\tiles-doc\WEB-INF\lib\commons-digester.jar
WebappLoader[/tilesdoc]: Deploy JAR /WEB-INF/lib/struts.jar to G:\Apache
Tomcat 4.0\webapps\tiles-doc\WEB-INF\lib\struts.jar
WebappLoader[/tilesdoc]: Deploy JAR /WEB-INF/lib/tiles.jar to G:\Apache
Tomcat 4.0\webapps\tiles-doc\WEB-INF\lib\tiles.jar
StandardManager[/tilesdoc]: Seeding random number generator class
java.security.SecureRandom
StandardManager[/tilesdoc]: Seeding of random number generator has been
completed
ContextConfig[/tilesdoc]: No Realm has been configured to authenticate
against
ContextConfig[/tilesdoc]: Marking this application unavailable due to
previous error(s)
StandardContext[/tilesdoc]: Error initializing naming context for context
/tilesdoc
StandardContext[/tilesdoc]: Context startup failed due to previous errors
StandardContext[/tilesdoc]: Error initializing naming context for context
/tilesdoc
WebappLoader[]: Deploying class repositories to work directory C:\Documents
and Settings\john1\jbproject\tilesdoc\work
StandardManager[]: Seeding random number generator class
java.security.SecureRandom
StandardManager[]: Seeding of random number generator has been completed
StandardWrapper[:default]: Loa

RE: Tiles examples in Jbuilder5 and Tomcat 4 ?

2002-02-18 Thread John Menke

Robert,

I am using the Tomcat4.02 binary from the jakarta site.  I still get the
error:

It seems that either a Realm has to be configured or the naming context is
giving me problems:


ContextConfig[/tilesdoc]: No Realm has been configured to authenticate
against
ContextConfig[/tilesdoc]: Marking this application unavailable due to
previous error(s)
StandardContext[/tilesdoc]: Error initializing naming context for context
/tilesdoc
StandardContext[/tilesdoc]: Context startup failed due to previous errors


Here is the entire trace:


C:\jbuilder5\jdk1.3\bin\javaw -classpath "G:\Apache Tomcat
4.0\bin\bootstrap.jar;G:\Apache Tomcat 4.0\lib\jasper-compiler.jar;G:\Apache
Tomcat 4.0\lib\jasper-runtime.jar;G:\Apache Tomcat
4.0\lib\naming-factory.jar;G:\Apache Tomcat
4.0\server\lib\catalina.jar;G:\Apache Tomcat
4.0\server\lib\jakarta-regexp-1.2.jar;G:\Apache Tomcat
4.0\server\lib\servlets-common.jar;G:\Apache Tomcat
4.0\server\lib\servlets-default.jar;G:\Apache Tomcat
4.0\server\lib\servlets-invoker.jar;G:\Apache Tomcat
4.0\server\lib\servlets-manager.jar;G:\Apache Tomcat
4.0\server\lib\servlets-snoop.jar;G:\Apache Tomcat
4.0\server\lib\servlets-webdav.jar;G:\Apache Tomcat
4.0\server\lib\tomcat-ajp.jar;G:\Apache Tomcat
4.0\server\lib\tomcat-util.jar;G:\Apache Tomcat
4.0\server\lib\warp.jar;G:\Apache Tomcat
4.0\common\lib\activation.jar;G:\Apache Tomcat
4.0\common\lib\jdbc2_0-stdext.jar;G:\Apache Tomcat
4.0\common\lib\jndi.jar;G:\Apache Tomcat 4.0\common\lib\jta.jar;G:\Apache
Tomcat 4.0\common\lib\mail.jar;G:\Apache Tomcat
4.0\common\lib\naming-common.jar;G:\Apache Tomcat
4.0\common\lib\naming-resources.jar;G:\Apache Tomcat
4.0\common\lib\servlet.jar;G:\Apache Tomcat
4.0\common\lib\tools.jar;G:\Apache Tomcat
4.0\common\lib\tyrex-0.9.7.0.jar;G:\Apache Tomcat
4.0\common\lib\xerces.jar;G:\Apache Tomcat
4.0\webapps\tiles-doc\WEB-INF\lib\commons-beanutils.jar;G:\Apache Tomcat
4.0\webapps\tiles-doc\WEB-INF\lib\commons-collections.jar;G:\Apache Tomcat
4.0\webapps\tiles-doc\WEB-INF\lib\commons-digester.jar;G:\Apache Tomcat
4.0\webapps\tiles-doc\WEB-INF\lib\struts.jar;G:\Apache Tomcat
4.0\webapps\tiles-doc\WEB-INF\lib\tiles.jar;C:\jbuilder5\jdk1.3\demo\jfc\Jav
a2D\Java2Demo.jar;C:\jbuilder5\jdk1.3\jre\lib\i18n.jar;C:\jbuilder5\jdk1.3\j
re\lib\jaws.jar;C:\jbuilder5\jdk1.3\jre\lib\rt.jar;C:\jbuilder5\jdk1.3\jre\l
ib\sunrsasign.jar;C:\jbuilder5\jdk1.3\lib\dt.jar;C:\jbuilder5\jdk1.3\lib\too
ls.jar"  -Dcatalina.home="G:/Apache Tomcat 4.0"
org.apache.catalina.startup.Bootstrap start -config "C:\Documents and
Settings\john1\jbproject\tilesdoc\conf\server8080.xml"
HttpConnector Opening server socket on all host IP addresses
Starting service Tomcat-Standalone
Apache Tomcat/4.0.1
WebappLoader[/tilesdoc]: Deploying class repositories to work directory
C:\Documents and Settings\john1\jbproject\tilesdoc\work\tilesdoc
WebappLoader[/tilesdoc]: Deploy JAR /WEB-INF/lib/commons-beanutils.jar to
G:\Apache Tomcat 4.0\webapps\tiles-doc\WEB-INF\lib\commons-beanutils.jar
WebappLoader[/tilesdoc]: Deploy JAR /WEB-INF/lib/commons-collections.jar to
G:\Apache Tomcat 4.0\webapps\tiles-doc\WEB-INF\lib\commons-collections.jar
WebappLoader[/tilesdoc]: Deploy JAR /WEB-INF/lib/commons-digester.jar to
G:\Apache Tomcat 4.0\webapps\tiles-doc\WEB-INF\lib\commons-digester.jar
WebappLoader[/tilesdoc]: Deploy JAR /WEB-INF/lib/struts.jar to G:\Apache
Tomcat 4.0\webapps\tiles-doc\WEB-INF\lib\struts.jar
WebappLoader[/tilesdoc]: Deploy JAR /WEB-INF/lib/tiles.jar to G:\Apache
Tomcat 4.0\webapps\tiles-doc\WEB-INF\lib\tiles.jar
StandardManager[/tilesdoc]: Seeding random number generator class
java.security.SecureRandom
StandardManager[/tilesdoc]: Seeding of random number generator has been
completed
ContextConfig[/tilesdoc]: No Realm has been configured to authenticate
against
ContextConfig[/tilesdoc]: Marking this application unavailable due to
previous error(s)
StandardContext[/tilesdoc]: Error initializing naming context for context
/tilesdoc
StandardContext[/tilesdoc]: Context startup failed due to previous errors
StandardContext[/tilesdoc]: Error initializing naming context for context
/tilesdoc
WebappLoader[]: Deploying class repositories to work directory C:\Documents
and Settings\john1\jbproject\tilesdoc\work
StandardManager[]: Seeding random number generator class
java.security.SecureRandom
StandardManager[]: Seeding of random number generator has been completed
StandardWrapper[:default]: Loading container servlet default
StandardWrapper[:invoker]: Loading container servlet invoker
HttpConnector[8080] Starting background thread


-Original Message-
From: Robert D. Morse [mailto:[EMAIL PROTECTED]]
Sent: Sunday, February 17, 2002 12:21 PM
To: Struts Users Mailing List
Subject: RE: Tiles examples in Jbuilder5 and Tomcat 4 ?


It seems that the Tomcat version packaged with JBuilder is hosed.  I had the
exact problem under 6.0 Enterprise. Download Tomcat from the Jakarta site
and install it.  Point to that version rathe

RE: Tiles examples in Jbuilder5 and Tomcat 4 ?

2002-02-17 Thread Robert D. Morse

It seems that the Tomcat version packaged with JBuilder is hosed.  I had the
exact problem under 6.0 Enterprise. Download Tomcat from the Jakarta site
and install it.  Point to that version rather than the one in the JBuilder
directory, and it should work fine.

-robert.

-Original Message-
From: John Menke [mailto:[EMAIL PROTECTED]]
Sent: Sunday, February 17, 2002 1:22 PM
To: struts-user
Subject: Tiles examples in Jbuilder5 and Tomcat 4 ?


I am trying to load the the tiles-doc webapp into Jbuilder 5 using tomcat 4.
I can get everything to compile, but when I try to "Web Run" the index.jsp I
get the following and I cannot debug the page.  If I start tomcat4 outside
of Jbuilder it works fine.

Here is the Jbuilder trace:

C:\jbuilder5\jdk1.3\bin\javaw -classpath "G:\Apache Tomcat
4.0\bin\bootstrap.jar;G:\Apache Tomcat
4.0\webapps\struts-menu\WEB-INF\lib\struts.jar;G:\Apache Tomcat
4.0\webapps\struts-menu\WEB-INF\lib\struts-menu.jar;G:\Apache Tomcat
4.0\lib\jasper-compiler.jar;G:\Apache Tomcat
4.0\lib\jasper-runtime.jar;G:\Apache Tomcat
4.0\lib\naming-factory.jar;G:\Apache Tomcat
4.0\server\lib\catalina.jar;G:\Apache Tomcat
4.0\server\lib\jakarta-regexp-1.2.jar;G:\Apache Tomcat
4.0\server\lib\servlets-common.jar;G:\Apache Tomcat
4.0\server\lib\servlets-default.jar;G:\Apache Tomcat
4.0\server\lib\servlets-invoker.jar;G:\Apache Tomcat
4.0\server\lib\servlets-manager.jar;G:\Apache Tomcat
4.0\server\lib\servlets-snoop.jar;G:\Apache Tomcat
4.0\server\lib\servlets-webdav.jar;G:\Apache Tomcat
4.0\server\lib\tomcat-ajp.jar;G:\Apache Tomcat
4.0\server\lib\tomcat-util.jar;G:\Apache Tomcat
4.0\server\lib\warp.jar;G:\Apache Tomcat
4.0\common\lib\activation.jar;G:\Apache Tomcat
4.0\common\lib\jdbc2_0-stdext.jar;G:\Apache Tomcat
4.0\common\lib\jndi.jar;G:\Apache Tomcat 4.0\common\lib\jta.jar;G:\Apache
Tomcat 4.0\common\lib\mail.jar;G:\Apache Tomcat
4.0\common\lib\naming-common.jar;G:\Apache Tomcat
4.0\common\lib\naming-resources.jar;G:\Apache Tomcat
4.0\common\lib\servlet.jar;G:\Apache Tomcat
4.0\common\lib\tools.jar;G:\Apache Tomcat
4.0\common\lib\tyrex-0.9.7.0.jar;G:\Apache Tomcat
4.0\common\lib\xerces.jar;G:\Apache Tomcat
4.0\webapps\tiles-doc\WEB-INF\lib\tiles.jar;G:\Apache Tomcat
4.0\webapps\tiles-doc\WEB-INF\lib\commons-beanutils.jar;G:\Apache Tomcat
4.0\webapps\tiles-doc\WEB-INF\lib\commons-collections.jar;G:\Apache Tomcat
4.0\webapps\tiles-doc\WEB-INF\lib\commons-digester.jar;C:\jbuilder5\jdk1.3\d
emo\jfc\Java2D\Java2Demo.jar;C:\jbuilder5\jdk1.3\jre\lib\i18n.jar;C:\jbuilde
r5\jdk1.3\jre\lib\jaws.jar;C:\jbuilder5\jdk1.3\jre\lib\rt.jar;C:\jbuilder5\j
dk1.3\jre\lib\sunrsasign.jar;C:\jbuilder5\jdk1.3\lib\dt.jar;C:\jbuilder5\jdk
1.3\lib\tools.jar"  -Dcatalina.home="G:/Apache Tomcat 4.0"
org.apache.catalina.startup.Bootstrap start -config "C:\Documents and
Settings\john1\jbproject\StrutsTest\conf\server8080.xml"
HttpConnector Opening server socket on all host IP addresses
Starting service Tomcat-Standalone
Apache Tomcat/4.0.1
WebappLoader[/tiles-doc]: Deploying class repositories to work directory
C:\Documents and Settings\john1\jbproject\StrutsTest\work\tiles-doc
WebappLoader[/tiles-doc]: Deploy JAR /WEB-INF/lib/commons-beanutils.jar to
G:\Apache Tomcat 4.0\webapps\tiles-doc\WEB-INF\lib\commons-beanutils.jar
WebappLoader[/tiles-doc]: Deploy JAR /WEB-INF/lib/commons-collections.jar to
G:\Apache Tomcat 4.0\webapps\tiles-doc\WEB-INF\lib\commons-collections.jar
WebappLoader[/tiles-doc]: Deploy JAR /WEB-INF/lib/commons-digester.jar to
G:\Apache Tomcat 4.0\webapps\tiles-doc\WEB-INF\lib\commons-digester.jar
WebappLoader[/tiles-doc]: Deploy JAR /WEB-INF/lib/struts.jar to G:\Apache
Tomcat 4.0\webapps\tiles-doc\WEB-INF\lib\struts.jar
WebappLoader[/tiles-doc]: Deploy JAR /WEB-INF/lib/tiles.jar to G:\Apache
Tomcat 4.0\webapps\tiles-doc\WEB-INF\lib\tiles.jar
StandardManager[/tiles-doc]: Seeding random number generator class
java.security.SecureRandom
StandardManager[/tiles-doc]: Seeding of random number generator has been
completed
ContextConfig[/tiles-doc]: No Realm has been configured to authenticate
against
ContextConfig[/tiles-doc]: Marking this application unavailable due to
previous error(s)
StandardContext[/tiles-doc]: Error initializing naming context for context
/tiles-doc
StandardContext[/tiles-doc]: Context startup failed due to previous errors
StandardContext[/tiles-doc]: Error initializing naming context for context
/tiles-doc
WebappLoader[/struts-menu]: Deploying class repositories to work directory
C:\Documents and Settings\john1\jbproject\StrutsTest\work\struts-menu
WebappLoader[/struts-menu]: Deploy JAR /WEB-INF/lib/jaxp.jar to G:\Apache
Tomcat 4.0\webapps\struts-menu\WEB-INF\lib\jaxp.jar
WebappLoader[/struts-menu]: Deploy JAR /WEB-INF/lib/jdbc2_0-stdext.jar to
G:\Apache Tomcat 4.0\webapps\struts-menu\WEB-INF\lib\jdbc2_0-stdext.jar
WebappLoader[/struts-menu]: Deploy JAR /WEB-INF/lib/parser.jar to G:\Apache
Tomcat 4.0\webapps\struts-menu\WEB-INF\lib\parser.jar
Web

Tiles examples in Jbuilder5 and Tomcat 4 ?

2002-02-17 Thread John Menke

I am trying to load the the tiles-doc webapp into Jbuilder 5 using tomcat 4.
I can get everything to compile, but when I try to "Web Run" the index.jsp I
get the following and I cannot debug the page.  If I start tomcat4 outside
of Jbuilder it works fine.

Here is the Jbuilder trace:

C:\jbuilder5\jdk1.3\bin\javaw -classpath "G:\Apache Tomcat
4.0\bin\bootstrap.jar;G:\Apache Tomcat
4.0\webapps\struts-menu\WEB-INF\lib\struts.jar;G:\Apache Tomcat
4.0\webapps\struts-menu\WEB-INF\lib\struts-menu.jar;G:\Apache Tomcat
4.0\lib\jasper-compiler.jar;G:\Apache Tomcat
4.0\lib\jasper-runtime.jar;G:\Apache Tomcat
4.0\lib\naming-factory.jar;G:\Apache Tomcat
4.0\server\lib\catalina.jar;G:\Apache Tomcat
4.0\server\lib\jakarta-regexp-1.2.jar;G:\Apache Tomcat
4.0\server\lib\servlets-common.jar;G:\Apache Tomcat
4.0\server\lib\servlets-default.jar;G:\Apache Tomcat
4.0\server\lib\servlets-invoker.jar;G:\Apache Tomcat
4.0\server\lib\servlets-manager.jar;G:\Apache Tomcat
4.0\server\lib\servlets-snoop.jar;G:\Apache Tomcat
4.0\server\lib\servlets-webdav.jar;G:\Apache Tomcat
4.0\server\lib\tomcat-ajp.jar;G:\Apache Tomcat
4.0\server\lib\tomcat-util.jar;G:\Apache Tomcat
4.0\server\lib\warp.jar;G:\Apache Tomcat
4.0\common\lib\activation.jar;G:\Apache Tomcat
4.0\common\lib\jdbc2_0-stdext.jar;G:\Apache Tomcat
4.0\common\lib\jndi.jar;G:\Apache Tomcat 4.0\common\lib\jta.jar;G:\Apache
Tomcat 4.0\common\lib\mail.jar;G:\Apache Tomcat
4.0\common\lib\naming-common.jar;G:\Apache Tomcat
4.0\common\lib\naming-resources.jar;G:\Apache Tomcat
4.0\common\lib\servlet.jar;G:\Apache Tomcat
4.0\common\lib\tools.jar;G:\Apache Tomcat
4.0\common\lib\tyrex-0.9.7.0.jar;G:\Apache Tomcat
4.0\common\lib\xerces.jar;G:\Apache Tomcat
4.0\webapps\tiles-doc\WEB-INF\lib\tiles.jar;G:\Apache Tomcat
4.0\webapps\tiles-doc\WEB-INF\lib\commons-beanutils.jar;G:\Apache Tomcat
4.0\webapps\tiles-doc\WEB-INF\lib\commons-collections.jar;G:\Apache Tomcat
4.0\webapps\tiles-doc\WEB-INF\lib\commons-digester.jar;C:\jbuilder5\jdk1.3\d
emo\jfc\Java2D\Java2Demo.jar;C:\jbuilder5\jdk1.3\jre\lib\i18n.jar;C:\jbuilde
r5\jdk1.3\jre\lib\jaws.jar;C:\jbuilder5\jdk1.3\jre\lib\rt.jar;C:\jbuilder5\j
dk1.3\jre\lib\sunrsasign.jar;C:\jbuilder5\jdk1.3\lib\dt.jar;C:\jbuilder5\jdk
1.3\lib\tools.jar"  -Dcatalina.home="G:/Apache Tomcat 4.0"
org.apache.catalina.startup.Bootstrap start -config "C:\Documents and
Settings\john1\jbproject\StrutsTest\conf\server8080.xml"
HttpConnector Opening server socket on all host IP addresses
Starting service Tomcat-Standalone
Apache Tomcat/4.0.1
WebappLoader[/tiles-doc]: Deploying class repositories to work directory
C:\Documents and Settings\john1\jbproject\StrutsTest\work\tiles-doc
WebappLoader[/tiles-doc]: Deploy JAR /WEB-INF/lib/commons-beanutils.jar to
G:\Apache Tomcat 4.0\webapps\tiles-doc\WEB-INF\lib\commons-beanutils.jar
WebappLoader[/tiles-doc]: Deploy JAR /WEB-INF/lib/commons-collections.jar to
G:\Apache Tomcat 4.0\webapps\tiles-doc\WEB-INF\lib\commons-collections.jar
WebappLoader[/tiles-doc]: Deploy JAR /WEB-INF/lib/commons-digester.jar to
G:\Apache Tomcat 4.0\webapps\tiles-doc\WEB-INF\lib\commons-digester.jar
WebappLoader[/tiles-doc]: Deploy JAR /WEB-INF/lib/struts.jar to G:\Apache
Tomcat 4.0\webapps\tiles-doc\WEB-INF\lib\struts.jar
WebappLoader[/tiles-doc]: Deploy JAR /WEB-INF/lib/tiles.jar to G:\Apache
Tomcat 4.0\webapps\tiles-doc\WEB-INF\lib\tiles.jar
StandardManager[/tiles-doc]: Seeding random number generator class
java.security.SecureRandom
StandardManager[/tiles-doc]: Seeding of random number generator has been
completed
ContextConfig[/tiles-doc]: No Realm has been configured to authenticate
against
ContextConfig[/tiles-doc]: Marking this application unavailable due to
previous error(s)
StandardContext[/tiles-doc]: Error initializing naming context for context
/tiles-doc
StandardContext[/tiles-doc]: Context startup failed due to previous errors
StandardContext[/tiles-doc]: Error initializing naming context for context
/tiles-doc
WebappLoader[/struts-menu]: Deploying class repositories to work directory
C:\Documents and Settings\john1\jbproject\StrutsTest\work\struts-menu
WebappLoader[/struts-menu]: Deploy JAR /WEB-INF/lib/jaxp.jar to G:\Apache
Tomcat 4.0\webapps\struts-menu\WEB-INF\lib\jaxp.jar
WebappLoader[/struts-menu]: Deploy JAR /WEB-INF/lib/jdbc2_0-stdext.jar to
G:\Apache Tomcat 4.0\webapps\struts-menu\WEB-INF\lib\jdbc2_0-stdext.jar
WebappLoader[/struts-menu]: Deploy JAR /WEB-INF/lib/parser.jar to G:\Apache
Tomcat 4.0\webapps\struts-menu\WEB-INF\lib\parser.jar
WebappLoader[/struts-menu]: Deploy JAR /WEB-INF/lib/struts-menu.jar to
G:\Apache Tomcat 4.0\webapps\struts-menu\WEB-INF\lib\struts-menu.jar
WebappLoader[/struts-menu]: Deploy JAR /WEB-INF/lib/struts.jar to G:\Apache
Tomcat 4.0\webapps\struts-menu\WEB-INF\lib\struts.jar
StandardManager[/struts-menu]: Seeding random number generator class
java.security.SecureRandom
StandardManager[/struts-menu]: Seeding of random number generator has been
completed
Standa

RE: Using JBuilder5 with Struts v1.1 (nightly build)

2001-12-04 Thread Chen, Yong

I think the problem with Weblogic is the JAXP. I had a similar issue when I
try to use xtags from strub tablib library. Weblogic somehow doesn't like
JAXP. I got some workaround to including different libraries when packaging
the war file for weblogic.

Yong Chen
713.230.3355


-Original Message-
From: Alex Lin [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 03, 2001 8:34 PM
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED];
[EMAIL PROTECTED]
Subject: Using JBuilder5 with Struts v1.1 (nightly build)


Hi,

The following reference is great.  After following the procedure below, and
deploy
the application into Tomcat, it works great.
http://www1.tramsasp.com/?section=dev&page=jb5Struts11.html&PHPSESSID=a015bb
99a7d679ccc70afa6305b5a8cb

However, if i deploy the same WAR (or directory) into WebLogic 6.x, it
doesn't work.
War file in web container is supposed to be universal, at least between
Tomcat
and WebLogic.  I couldn't figure out why.  Do you have the similar
experience on using
Struts 1.1 with WebLogic 6 ?

Thanks,
Alex


--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




Using JBuilder5 with Struts v1.1 (nightly build)

2001-12-03 Thread Alex Lin

Hi,

The following reference is great.  After following the procedure below, and deploy
the application into Tomcat, it works great.
http://www1.tramsasp.com/?section=dev&page=jb5Struts11.html&PHPSESSID=a015bb99a7d679ccc70afa6305b5a8cb

However, if i deploy the same WAR (or directory) into WebLogic 6.x, it doesn't work.
War file in web container is supposed to be universal, at least between Tomcat
and WebLogic.  I couldn't figure out why.  Do you have the similar experience on using
Struts 1.1 with WebLogic 6 ?

Thanks,
Alex


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: QUESTION : JBuilder5 + Struts1.0

2001-12-02 Thread Alec Bau

You mean Struts custom tags at design time, right? Because otherwise JB4/5 runs
apps using Struts nicely.

Concerning rendering Struts tags at design time, I guess, Borland understandably
doesn't want to go into the mess of builtin support of  every possible taglib,
especially the ones that aren't really stable. That's why they're nice to give
you Open Tools api so that you can do it yourself for your pet taglib and then
share it with others :)

"emmanuel.boudrant" wrote:

> Why JBuilder5 doesn't support Struts without opentools
> ?
>
> thank
>
> ___
> Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
> Yahoo! Courrier : http://courrier.yahoo.fr
>
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: QUESTION : JBuilder5 + Struts1.0

2001-12-02 Thread David Bolsover

Better as Borland that question.

My personal suspicion is that it is because they (Borland) would like you to
buy JB6.

David Bolsover
T:+44(0)1614276920
F:+44(0)1614276922
M:07773428118
E:[EMAIL PROTECTED]

> -Original Message-
> From: emmanuel.boudrant [mailto:[EMAIL PROTECTED]]
> Sent: 02 December 2001 17:23
> To: [EMAIL PROTECTED]
> Subject: QUESTION : JBuilder5 + Struts1.0
>
>
> Why JBuilder5 doesn't support Struts without opentools
> ?
>
> thank
>
> ___
> Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
> Yahoo! Courrier : http://courrier.yahoo.fr
>
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
>
>
>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




QUESTION : JBuilder5 + Struts1.0

2001-12-02 Thread emmanuel.boudrant

Why JBuilder5 doesn't support Struts without opentools
?

thank

___
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Courrier : http://courrier.yahoo.fr

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




JBuilder5, Tomcat4(b7), Struts

2001-09-10 Thread David Bolsover

Hi all

After much work - and considerable help from this group, I managed to get up
and running with JB5, Tomcat3.2.1 and Struts1.0. - I can happily develop
within the JB5 environment and be confident that the app will work when
deployed on TC3.2.1.

But - I would now like to move to TC4.x (b7 is latest and looks good
candidate for release) Problem is - how to get this to work with JB5 &
struts.  I know that this is a little off topic - but this group is MUCH
more active than the JB newsgroups and generally much more helpful.

All hints and tips gratefully received.

David Bolsover




Struts+Jbuilder5 : Invocation error

2001-08-22 Thread bruno . o . faure

Hi all,

I'm trying to use Struts with JBuilder5. I've followed the steps described
by Anthony Martin (http://www1.tramsasp.com/?section=dev), but I get an
invocation error on index.jsp when I right-click WebRun :

C:\jbuilder5\jdk1.3\bin\java -classpath "[...]" org.apache.jasper.JspC
-d 
"D:/jbuilder5/jakarta-tomcat-3.2.1/webapps/strutsblank/classes/Temporary_Files/_jsp_/strutsBlank"
-p "" -c index_0002ejsp_jsp -uriroot 
"D:/jbuilder5/jakarta-tomcat-3.2.1/webapps/strutsblank"
"D:/jbuilder5/jakarta-tomcat-3.2.1/webapps/strutsblank/index.jsp"
"index.jsp": Invocation Error

If I access the application web directly through Tomcat, everything is Ok,
so it's should something with JBuider environnement...

Any idea ?

Regards

Bruno



This message and any attachments (the "message") is
intended solely for the addressees and is confidential. 
If you receive this message in error, please delete it and 
immediately notify the sender. Any use not in accord with 
its purpose, any dissemination or disclosure, either whole 
or partial, is prohibited except formal approval. The internet
can not guarantee the integrity of this message. 
BNP PARIBAS (and its subsidiaries) shall (will) not 
therefore be liable for the message if modified. 

-

Ce message et toutes les pieces jointes (ci-apres le 
"message") sont etablis a l'intention exclusive de ses 
destinataires et sont confidentiels. Si vous recevez ce 
message par erreur, merci de le detruire et d'en avertir 
immediatement l'expediteur. Toute utilisation de ce 
message non conforme a sa destination, toute diffusion 
ou toute publication, totale ou partielle, est interdite, sauf 
autorisation expresse. L'internet ne permettant pas 
d'assurer l'integrite de ce message, BNP PARIBAS (et ses
filiales) decline(nt) toute responsabilite au titre de ce 
message, dans l'hypothese ou il aurait ete modifie.



RE: jbuilder5

2001-08-09 Thread Bill G

Thanks Anthony!!!

-Original Message-
From: Anthony Martin [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 09, 2001 10:50 AM
To: '[EMAIL PROTECTED]'
Subject: RE: jbuilder5


Here are my revised steps for starting a Struts Project in JBuilder5.  I'd
appreciate any comments.  If something is unclear or incorrect, I'm open to
any suggestions:

Go to http://www1.tramsasp.com/?section=dev then click on the
JBuilder5/Struts link.


Anthony

-Original Message-
From: MW Porter [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 09, 2001 8:54 AM
To: [EMAIL PROTECTED]
Subject: Re: jbuilder5


I was having similar problems with JB5 until I installed two OpenTools that
I got
from Borlands CodeCentral...Now, everything works great.

For more on this, go to http://www.tamaracka.com/search.htm and search on
keywords:  struts jar ken chan

Good luck.  -- Mike

- Original Message -
From: "Marcel Andres" <[EMAIL PROTECTED]>
To: "struts-user" <[EMAIL PROTECTED]>
Sent: Thursday, August 09, 2001 8:08 AM
Subject: RE: jbuilder5


Hallo Nicole

When you run your project with "Start Tomcat...", did you check in the
message viewer, if the classpath is set right?

Gruss und viel Glück / Cheers

Marcel


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 09, 2001 4:52 PM
To: [EMAIL PROTECTED]
Subject: jbuilder5


ive got problems with jbuilder5 and struts!

javax.servlet.ServletException: Exception creating bean of class
de.bnext.portal.ch.AcknowledgementForm: java.lang.ClassNotFoundException:
de.bnext.portal.ch.AcknowledgementForm
 at
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImp
l.java:459)
 at
jsp._0002fjsp_0002fAcknowledgement_0002ejspAcknowledgement_jsp_9._jspService
(_0002fjsp_0002fAcknowledgement_0002ejspAcknowledgement_jsp_9.java:992)
 at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
 at
org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.ja
va:177)
 at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:318)
 at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:391)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
 at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:404)
 at org.apache.tomcat.core.Handler.service(Handler.java:286)
 at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
 at
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:79
7)
 at org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
 at
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC
onnectionHandler.java:210)
 at
org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
 at
org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
 at java.lang.Thread.run(Thread.java:484)
 Root cause: javax.servlet.jsp.JspException: Exception creating bean of
class de.bnext.portal.ch.AcknowledgementForm:
java.lang.ClassNotFoundException: de.bnext.portal.ch.AcknowledgementForm
 at org.apache.struts.taglib.html.FormTag.doStartTag(FormTag.java:568)
 at
jsp._0002fjsp_0002fAcknowledgement_0002ejspAcknowledgement_jsp_9._jspService
(_0002fjsp_0002fAcknowledgement_0002ejspAcknowledgement_jsp_9.java:122)
 at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
 at
org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.ja
va:177)
 at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:318)
 at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:391)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
 at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:404)
 at org.apache.tomcat.core.Handler.service(Handler.java:286)
 at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
 at
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:79
7)
 at org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
 at
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC
onnectionHandler.java:210)
 at
org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
 at
org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
 at java.lang.Thread.run(Thread.java:484)

this class exists!!! this application runs on the normal tomcat but not in
the jbuider5 environment!!!


Mit freundlichen Gruessen
With best Regards/

Nicole Karmalita
Junior Software Engineer
b-next AG
Consulting & Engineering
Stockholmer Allee 30c, D-44269 Dortmund Zentrale: Hansastr. 35,
D-32049 Herford
Fon +49 231 56 55 72-0 Fon +49 5221 99 28-00
Fax +49 231 56 55 72-72

RE: jbuilder5

2001-08-09 Thread Rajan Gupta

Has anyone used JBUilder5 with Tomcat4.0?
--- Anthony Martin <[EMAIL PROTECTED]> wrote:
> Here are my revised steps for starting a Struts Project in JBuilder5. 
> I'd
> appreciate any comments.  If something is unclear or incorrect, I'm open
> to
> any suggestions:
> 
> Go to http://www1.tramsasp.com/?section=dev then click on the
> JBuilder5/Struts link.
> 
> 
> Anthony
> 
> -Original Message-
> From: MW Porter [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, August 09, 2001 8:54 AM
> To: [EMAIL PROTECTED]
> Subject: Re: jbuilder5
> 
> 
> I was having similar problems with JB5 until I installed two OpenTools
> that
> I got
> from Borlands CodeCentral...Now, everything works great.
> 
> For more on this, go to http://www.tamaracka.com/search.htm and search
> on
> keywords:  struts jar ken chan
> 
> Good luck.  -- Mike
> 
> - Original Message -
> From: "Marcel Andres" <[EMAIL PROTECTED]>
> To: "struts-user" <[EMAIL PROTECTED]>
> Sent: Thursday, August 09, 2001 8:08 AM
> Subject: RE: jbuilder5
> 
> 
> Hallo Nicole
> 
> When you run your project with "Start Tomcat...", did you check in the
> message viewer, if the classpath is set right?
> 
> Gruss und viel Glück / Cheers
> 
> Marcel
> 
> 
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, August 09, 2001 4:52 PM
> To: [EMAIL PROTECTED]
> Subject: jbuilder5
> 
> 
> ive got problems with jbuilder5 and struts!
> 
> javax.servlet.ServletException: Exception creating bean of class
> de.bnext.portal.ch.AcknowledgementForm:
> java.lang.ClassNotFoundException:
> de.bnext.portal.ch.AcknowledgementForm
>  at
>
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImp
> l.java:459)
>  at
>
jsp._0002fjsp_0002fAcknowledgement_0002ejspAcknowledgement_jsp_9._jspService
> (_0002fjsp_0002fAcknowledgement_0002ejspAcknowledgement_jsp_9.java:992)
>  at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)
>  at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
>  at
>
org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.ja
> va:177)
>  at
> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:318)
>  at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:391)
>  at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
>  at
> org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:404)
>  at org.apache.tomcat.core.Handler.service(Handler.java:286)
>  at
> org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
>  at
>
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:79
> 7)
>  at
> org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
>  at
>
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC
> onnectionHandler.java:210)
>  at
>
org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
>  at
>
org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
>  at java.lang.Thread.run(Thread.java:484)
>  Root cause: javax.servlet.jsp.JspException: Exception creating bean of
> class de.bnext.portal.ch.AcknowledgementForm:
> java.lang.ClassNotFoundException: de.bnext.portal.ch.AcknowledgementForm
>  at org.apache.struts.taglib.html.FormTag.doStartTag(FormTag.java:568)
>  at
>
jsp._0002fjsp_0002fAcknowledgement_0002ejspAcknowledgement_jsp_9._jspService
> (_0002fjsp_0002fAcknowledgement_0002ejspAcknowledgement_jsp_9.java:122)
>  at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)
>  at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
>  at
>
org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.ja
> va:177)
>  at
> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:318)
>  at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:391)
>  at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
>  at
> org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:404)
>  at org.apache.tomcat.core.Handler.service(Handler.java:286)
>  at
> org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
>  at
>
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:79
> 7)
>  at
> org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
>  at
>
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC
> onnectionHandler.java:210)
>  at
>
org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
>  at
>
org.apache.tomcat.uti

RE: jbuilder5

2001-08-09 Thread Anthony Martin

Here are my revised steps for starting a Struts Project in JBuilder5.  I'd
appreciate any comments.  If something is unclear or incorrect, I'm open to
any suggestions:

Go to http://www1.tramsasp.com/?section=dev then click on the
JBuilder5/Struts link.


Anthony

-Original Message-
From: MW Porter [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 09, 2001 8:54 AM
To: [EMAIL PROTECTED]
Subject: Re: jbuilder5


I was having similar problems with JB5 until I installed two OpenTools that
I got
from Borlands CodeCentral...Now, everything works great.

For more on this, go to http://www.tamaracka.com/search.htm and search on
keywords:  struts jar ken chan

Good luck.  -- Mike

- Original Message -
From: "Marcel Andres" <[EMAIL PROTECTED]>
To: "struts-user" <[EMAIL PROTECTED]>
Sent: Thursday, August 09, 2001 8:08 AM
Subject: RE: jbuilder5


Hallo Nicole

When you run your project with "Start Tomcat...", did you check in the
message viewer, if the classpath is set right?

Gruss und viel Glück / Cheers

Marcel


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 09, 2001 4:52 PM
To: [EMAIL PROTECTED]
Subject: jbuilder5


ive got problems with jbuilder5 and struts!

javax.servlet.ServletException: Exception creating bean of class
de.bnext.portal.ch.AcknowledgementForm: java.lang.ClassNotFoundException:
de.bnext.portal.ch.AcknowledgementForm
 at
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImp
l.java:459)
 at
jsp._0002fjsp_0002fAcknowledgement_0002ejspAcknowledgement_jsp_9._jspService
(_0002fjsp_0002fAcknowledgement_0002ejspAcknowledgement_jsp_9.java:992)
 at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
 at
org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.ja
va:177)
 at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:318)
 at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:391)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
 at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:404)
 at org.apache.tomcat.core.Handler.service(Handler.java:286)
 at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
 at
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:79
7)
 at org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
 at
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC
onnectionHandler.java:210)
 at
org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
 at
org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
 at java.lang.Thread.run(Thread.java:484)
 Root cause: javax.servlet.jsp.JspException: Exception creating bean of
class de.bnext.portal.ch.AcknowledgementForm:
java.lang.ClassNotFoundException: de.bnext.portal.ch.AcknowledgementForm
 at org.apache.struts.taglib.html.FormTag.doStartTag(FormTag.java:568)
 at
jsp._0002fjsp_0002fAcknowledgement_0002ejspAcknowledgement_jsp_9._jspService
(_0002fjsp_0002fAcknowledgement_0002ejspAcknowledgement_jsp_9.java:122)
 at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
 at
org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.ja
va:177)
 at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:318)
 at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:391)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
 at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:404)
 at org.apache.tomcat.core.Handler.service(Handler.java:286)
 at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
 at
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:79
7)
 at org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
 at
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC
onnectionHandler.java:210)
 at
org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
 at
org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
 at java.lang.Thread.run(Thread.java:484)

this class exists!!! this application runs on the normal tomcat but not in
the jbuider5 environment!!!


Mit freundlichen Gruessen
With best Regards/

Nicole Karmalita
Junior Software Engineer
b-next AG
Consulting & Engineering
Stockholmer Allee 30c, D-44269 Dortmund Zentrale: Hansastr. 35,
D-32049 Herford
Fon +49 231 56 55 72-0 Fon +49 5221 99 28-00
Fax +49 231 56 55 72-72 Fax +49 5221 84 68-0
http://www.b-next.de
mailto:[EMAIL PROTECTED]



-
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte
Informationen. Wenn Sie nicht der rich

RE: jbuilder5

2001-08-09 Thread Marcel Andres

I'm not sure if Mike means the "Struts Support Addin" from 
http://codecentral.borland.com/. But if your application is built as a WAR archive, 
this could help.

Marcel


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 09, 2001 5:54 PM
To: [EMAIL PROTECTED]
Subject: Re: jbuilder5


I was having similar problems with JB5 until I installed two OpenTools that
I got
from Borlands CodeCentral...Now, everything works great.

For more on this, go to http://www.tamaracka.com/search.htm and search on
keywords:  struts jar ken chan

Good luck.  -- Mike

- Original Message -
From: "Marcel Andres" <[EMAIL PROTECTED]>
To: "struts-user" <[EMAIL PROTECTED]>
Sent: Thursday, August 09, 2001 8:08 AM
Subject: RE: jbuilder5


Hallo Nicole

When you run your project with "Start Tomcat...", did you check in the
message viewer, if the classpath is set right?

Gruss und viel Glück / Cheers

Marcel


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 09, 2001 4:52 PM
To: [EMAIL PROTECTED]
Subject: jbuilder5


ive got problems with jbuilder5 and struts!

javax.servlet.ServletException: Exception creating bean of class
de.bnext.portal.ch.AcknowledgementForm: java.lang.ClassNotFoundException:
de.bnext.portal.ch.AcknowledgementForm
 at
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImp
l.java:459)
 at
jsp._0002fjsp_0002fAcknowledgement_0002ejspAcknowledgement_jsp_9._jspService
(_0002fjsp_0002fAcknowledgement_0002ejspAcknowledgement_jsp_9.java:992)
 at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
 at
org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.ja
va:177)
 at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:318)
 at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:391)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
 at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:404)
 at org.apache.tomcat.core.Handler.service(Handler.java:286)
 at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
 at
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:79
7)
 at org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
 at
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC
onnectionHandler.java:210)
 at
org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
 at
org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
 at java.lang.Thread.run(Thread.java:484)
 Root cause: javax.servlet.jsp.JspException: Exception creating bean of
class de.bnext.portal.ch.AcknowledgementForm:
java.lang.ClassNotFoundException: de.bnext.portal.ch.AcknowledgementForm
 at org.apache.struts.taglib.html.FormTag.doStartTag(FormTag.java:568)
 at
jsp._0002fjsp_0002fAcknowledgement_0002ejspAcknowledgement_jsp_9._jspService
(_0002fjsp_0002fAcknowledgement_0002ejspAcknowledgement_jsp_9.java:122)
 at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
 at
org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.ja
va:177)
 at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:318)
 at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:391)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
 at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:404)
 at org.apache.tomcat.core.Handler.service(Handler.java:286)
 at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
 at
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:79
7)
 at org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
 at
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC
onnectionHandler.java:210)
 at
org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
 at
org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
 at java.lang.Thread.run(Thread.java:484)

this class exists!!! this application runs on the normal tomcat but not in
the jbuider5 environment!!!


Mit freundlichen Gruessen
With best Regards/

Nicole Karmalita
Junior Software Engineer
b-next AG
Consulting & Engineering
Stockholmer Allee 30c, D-44269 Dortmund Zentrale: Hansastr. 35,
D-32049 Herford
Fon +49 231 56 55 72-0 Fon +49 5221 99 28-00
Fax +49 231 56 55 72-72 Fax +49 5221 84 68-0
http://www.b-next.de
mailto:[EMAIL PROTECTED]



-
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese
E-Mail irrtümlich erhalten haben, informieren Sie

RE: jbuilder5

2001-08-09 Thread Marcel Andres

Hallo Nicole

When you run your project with "Start Tomcat...", did you check in the message viewer, 
if the classpath is set right?

Gruss und viel Glück / Cheers

Marcel
 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 09, 2001 4:52 PM
To: [EMAIL PROTECTED]
Subject: jbuilder5


ive got problems with jbuilder5 and struts! 

javax.servlet.ServletException: Exception creating bean of class
de.bnext.portal.ch.AcknowledgementForm: java.lang.ClassNotFoundException:
de.bnext.portal.ch.AcknowledgementForm
 at
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImp
l.java:459)
 at
jsp._0002fjsp_0002fAcknowledgement_0002ejspAcknowledgement_jsp_9._jspService
(_0002fjsp_0002fAcknowledgement_0002ejspAcknowledgement_jsp_9.java:992)
 at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
 at
org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.ja
va:177)
 at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:318)
 at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:391)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
 at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:404)
 at org.apache.tomcat.core.Handler.service(Handler.java:286)
 at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
 at
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:79
7)
 at org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
 at
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC
onnectionHandler.java:210)
 at
org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
 at
org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
 at java.lang.Thread.run(Thread.java:484)
 Root cause: javax.servlet.jsp.JspException: Exception creating bean of
class de.bnext.portal.ch.AcknowledgementForm:
java.lang.ClassNotFoundException: de.bnext.portal.ch.AcknowledgementForm
 at org.apache.struts.taglib.html.FormTag.doStartTag(FormTag.java:568)
 at
jsp._0002fjsp_0002fAcknowledgement_0002ejspAcknowledgement_jsp_9._jspService
(_0002fjsp_0002fAcknowledgement_0002ejspAcknowledgement_jsp_9.java:122)
 at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
 at
org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.ja
va:177)
 at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:318)
 at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:391)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
 at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:404)
 at org.apache.tomcat.core.Handler.service(Handler.java:286)
 at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
 at
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:79
7)
 at org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
 at
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC
onnectionHandler.java:210)
 at
org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
 at
org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
 at java.lang.Thread.run(Thread.java:484)

this class exists!!! this application runs on the normal tomcat but not in
the jbuider5 environment!!!


Mit freundlichen Gruessen
With best Regards/

Nicole Karmalita
Junior Software Engineer
b-next AG
Consulting & Engineering
Stockholmer Allee 30c, D-44269 Dortmund Zentrale:   Hansastr. 35,
D-32049 Herford
Fon +49 231 56 55 72-0  Fon +49 5221 99 28-00
Fax +49 231 56 55 72-72 Fax +49 5221 84 68-0
http://www.b-next.de
mailto:[EMAIL PROTECTED]



-
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte 
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese 
E-Mail irrtümlich erhalten haben, informieren Sie bitte sofort den 
Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren 
sowie die unbefugte Weitergabe dieser Mail ist nicht gestattet.

This e-mail may contain confidential and/or privileged information. 
If you are not the intended recipient (or have received this e-mail in 
error) please notify the sender immediately and destroy this e-mail. 
Any unauthorised copying, disclosure or distribution of the material 
in this e-mail is strictly forbidden.



jbuilder5

2001-08-09 Thread Karmalita, Nicole

ive got problems with jbuilder5 and struts! 

javax.servlet.ServletException: Exception creating bean of class
de.bnext.portal.ch.AcknowledgementForm: java.lang.ClassNotFoundException:
de.bnext.portal.ch.AcknowledgementForm
 at
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImp
l.java:459)
 at
jsp._0002fjsp_0002fAcknowledgement_0002ejspAcknowledgement_jsp_9._jspService
(_0002fjsp_0002fAcknowledgement_0002ejspAcknowledgement_jsp_9.java:992)
 at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
 at
org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.ja
va:177)
 at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:318)
 at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:391)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
 at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:404)
 at org.apache.tomcat.core.Handler.service(Handler.java:286)
 at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
 at
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:79
7)
 at org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
 at
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC
onnectionHandler.java:210)
 at
org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
 at
org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
 at java.lang.Thread.run(Thread.java:484)
 Root cause: javax.servlet.jsp.JspException: Exception creating bean of
class de.bnext.portal.ch.AcknowledgementForm:
java.lang.ClassNotFoundException: de.bnext.portal.ch.AcknowledgementForm
 at org.apache.struts.taglib.html.FormTag.doStartTag(FormTag.java:568)
 at
jsp._0002fjsp_0002fAcknowledgement_0002ejspAcknowledgement_jsp_9._jspService
(_0002fjsp_0002fAcknowledgement_0002ejspAcknowledgement_jsp_9.java:122)
 at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
 at
org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.ja
va:177)
 at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:318)
 at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:391)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
 at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:404)
 at org.apache.tomcat.core.Handler.service(Handler.java:286)
 at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
 at
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:79
7)
 at org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
 at
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC
onnectionHandler.java:210)
 at
org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
 at
org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
 at java.lang.Thread.run(Thread.java:484)

this class exists!!! this application runs on the normal tomcat but not in
the jbuider5 environment!!!


Mit freundlichen Gruessen
With best Regards/

Nicole Karmalita
Junior Software Engineer
b-next AG
Consulting & Engineering
Stockholmer Allee 30c, D-44269 Dortmund Zentrale:   Hansastr. 35,
D-32049 Herford
Fon +49 231 56 55 72-0  Fon +49 5221 99 28-00
Fax +49 231 56 55 72-72 Fax +49 5221 84 68-0
http://www.b-next.de
mailto:[EMAIL PROTECTED]



-
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte 
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese 
E-Mail irrtümlich erhalten haben, informieren Sie bitte sofort den 
Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren 
sowie die unbefugte Weitergabe dieser Mail ist nicht gestattet.

This e-mail may contain confidential and/or privileged information. 
If you are not the intended recipient (or have received this e-mail in 
error) please notify the sender immediately and destroy this e-mail. 
Any unauthorised copying, disclosure or distribution of the material 
in this e-mail is strictly forbidden.