RE: RE: Future of Jetspeed ?

2003-03-25 Thread Marco Pas
I am struggling with the same questions, it seems to me that JetSpeed is a nice solution, but is it scalable to the extend that it will support 1000+ users ?? Possible +100.000 users ?? Marco -Oorspronkelijk bericht- Van: "Weßling, Achim" [mailto:[EMAIL PROTECTED] Verzonden: woensdag 26

AW: RE: Future of Jetspeed ?

2003-03-25 Thread "Weßling, Achim"
Hallo, what is large? We just released a portal based on jetspeed in our intranet. In the moment every day we get about 10 to 15 new users. At the end of june we think we will reach 500 active users. Achim -Ursprüngliche Nachricht- Von: Moosie [mailto:[EMAIL PROTECTED] Gesendet am: Diens

RE: Modifying default servlet mapping "/jetspeed" to "/myportal"

2003-03-25 Thread "Weßling, Achim"
Hallo Brad, under Tomcat the war-file is unpacked into a directory under the /webapps. It is called jetspeed. I deleted the war-file, renamed the directory jetspped to myportal and added in the server.xml of the tomcat a context for myportal which looks as follows: H

Modifying default servlet mapping "/jetspeed" to "/myportal"

2003-03-25 Thread Brad Davis
I know this should be easy to do, I want to access Jetspeed through the URL of /myportal instead of /jetspeed. I modified web.xml to have the URL mapping of /myportal/* instead of /jetspeed/*, but for some reason, it didn't even phase the portal. It still starts up at /jetspeed. Any ideas? Thanks!

Re: Parameter in Xreg to Parameter in PSML

2003-03-25 Thread Javed Mahmud
> > Hi All. > I have a requirement of having the exact parameter list being copied to > the PSML file of the user from the XREG when a portlet is added to the > user. Curently > it looks as if when a portlet is added to the user portlet view thru > customizer the parameters from the oiginal defi

Re: Problem with Jetspeed Administration

2003-03-25 Thread Rana Aich
Hello, I have tried the following in the JPortal CobiJonesPortlet in *.xreg file. The Cobi Jones Portlet Tutorial showing an Action Event Executing, dedicated to the man Cobi tutorial And the for role "u

RE: Removing the Jakarta Jetspeed Portal informationfromtheBrowsertitle

2003-03-25 Thread Wilson, Allen
Yes I did Just tried it again...and the same result. Does it matter where I put the line Allen -Original Message- From: Ryan Christianson [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 25, 2003 4:53 PM To: Jetspeed Users List Subject: Re: Removing the Jakarta Jetspeed Portal in

Re: Removing the Jakarta Jetspeed Portal information from theBrowsertitle

2003-03-25 Thread Ryan Christianson
Did you restart the server after you made the change? You do need to restart tomcat (or whatever servlet container you are using. Wilson, Allen wrote: I am using 1.4-b3. I tried that...I add the line as you gave it into the JetspeedResources file (wanted to see it work before doing the separat

RE: Removing the Jakarta Jetspeed Portal information fromtheBrowsertitle

2003-03-25 Thread Wilson, Allen
I am using 1.4-b3. I tried that...I add the line as you gave it into the JetspeedResources file (wanted to see it work before doing the separate file)and there was no change... Allen -Original Message- From: Harald Ommang [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 25, 2003 4:41

RE: Removing the Jakarta Jetspeed Portal information from theBrowser title

2003-03-25 Thread Harald Ommang
On Tue, 25 Mar 2003 14:40:05 -0800 (PST), "Wilson, Allen" wrote: > > I've check the file for that entry and it does not existis there > anywhere else to look for it.. > > Allen What version are you running? Try to add a line like that, with YOUR text. And see if that does it... Harald --

RE: How to Chain JSPs

2003-03-25 Thread Yong Bing Khoo
Hi Kinjal, Not sure if you have seen the message that I posted previously. The URL is http://www.mail-archive.com/[EMAIL PROTECTED]/msg08224.html That message demonstrates one way of using the include tag to simulate the chaining of JSPs. As Mark Orciuch mentioned, you may need to apply his pat

RE: Removing the Jakarta Jetspeed Portal information from theBrowsertitle

2003-03-25 Thread Wilson, Allen
I've check the file for that entry and it does not existis there anywhere else to look for it.. Allen -Original Message- From: Harald Ommang [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 25, 2003 2:59 PM To: [EMAIL PROTECTED] Subject: Re: Removing the Jakarta Jetspeed Portal informa

Re: Removing the Jakarta Jetspeed Portal information from the Browser title

2003-03-25 Thread Harald Ommang
On Tue, 25 Mar 2003 12:52:13 -0800 (PST), "Wilson, Allen" wrote: > > Good Afternoon... > > I know this may be a stupid question but I have racked my brains trying > to find it. > > Can any tell me how to remove the words Jakarta Jetspeed Portal from the > browser title. > > I have already chan

Problem with Jetspeed Administration

2003-03-25 Thread Rana Aich
Hi All, I'm facing a typical problem in Jetspeed Administration. I did the following steps: (1) I logged in http://localhost:8080/jetspeed as admin/jetspeed. (2) I navigate to Security Role Browser and for Role "User" I withdraw the permission "Customize". i.e. My aim is, not to allow the user t

Removing the Jakarta Jetspeed Portal information from the Browsertitle

2003-03-25 Thread Wilson, Allen
Good Afternoon... I know this may be a stupid question but I have racked my brains trying to find it. Can any tell me how to remove the words Jakarta Jetspeed Portal from the browser title. I have already changed the title line in the .psml files but some how this still shows up in the title bar

2 torque questions

2003-03-25 Thread McIntyre, Kevin
1) Jetspeed uses toques default adapter. Is there any interest in enabling some kind of configuration of this? 2) Does jetspeed use torque's Managers - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: How to programmatically modify a PSML file?

2003-03-25 Thread Ryan Christianson
If you have a jetspeed user object, get the users profile. Then on the profile get the document. That document object is the users psml file. If you want to save changes to it, on the profile object, call "store()". Note, that you have configured to use a differnt psml service, other then casto

Re: RE: Future of Jetspeed ?

2003-03-25 Thread Moosie
Glad to read this...!! As a newbie... What would be the main issues with a JetSpeed implementation? I am a little curious about performance and issues related to the turbine integration. Are there any large portal sites that activly use JetSpeed ? I can see that some people are using and testing

How to programmatically modify a PSML file?

2003-03-25 Thread Helder Pinto
Hi all! I would like to know how to programmatically modify a user's PSML file. Which class is used to do this? Imagine I want to modify users' PSML files dynamically, and I want these changes to reflect immediately in the portal views. Do I need to restart the web server? I've tried to manually c

RE: How to Chain JSPs

2003-03-25 Thread Shah, Kinjal
Thanx for the reply yong, I understood the first part about the action method extracting the data using rundata.getParameters().get... but I couldn't quite understand how to use setTemplate method. I am getting some errors when I try and use the method. May be someone can give me a snippet of the

DatabaseBrowser Portlet

2003-03-25 Thread "Weßling, Achim"
Hallo, I constructed by myself an extendeddatabasebrowser, but have some difficulties to getting it work! The configuration in the xreg-files looks as follows: de.infokomGT.portal.portlets.browser.ExtendedDatabaseBrowserPortl et database

RE: WAS : id parameter in psml by Pierre Henry

2003-03-25 Thread Weaver, Scott
Portlet sets are aggregated by the PortalToolKit service based on the psml profile within the request. At this point in time, the portlet is materialized and its ID property is assigned based on the corresponding portlet entry's id attribute within the current psml document. *===

RE: Future of Jetspeed ?

2003-03-25 Thread Weaver, Scott
> I read a posting that Jetspeed was declared dead by the Jakarta team as it > was not touched for a while. > I was wondering what the nearby future holds for JetSpeed... I don't know where you got that information from. Jetspeed has been and is being actively developed and used. There have be

Question about getUser()

2003-03-25 Thread Bettendorf, Cristian
Hello, I try to get some account data for the logged user and use for testing the HelloUserPortlet.java from the tutorial; I'm calling: runData.getUser().getCreateDate() runData.getUser().getLastAccessDate() runData.getUser().getLastLogin() My problem: each time the portlet is displayed and call

TMP storage of upload files

2003-03-25 Thread Robert . Naczinski
Hi, i implemented a portlet for upload of files. It works fine, but tomcat stores temporerly the files. The file has the number of the session in its name: 8817DB2D34C1B9D0DD60FF8CB88307B5_upload_0014.tmp. When tomcat shuts down, the files are deleted. Can I configure the duration of the te

Future of Jetspeed ?

2003-03-25 Thread moosie
I read a posting that Jetspeed was declared dead by the Jakarta team as it was not touched for a while. I was wondering what the nearby future holds for JetSpeed... Looking for a portal framework, and Jetspeed is surely on my list... but by reading several posts i am getting second thoughts about