RE: Clever trick required

2005-10-18 Thread Neil Meyer
Hi,

I'm not serving any static content; everything is dynamic out of a database. 

Neil



-Original Message-
From: Martin Gainty [mailto:[EMAIL PROTECTED] 
Sent: 18 October 2005 03:14 PM
To: Struts Users Mailing List
Subject: Re: Clever trick required

Hermod-

Currently I am currently running tomcat 5.5.7 and not using any HTTP server 
for front end
If I have no legacy CGI / Perl scripts or static content to server up would 
I need to front end Tomcat with an HTTP Server?
What are the performance considerations for Tomcat standalone vs FrontEnded 
with an HTTP Server?

Takk
Martin-
- Original Message - 
From: <[EMAIL PROTECTED]>
To: 
Sent: Tuesday, October 18, 2005 4:20 AM
Subject: SV: Clever trick required


Hi

Your running Tomcat as an HTTP Server? Why? Tomcat is a Servlet engine and 
is not optimized for serving static content. You should put Apache Http 
server in front of it, serving static content.

I have Tomcat running on servers, and have seen more that 1200 concurrent 
sessions on it without any problem at all.

Hermod

-Opprinnelig melding-
Fra: Neil Meyer [mailto:[EMAIL PROTECTED]
Sendt: 18. oktober 2005 10:12
Til: Struts Users Mailing List
Emne: RE: Clever trick required


Hi,

I know this is probably of topic but I have huge problems with my webserver.
We are running struts on this server under Tomcat 5.1. It seems like the
tomcat server can't handle load.

Any comment or recommendations will really be appreciated. I'm looking at 
Sun
web server now.

Regards
Neil Meyer

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


* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

This email with attachments is solely for the use of the individual or
entity to whom it is addressed. Please also be aware that the DnB NOR Group
cannot accept any payment orders or other legally binding correspondence 
with
customers as a part of an email.

This email message has been virus checked by the virus programs used
in the DnB NOR Group.

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *


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


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


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



Re: Clever trick required

2005-10-18 Thread Martin Gainty

Hermod-

Currently I am currently running tomcat 5.5.7 and not using any HTTP server 
for front end
If I have no legacy CGI / Perl scripts or static content to server up would 
I need to front end Tomcat with an HTTP Server?
What are the performance considerations for Tomcat standalone vs FrontEnded 
with an HTTP Server?


Takk
Martin-
- Original Message - 
From: <[EMAIL PROTECTED]>

To: 
Sent: Tuesday, October 18, 2005 4:20 AM
Subject: SV: Clever trick required


Hi

Your running Tomcat as an HTTP Server? Why? Tomcat is a Servlet engine and 
is not optimized for serving static content. You should put Apache Http 
server in front of it, serving static content.


I have Tomcat running on servers, and have seen more that 1200 concurrent 
sessions on it without any problem at all.


Hermod

-Opprinnelig melding-
Fra: Neil Meyer [mailto:[EMAIL PROTECTED]
Sendt: 18. oktober 2005 10:12
Til: Struts Users Mailing List
Emne: RE: Clever trick required


Hi,

I know this is probably of topic but I have huge problems with my webserver.
We are running struts on this server under Tomcat 5.1. It seems like the
tomcat server can't handle load.

Any comment or recommendations will really be appreciated. I'm looking at 
Sun

web server now.

Regards
Neil Meyer

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


* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

This email with attachments is solely for the use of the individual or
entity to whom it is addressed. Please also be aware that the DnB NOR Group
cannot accept any payment orders or other legally binding correspondence 
with

customers as a part of an email.

This email message has been virus checked by the virus programs used
in the DnB NOR Group.

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *


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


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



Re: Clever trick required

2005-10-18 Thread Leon Rosenberg
1) Don't high-jack threads. Start a new one if you really want an answer.
2) This is hardly a topic for the struts-user list. mail to
[EMAIL PROTECTED]
3) What is tomcat 5.1???

leon


On 10/18/05, Neil Meyer <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I know this is probably of topic but I have huge problems with my webserver.
> We are running struts on this server under Tomcat 5.1. It seems like the
> tomcat server can't handle load.
>
> Any comment or recommendations will really be appreciated. I'm looking at Sun
> web server now.
>
> Regards
> Neil Meyer
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

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



RE: Clever trick required

2005-10-18 Thread Neil Meyer
Hi,

I know this is probably of topic but I have huge problems with my webserver.
We are running struts on this server under Tomcat 5.1. It seems like the
tomcat server can't handle load. 

Any comment or recommendations will really be appreciated. I'm looking at Sun
web server now.

Regards
Neil Meyer

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



Re: Clever trick required

2005-10-17 Thread Murray Collingwood
Thanks Tamas - exactly what I was after!

Kind regards
mc

On 17 Oct 2005 at 21:04, Tamas Szabo wrote:

