Re: Is there anyone using Jetspeed with oracle?

2002-08-28 Thread peterchi
i just keep the seven tables created by the sql script The TURBINE_USER table's data is created when you create a new account.As i know, the single sign on is acheived by using Application object in jsp.There is a book Instant Java server pages which described how to implement single sign on. Sorr

Re: jetspeed = slowspeed?

2002-08-28 Thread Anandkumar Ayyachamy
In the catalina .bat file Carlos Orrego wrote: >sorry for the dumb question, but where do you set the CATALINA_OPTIONS to set -Xmx >and -Xms parameters? >i have been trying to do this for a while with no luck > >thx > >carlos > >-Original Message- >From: Saddest OfAllKeys [mailto:[EMAIL

FYI

2002-08-28 Thread Sandeep G Nijsure
Hi all, This is a problem I encountered with out-of-the-box jetspeed distributions and the solution(?) to this problem. I downloaded Jetspeed 1.3a2 Standard WAR zip, unzipped it, copied the jetspeed.war to $TOMCAT_HOME/webapps, and restarted Tomcat. When I went to test it by visiting http://

Psml management

2002-08-28 Thread Matthew Forsyth
Here are my experiences with the jetspeed psml management system. I've had to change a couple things in ways which somebody else might find useful (please let me know if so!) Also, I am discovering that I may have a (hopefully reconcilable) philosophical problem with PSML. Before I begin, our

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
In the catalina.sh or catalina.bat. At the top of the file with the JAVA_HOME and CATALINA_HOME, put CATALINA_OPTS= . Also, if you use different browsers, does it make a difference? Or is it server side slowdown that is the same for both browsers? Brian Carlos Orrego wrote: > sorry for t

RE: jetspeed = slowspeed?

2002-08-28 Thread Carlos Orrego
sorry for the dumb question, but where do you set the CATALINA_OPTIONS to set -Xmx and -Xms parameters? i have been trying to do this for a while with no luck thx carlos -Original Message- From: Saddest OfAllKeys [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 28, 2002 12:29 PM To:

RE: jetspeed = slowspeed?

2002-08-28 Thread Wayne A Christian
Are you guys taking average measurements or measuring the first time display? Remember that these are JSPs and the first display includes the time to compile the underlining JSPs which represent the portlet collection. What refresh/display speeds are you getting after the JSPs compile? Wayne

Re: jetspeed = slowspeed?

2002-08-28 Thread Scott
I've found that the default templates (JSP and Velocity) tend to be extraordinarily slow. I am not sure exactly what causes this. However, I replaced the majority of the most used with my own, and Jetspeed response times have increased dramatically, so much so that I am no longer experiencing any

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

How can obtain the actual url in the layout templatel?

2002-08-28 Thread Massimiliano Dessi
Hi Is it possible reading the actual url inside a layout velocity template? example localhost:8080/jetspeed/portal/user/turbine/page/default.psml/js_pane/P-eff026a758-10002 $data.getID() in a velocity template (default.vm) is not accessible, with $data.getPageSessionId() obtain user/turbin

RE: Is there anyone using Jetspeed with oracle?

2002-08-28 Thread Ben John
Did you replace TURBINE_USER table with any of your application specific tables(WAS). Because I'm trying to integrate with already existing login framework, to make as single sign on. Any thoughts how to achieve this. -b. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PRO

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

Re: Is there anyone using Jetspeed with oracle?

2002-08-28 Thread peterchi
i successfully use oracle together with the jetspeed and WAS 4.0 Peter Chi - Original Message - From: "Pat Ryan" <[EMAIL PROTECTED]> To: "Jetspeed Users List" <[EMAIL PROTECTED]> Sent: Thursday, August 22, 2002 10:47 PM Subject: Is there anyone using Jetspeed with oracle? > > Based

RE: url rewriting to call pane

2002-08-28 Thread Luta, Raphael (VUN)
De : Massimiliano Dessi [mailto:[EMAIL PROTECTED]] > > Hi > I want semplify the url > http://localhost:8080/jetspeed/portal/user/turbine/page/defaul > t.psml/js_pane/P-efeb295f46-10001 > with http://localhost:8080/jetspeed/portal/th/13 (ie www.zurban.com) > > (in the turbine url -rewriting h

url rewriting to call pane

2002-08-28 Thread Massimiliano Dessi
Hi I want semplify the url http://localhost:8080/jetspeed/portal/user/turbine/page/default.psml/js_pane/P-efeb295f46-10001 with http://localhost:8080/jetspeed/portal/th/13 (ie www.zurban.com) (in the turbine url -rewriting how-to use the invokerinterceptor of the tomcat 3.2 but is not util