Re: jetspeed = slowspeed?

2002-08-29 Thread Stephen Jackson
A little late getting in on the topic, but if you are using Linux or Unix add the -server option (first one). You should see faster execution. On Wednesday 28 August 2002 12:29 pm, you wrote: > I'm no expert but try the following: > > -- change all logging levels in the > ~/WEB-INF/conf/*.prope

Re: jetspeed = slowspeed?

2002-08-29 Thread Josh Hone
t; <[EMAIL PROTECTED]> >Subject: Re: jetspeed = slowspeed? >Date: Thu, 29 Aug 2002 07:33:24 -0230 > > >Success! >Just to follow up, I modified TurbineResources.properties and changed all >logging from DEBUG to INFO. I also enabled some more caching as follows: > >mo

Re: jetspeed = slowspeed?

2002-08-29 Thread AMackay
PROTECTED]> cc: 08/28/02 02:26 PMSubject: Re: jetspeed = slowspeed?

Re: jetspeed = slowspeed?

2002-08-29 Thread Massimiliano Dessi
- From: "Anandkumar Ayyachamy" <[EMAIL PROTECTED]> To: "Jetspeed Users List" <[EMAIL PROTECTED]> Sent: Thursday, August 29, 2002 6:24 AM Subject: Re: jetspeed = slowspeed? > In the catalina .bat file > > Carlos Orrego wrote: > > >sor

Re: jetspeed = slowspeed?

2002-08-28 Thread Anandkumar Ayyachamy
rom: Saddest OfAllKeys [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, August 28, 2002 12:29 PM >To: Jetspeed Users List >Subject: Re: jetspeed = slowspeed? > > > >I'm no expert but try the following: > >-- change all logging levels in the >~/WEB-INF/conf/*.properties fil

Re: jetspeed = slowspeed?

2002-08-28 Thread Werner Punz
Just a general note, to the speed, the others have given hints on how to speed things up already. The mentioned speed in the beginning of this thread is definitely not normal. I currently develop into a local jetspeed server and none of my portlets had a response time above more than a few milise

Re: jetspeed = slowspeed?

2002-08-28 Thread Brian J. Glas
dnesday, August 28, 2002 12:29 PM > To: Jetspeed Users List > Subject: Re: jetspeed = slowspeed? > > I'm no expert but try the following: > > -- change all logging levels in the > ~/WEB-INF/conf/*.properties files to be INFO instead > of DEBUG > > -- give Tomcat a

RE: jetspeed = slowspeed?

2002-08-28 Thread Carlos Orrego
: Jetspeed Users List Subject: Re: jetspeed = slowspeed? I'm no expert but try the following: -- change all logging levels in the ~/WEB-INF/conf/*.properties files to be INFO instead of DEBUG -- give Tomcat a lot of memory via the CATALINA_OPTIONS. e.g. -Xmx256m and -Xms128m -- loo

RE: jetspeed = slowspeed?

2002-08-28 Thread Wayne A Christian
PROTECTED]] Sent: Wednesday, August 28, 2002 8:29 AM To: [EMAIL PROTECTED] Subject: Re: jetspeed = slowspeed? Andrew, I'm a newbie too. Welcome. Something I noticed is that some of the example portlets will take a while when you refresh the page (especially if they're trying to grab stu

Re: jetspeed = slowspeed?

2002-08-28 Thread Scott
t;[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 28, 2002 5:28 AM Subject: Re: jetspeed = slowspeed? > Andrew, > > I'm a newbie too. Welcome. Something I noticed is that some of the > example portlets will take a while when you refresh the page (esp

Re: jetspeed = slowspeed?

2002-08-28 Thread Saddest OfAllKeys
I'm no expert but try the following: -- change all logging levels in the ~/WEB-INF/conf/*.properties files to be INFO instead of DEBUG -- give Tomcat a lot of memory via the CATALINA_OPTIONS. e.g. -Xmx256m and -Xms128m -- look for velocity caching options in TurbineResources.properties and tu

Re: jetspeed = slowspeed?

2002-08-28 Thread Woody Sturges
Andrew, I'm a newbie too. Welcome. Something I noticed is that some of the example portlets will take a while when you refresh the page (especially if they're trying to grab stuff off the inet or are having problems). Have you tried making your new portlet the only one on your current pane?

jetspeed = slowspeed?

2002-08-28 Thread AMackay
Hi, I'm a jetspeed newbie, impressed with its functionality etc. My only concern about using it in production is with response time. A user portal page takes about 8-10 seconds to appear, even with just a 'hello world' portlet defined for the user.Meanwhile, I have some fairly intensive serv