> Hi mate :-),
> 
> using the indexId property in the second logic:iterate and displaying
> 
> only if indexId is 0 would do waht you want?
> 
> 
> Tamas
> 
> 
> On 10/17/05, Murray Collingwood <[EMAIL PROTECTED]> wrote:
> >
> > Hi all
> >
> > Bean 1 has a property, a list of Bean 2s.
> >
> > I want to display these on the screen but I don't want to display repeated
> > occurrences of
> > the same value from Bean 1. For example, lets assume Bean 1 is surname and
> > Bean 2
> > is first names, and we have families, and what I want is something like:
> >
> > Smith Tom
> > Mary
> > Freddy
> > Jones John
> > Liz
> > Jim
> > Wendy
> >
> > What I get is:
> >
> > Smith Tom
> > Smith Mary
> > Smith Freddy
> > Jones John
> > Jones Liz
> > Jones Jim
> > Jones Wendy
> >
> > My code is simple:
> >
> > 
> > 
> > 
> >  > id="aMember">
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> >
> > How do I change this to achieve what I want There must be a simple
> > trick for
> > doing this.
> >
> > Kind regards
> > mc
> >
> >
> >
> > FOCUS Computing
> > Mob: 0415 24 26 24
> > [EMAIL PROTECTED]
> > http://www.focus-computing.com.au
> >
> >
> >
> > --
> > No virus found in this outgoing message.
> > Checked by AVG Anti-Virus.
> > Version: 7.0.344 / Virus Database: 267.12.1/136 - Release Date: 15/10/2005
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
> 



FOCUS Computing
Mob: 0415 24 26 24
[EMAIL PROTECTED]
http://www.focus-computing.com.au



-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.12.1/136 - Release Date: 15/10/2005


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



Re: Clever trick required

2005-10-17 Thread Vic Cekvenich

displaytag does it, and it's in sample screens on sf.net.
displaytag should be included in struts!
Also... using logic tag is deprecated. use jstl instead.

.V


Murray Collingwood wrote:

Hi all

Bean 1 has a property, a list of Bean 2s.

I want to display these on the screen but I don't want to display repeated occurrences of 
the same value from Bean 1.  For example, lets assume Bean 1 is surname and Bean 2 
is first names, and we have families, and what I want is something like:


Smith   Tom
Mary
Freddy
Jones   John
Liz
Jim
Wendy






--
thx,
.V

Your Roomity Broadband Community 

cell: 917 825 3035 in DFW
email: netsql at roomity.com


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



Re: Clever trick required

2005-10-17 Thread Aldo Vadillo Batista
A possible solution could be:
 












 























 2005/10/17, Murray Collingwood <[EMAIL PROTECTED]>:
>
> Hi all
>
> Bean 1 has a property, a list of Bean 2s.
>
> I want to display these on the screen but I don't want to display repeated
> occurrences of
> the same value from Bean 1. For example, lets assume Bean 1 is surname and
> Bean 2
> is first names, and we have families, and what I want is something like:
>
> Smith Tom
> Mary
> Freddy
> Jones John
> Liz
> Jim
> Wendy
>
> What I get is:
>
> Smith Tom
> Smith Mary
> Smith Freddy
> Jones John
> Jones Liz
> Jones Jim
> Jones Wendy
>
> My code is simple:
>
> 
> 
> 
>  id="aMember">
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
>
> How do I change this to achieve what I want There must be a simple
> trick for
> doing this.
>
> Kind regards
> mc
>
>
>
> FOCUS Computing
> Mob: 0415 24 26 24
> [EMAIL PROTECTED]
> http://www.focus-computing.com.au
>
>
>
> --
> No virus found in this outgoing message.
> Checked by AVG Anti-Virus.
> Version: 7.0.344 / Virus Database: 267.12.1/136 - Release Date: 15/10/2005
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


Re: Clever trick required

2005-10-17 Thread Tamas Szabo
Hi mate :-),

using the indexId property in the second logic:iterate and displaying

only if indexId is 0 would do waht you want?


Tamas


On 10/17/05, Murray Collingwood <[EMAIL PROTECTED]> wrote:
>
> Hi all
>
> Bean 1 has a property, a list of Bean 2s.
>
> I want to display these on the screen but I don't want to display repeated
> occurrences of
> the same value from Bean 1. For example, lets assume Bean 1 is surname and
> Bean 2
> is first names, and we have families, and what I want is something like:
>
> Smith Tom
> Mary
> Freddy
> Jones John
> Liz
> Jim
> Wendy
>
> What I get is:
>
> Smith Tom
> Smith Mary
> Smith Freddy
> Jones John
> Jones Liz
> Jones Jim
> Jones Wendy
>
> My code is simple:
>
> 
> 
> 
>  id="aMember">
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
>
> How do I change this to achieve what I want There must be a simple
> trick for
> doing this.
>
> Kind regards
> mc
>
>
>
> FOCUS Computing
> Mob: 0415 24 26 24
> [EMAIL PROTECTED]
> http://www.focus-computing.com.au
>
>
>
> --
> No virus found in this outgoing message.
> Checked by AVG Anti-Virus.
> Version: 7.0.344 / Virus Database: 267.12.1/136 - Release Date: 15/10/2005
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>