RE: Memery Leak

2002-08-28 Thread Martin Samm
have you tried profiling your application? It could be objects not be garbage collected. Check your tags/servlets to ensure they are garbage collecting correctly. -Original Message- From: Billy Ng [mailto:[EMAIL PROTECTED]] Sent: 28 August 2002 09:50 To: [EMAIL PROTECTED] Subject: Memery

RE: Can osCache work with Struts applications?

2002-07-03 Thread Martin Samm
can't remember what version of the Servlet spec is in Tomcat 3.3, but certainly i've used OSCache with Tomcat/Struts (1.0) - OSCache needs servlet spec 2.3 if memory serves. -Original Message- From: Steinar Bang [mailto:[EMAIL PROTECTED]] Sent: 02 July 2002 21:34 To: [EMAIL PROTECTED] S

Prefix Matching

2002-05-29 Thread Martin Samm
do/content/ Any ideas? -- Martin Samm [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: New Site

2002-04-14 Thread Martin Samm
minutes(!!). My personal > >>> experience with Struts (we are committed to it at this point for > >> > >> VoiceStream > >> > >>> Global Wireless's new ecommerce sites) is that it slows processing and > >> > >> page > >>

Re: New Site

2002-04-14 Thread Martin Samm
int for > > VoiceStream > > > Global Wireless's new ecommerce sites) is that it slows processing and > > page > > > deleivery considerably. Anyone else notice this? > > No. > > I would look for a bug in your code, not in Struts. Have you run a profil

Re: New Site

2002-04-14 Thread Martin Samm
gt; experience with Struts (we are committed to it at this point for > VoiceStream Global Wireless's new ecommerce sites) is that it slows > processing and page deleivery considerably. Anyone else notice this? > > Mark > > -Original Message- > From: Martin Samm [m

New Site

2002-04-10 Thread Martin Samm
for 2 days, so may have a couple of teething problems, but it does seem to have scaled well. -- Martin Samm [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Re[2]: Struts Basic/Pooling DataSource Vs Poolman

2002-04-04 Thread Martin Samm
out this also. Also, where can I get Poolman and > documentation if the site is down> I'm looking for fairly robust > connection pooling, it doesn't have to be super industrial strength > though, so maybe the one with struts will be fine? -- Martin Samm [EMAIL PROTECT

Re: HOWTO: Lessons learned from using Struts, Tomcat and Oracle

2002-03-23 Thread Martin Samm
the > webapp, make sure to remove the extraneous jdbc2_0-stdext.jar > that comes with the Struts Lib. :) > > Hope that helps, > > Walter > > > __ > Do You Yahoo!? > Yahoo! Movies - coverage of the 74th Academy Awards® > http://movies.yahoo.com/ -- Martin Samm [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: OT: Dynamic JSP include

2002-03-21 Thread Martin Samm
ot;"; > 7 } > 8 String includeFile = "static-html/opinion-request/" + product + > 9 "_process_overview.html"; > 10 %> > 11 /> > > Unfortunately, line 11 does not work as desired. I have tried variations > placing " around the <%= directive but

REDIRECT_URL

2002-02-15 Thread Martin Samm
e in Java? Also do i use an ActionForward or can i (as you would in Perl) send back, to Apache, a 301 status and a new url / location? I know this is a bit off the struts trail, but i'm sure someone must have come across this already Cheers, -- Martin Samm [EMAIL PROTECTED] -- To unsub

Tag libraries

2002-01-28 Thread Martin Samm
ss is giving info about at runtime? Any ideas? -- Martin Samm [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Tomcat 3.2.3+mod_jk

2001-12-05 Thread Martin Samm
know how to set up struts with mod_jk. > > Regards. > > Daiju Kato > e-mail:[EMAIL PROTECTED] -- Martin Samm [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: taglibs and jsp:include

2001-12-04 Thread Martin Samm
thats great, thanks very much On Monday 03 Dec 2001 6:29 pm, you wrote: > >>>>> "Martin" == Martin Samm <[EMAIL PROTECTED]> writes: > > Martin> this is not directly Struts but seemed the best qualified forum > (it is for a Martin> struts bas

taglibs and jsp:include

2001-11-30 Thread Martin Samm
ut and not 'interpretted', i.e. the page isn't included. How do i get the container to interpret the include? -- Martin Samm [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: browser & platform compatibility

2001-11-30 Thread Martin Samm
e > anyone integrated and tested their applications on these platforms? > > Thanks, > Elena -- Martin Samm [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Dynamic Tag values

2001-11-21 Thread Martin Samm
eone wrote, that maybe > single quotes after value should be used, like: > > > > but it didn't word either, although the error was different. > Finally I settled with: > > <% > String v = (String)session.getParameter("name"%); > %> > > > an

Dynamic Tag values

2001-11-21 Thread Martin Samm
lso enclosed the tag definition from the .tld (and have set rtexprvalue to true). pcard pnstruts.tags.pcardTag JSP PCARD tag for celeb info name true true Any ideas? -- Martin Samm [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

static forwards

2001-11-14 Thread Martin Samm
et up these /area forwards / redirects easily instruts without going through an 'Action' object? -- Martin Samm -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Force login...

2001-11-02 Thread Martin Samm
archives for this list like the SERVLET and > the JSP lists? > > Thanks > Scott. -- Martin Samm MSc, Bsc Hons http://www.readingroom.com Winner : Best Business to Business Website 2000-01 (Internet Business Awards sponsored by ntl) Reading Room Ltd. 77 Dean Street Soho London W1D 3SH UK

Re: Struts with XML/XSL for the View

2001-10-18 Thread Martin Samm
C2 pattern. > Do you think Struts is convenient with my need ? > If not, do you know other framework to implement MVC2 pattern with XML/XSLT > parsed in the client side for the presentation ? > > Thanks for your answer, > > Eric Brault > CGEY France -- Martin Samm MSc, Bsc Hons h

Re: Configuring Struts with Tomcat and Apache

2001-10-02 Thread Martin Samm
TECTED] > > > The information in this electronic mail ("e-mail") message may > be confidential and for use of only the named recipient. The > information may be protected by privilege, work product immunity > or other applicable law. If you are not the intended recip

Re: New professional STRUTS website

2001-10-02 Thread Martin Samm
:[EMAIL PROTECTED]>[EMAIL PROTECTED] > > This message contains information which may be confidential and privileged. > Unless you are the addressee (or authorized to receive for the addressee), > you may not use, copy or disclose to anyone the message or any information > contained in the

Re: Tomcat-Apache Struts Intergration?

2001-10-01 Thread Martin Samm
and struts on netware, also > could some one who has integrated the three successfully send me some > instructions on how they did it? By the way I am using the latest version > of Apache and Tomcat 3.3. Any help you guys could give would be great! -- Martin Samm MSc