RE: UnSubscribe please!!

2001-05-09 Thread Bruce McCleave
Title: ConnectionPooling in struts



I have 
tried repeated times to unsubscibe and still recieve emails! Could you 
pleas unsubscribe me also..

  -Original Message-From: Cao Jue 
  [mailto:[EMAIL PROTECTED]]Sent: Wednesday, May 09, 2001 5:46 
  PMTo: [EMAIL PROTECTED]Subject: RE: 
  UnSubscribe please!!
  I met the same 
  problem: after submitting unsubscribing letter, still receive mails. Please 
  unsubsribe me either.
  
-Original 
Message-From: Natra, Uday 
[mailto:[EMAIL PROTECTED]]Sent: Thursday, May 10, 2001 3:28 
AMTo: '[EMAIL PROTECTED]'Subject: 
UnSubscribe please!!
UnSubscribeme 
please!

  


RE: JBuilder Enterprise

2001-02-07 Thread Bruce McCleave

I have set up JBuilder to mimic my tomcat environment.  First I set up my
JBuilder project to build my classes in "/WEB-INF/classes" then I changed
the working directory to {tomcat_root}/bin (this is not required).

As for the Jars, I include them in the project so that the build can find
all the jars.  In our final build struts.jar is placed in "/WEB-INF/lib"
where tomcat automatically picks up the jars.

Hope that helps,

~Bruce

-Original Message-
From: Steven D. Wilkinson [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 07, 2001 7:59 AM
To: [EMAIL PROTECTED]
Subject: Re: JBuilder Enterprise


Bruce,
Do you compile your code with JB?  The reason why I ask...
If you have a library in your JB project, it will automatically put that on
the
classpath when you launch your main class for the project.  Hopefully this
states the problem simply... 

Problem... 
Put struts.jar in my project so I can compile in JB.
When Tomcat's main (Catalina for me I'm using Tomcat 4.0) is called the
struts.jar is added to the classpath.

Solution...
use ant to build my code and don't include struts.jar in my project.  

Did you find another solution to the problem?

After about 8 emails on inprise newsgroup they had a couple of suggestions.
I
just wanted to see what your experience was.

Thanks in advance,

Steve


Bruce McCleave wrote:
 
 Hotspot is what causes debugging to be so slow.  We have found that
passing
 "-classic" as a VM Parameter, which disables HotSpot, will dramatically
 increase performance.  In my case I went from a 2 minute startup time to
 about 5 seconds, it actually makes the debugger usable.
 
 That was with JBuilder Professional 4.0.
 
 ~Bruce
 
 -Original Message-
 From: Deping Chian [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, February 06, 2001 9:09 AM
 To: [EMAIL PROTECTED]
 Subject: Re: JBuilder Enterprise
 
 Lind Jrgen wrote:
 
  Hi,
 
  after the discussion on using JBuilder for Web Development, I decided
  to try the Enterprise Edition... While my stuff worked fine with the
  Foundation version (and an "external" Tomcat), I cannot get it running
  within the JBuilder Environment. After I managed to tell the internal
  Tomcat where to find the struts TLDs, Tomcat complains about some
missing
  attribute:
 
  javax.servlet.ServletException: Missing resources attribute
  org.apache.struts.action.MESSAGE
 Discard JB4's internal Tomcat (older version). Download tomcat 3.2.1,
 and new struts nightly build.
 
 create a new library set (call it tomcat3.2.1 if you want), add all jar
 files in tomcat-3.2.1/lib directory. I do database apps with
 interclient, so I put my interclient.jar there. Also I used
 GenericDataSource class of struts, so I put jdbc2_0-stdext.jar there
 (download from Sun).
 
 I have been using these for one of my projects for a while. Debugging is
 ok in Linux even for struts calls. Debugging can be slow in windows
 unless you include a -class VM parameters.
 
 If you updrade to another version of JBuilder or struts, you should
 delete all the work files. Otherwise, it is very likely to have
 problems.
 
 Deping
 
   at
 

org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImp
  l.java:386)
   at
 

www.p_00025blic_0005fhtml.webapps.odin_0002dtracer.jsp._0002fwww_0002fpublic
 

_0005fhtml_0002fwebapps_0002fodin_0002dtracer_0002fjsp_0002flogon_0002ejsplo
 

gon_jsp_0._jspService(_0002fwww_0002fpublic_0005fhtml_0002fwebapps_0002fodin
  _0002dtracer_0002fjsp_0002flogon_0002ejsplogon_jsp_0.java:305)
 
  Any ideas what this means and how to fix it?
 
  Regards,
 
  Jrgen

-- 
-
Steven D. Wilkinson, [EMAIL PROTECTED]



RE: JBuilder Enterprise

2001-02-06 Thread Bruce McCleave

Hotspot is what causes debugging to be so slow.  We have found that passing
"-classic" as a VM Parameter, which disables HotSpot, will dramatically
increase performance.  In my case I went from a 2 minute startup time to
about 5 seconds, it actually makes the debugger usable.

That was with JBuilder Professional 4.0.

~Bruce

-Original Message-
From: Deping Chian [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 06, 2001 9:09 AM
To: [EMAIL PROTECTED]
Subject: Re: JBuilder Enterprise


Lind Jrgen wrote:
 
 Hi,
 
 after the discussion on using JBuilder for Web Development, I decided
 to try the Enterprise Edition... While my stuff worked fine with the
 Foundation version (and an "external" Tomcat), I cannot get it running
 within the JBuilder Environment. After I managed to tell the internal
 Tomcat where to find the struts TLDs, Tomcat complains about some missing
 attribute:
 
 javax.servlet.ServletException: Missing resources attribute
 org.apache.struts.action.MESSAGE
Discard JB4's internal Tomcat (older version). Download tomcat 3.2.1,
and new struts nightly build.

create a new library set (call it tomcat3.2.1 if you want), add all jar
files in tomcat-3.2.1/lib directory. I do database apps with
interclient, so I put my interclient.jar there. Also I used
GenericDataSource class of struts, so I put jdbc2_0-stdext.jar there
(download from Sun).

I have been using these for one of my projects for a while. Debugging is
ok in Linux even for struts calls. Debugging can be slow in windows
unless you include a -class VM parameters.

If you updrade to another version of JBuilder or struts, you should
delete all the work files. Otherwise, it is very likely to have
problems.


Deping

  at

org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImp
 l.java:386)
  at

www.p_00025blic_0005fhtml.webapps.odin_0002dtracer.jsp._0002fwww_0002fpublic

_0005fhtml_0002fwebapps_0002fodin_0002dtracer_0002fjsp_0002flogon_0002ejsplo

gon_jsp_0._jspService(_0002fwww_0002fpublic_0005fhtml_0002fwebapps_0002fodin
 _0002dtracer_0002fjsp_0002flogon_0002ejsplogon_jsp_0.java:305)
 
 Any ideas what this means and how to fix it?
 
 Regards,
 
 Jrgen



RE: Improve your stepfamily life

2000-12-21 Thread Bruce McCleave

remove

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 20, 2000 7:30 PM
Subject: Improve your stepfamily life


Does your stepfamily life resemble a soap opera more than it does the Brady
Bunch?

The Stepfamily Association of America invites you to participate in THE
NATIONAL CONFERENCE FOR STEPFAMILIES, Feb. 23-24, 2001, at the New Orleans
Marriott Hotel.

This is an opportunity, designed by knowledgeable professionals, in
stepfamilies themselves, to help you:
* Make your remarriage a success
* Create bonds with your stepchildren
* Help your children adjust emotionally
* Manage money matters unique to your family
* Get more help from legal, financial, psychological advisors
* Overcome stepfather and stepmother stereotypes
* Elicit cooperation from your children's schools
* Bring more harmony into family life

Complete conference details at http://www.edupr.com
REGISTER ONLINE!

Attend, and also enjoy Mardi Gras week in New Orleans!

Special discounts for couples, students, groups.

HOTEL IS BOOKING UP FAST. ACT NOW BEFORE ROOM BLOCK AND
AIRLINE SEATS FILL Special rates for conference attendees. Visit
http://www.edupr.com for discounts. Childcare available through a bonded
local service.

Up to 17 professional development credits available if you are an

educator, clinician, financial planner, social worker.

Questions? Email [EMAIL PROTECTED]

If you would like to be removed, please email us back with the word "Remove"
in the subject line. We apologize for any inconvenience.



template?

2000-11-22 Thread Bruce McCleave

Hi all,

I have just begun to use struts, and am so far very impressed.  The question
I have has to do with templates and localization.  Can I pass a element to
the "template:put" tag that is defined in a property file?  (ex. I want the
text from 'title.report' that would be outputted from a "struts:message" tag
to be put in the title section of a template).  If this is not available I
can add the code.

template:put name='title'   content='Reporter' direct='true'/

~Bruce