AW: problems deploying jetspeed

2005-01-13 Thread marc.lehmann
For TC 5.5.x in jetspeed.xml make sure your resource element looks like Resource name=jdbc/jetspeed auth=Container factory=org.apache.commons.dbcp.BasicDataSourceFactory type=javax.sql.DataSource username=sa password= driverClassName=org.hsqldb.jdbcDriver

Re: AW: problems deploying jetspeed

2005-01-13 Thread Daniela Innerwinkler
Hi Marc! Jetspeed.xml is alright! Do you have any other suggestions?? thanks! yours dani -Original Message- From: [EMAIL PROTECTED] To: jetspeed-user@jakarta.apache.org Date: Thu, 13 Jan 2005 12:10:24 +0100 Subject: AW: problems deploying jetspeed For TC 5.5.x in jetspeed.xml make sure

problems deploying jetspeed - tomcat5.5

2005-01-13 Thread Daniela Innerwinkler
Hi list! I found the following statement: Tomcat 5.5 requires a different jetspeed.xml found in the source tree under src/resources/jetspeed-tomcat-5.5.xml The jetspeed-tomcat-5.5.xml ist not in the source tree. Where can i find it? thanks dani

Re: problems deploying jetspeed - tomcat5.5

2005-01-13 Thread Melle de Wit
Daniela, The xml file can be found in the source tree under /portal/src/resources/jetspeed-tomcat-5.5.xml. Please note that there are still other problems with installing Jetspeed 2 under Tomcat 5.5. Have a look at http://issues.apache.org/jira/browse/JS2-187. Hope this is of some help.

Re: Wap Configuration

2005-01-13 Thread Jeff Sheets
I think the problem is because the mime-types are the same. To get mine to work, I had to setup three places. My client.xreg is similar to yours, but my user-agent-pattern looks for .*Windows CE.*, and I have a capability named PALM_SIZED. Then on all the other entries in client.xreg I have a

Profile not found

2005-01-13 Thread angeloimm
Hi all... i'm using jetspeed 1.5; i have developed three portlets on some windows pc, then i have migrated from window to linux red-hat; well when i go in http://localhost:8080/jetspeed all work, but if i login as admin/jetspeed i have an error: Profile not found; instead if i login as

RE: Profile not found

2005-01-13 Thread Andy . Sun
How does the stack trace looks like in the jetspeed.log file? Andy -Original Message- From: angeloimm [mailto:[EMAIL PROTECTED] Sent: Thursday, January 13, 2005 7:50 AM To: Jetspeed Jetspeed Subject: Profile not found Hi all... i'm using jetspeed 1.5; i have developed three portlets on

RE: Profile not found

2005-01-13 Thread angeloimm
This is the jetspeedservices.log: 2005-01-13 16:22:39,994 [DaemonThread:feeddaemon] DEBUG CastorRegistryService - RegistryService: Waiting for init of Registry... 2005-01-13 16:22:39,995 [DaemonThread:feeddaemon] DEBUG CastorRegistryService - RegistryService: We are done 2005-01-13 16:22:40,273

RE: problems deploying jetspeed

2005-01-13 Thread Archana Turaga
Look at this message posting by Hema Menon,,,it describes the setting up of jetspeed2...not with 5.5 but with 5.0.28...it helped me. Also make sure that Jetspeed.xml is under CATALINA_HOME\conf\Catalina\localhost http://www.mail-archive.com/jetspeed-user%40jakarta.apache.org/msg14306. html.

Re: jetspeed 2 on Weblogic 8.1 Sp4

2005-01-13 Thread David Sean Taylor
Jeff Sheets wrote: My approach when using weblogic was to add the 5 shared jars into the weblogic classpath in the startweblogic script. Then in my applications directory I have jetspeed.war and also myapp.ear. Inside myapp.ear is myportletapp.war and myportletapp2.war. They both show up find

Re: Fusion Security

2005-01-13 Thread David Sean Taylor
Jeff Sheets wrote: I just want to answer my own question, in case anyone needs this info later. Authentication through JAAS can be accomplished easily in 1.6 by setting up your TurbineResources.properties to use the JAASSessionValidator: action.sessionvalidator=JAASSessionValidator Then setup your

Re: jetspeed 2 on Weblogic 8.1 Sp4

2005-01-13 Thread Jeff Sheets
Absolutely! I might find time this weekend for that -- Jeff On Thu, 13 Jan 2005 08:36:38 -0800, David Sean Taylor [EMAIL PROTECTED] wrote: Jeff Sheets wrote: My approach when using weblogic was to add the 5 shared jars into the weblogic classpath in the startweblogic script. Then in

J2 Site updated

2005-01-13 Thread Ate Douma
I've generated and uploaded a new site for the current jetspeed-2 cvs head (2.0-M2-dev). Checkout the new: http://portals.apache.org/jetspeed-2/ Regards, Ate Douma - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

startoffice documents in M1 src

2005-01-13 Thread Bharat Nagwani
Hi, I found several startoffice documents in M1 src tree. Example jetspeed-2.0-M1-src\design-docs\src\profiler I did not find any converter to convert to word or text format. Is it possible to get the text or doc versions of all sxw documents? thanks

Jetspeed-1 (or 2) blog portlet

2005-01-13 Thread Greg Buchanan
Has onyone seen (or is doing development work) on a weblog portlet which is integrated into jetspeed-1 (preferably) or 2 ? Alternatively, anyone found a good open source code base for a JSR-168 weblog portlet or java based weblog components ? Thanks.

Re: Fusion Security

2005-01-13 Thread David Sean Taylor
Bharat Nagwani wrote: Hi, Is there any security document for jetspeed 2 just like http://portals.apache.org/jetspeed-1/security.html The document SecurityDesignNotes.txt in m1 src was quite helpful. Is this the only doc or is there more? Also is there doc for admin tabs like portlet app mgr,

Re: Jetspeed 1.6 release

2005-01-13 Thread David Sean Taylor
Archana Turaga wrote: Hi, When is Jetspeed 1.6 scheduled to be released? It was said that it will be out end of last yearjust wanted to know the status on that. We have downloaded the latest Jetspeed 1.6 source from cvs and built it and need it more than anything for the struts portlet

RE: Jetspeed 1.6 release

2005-01-13 Thread Archana Turaga
David, Thanks for the reply ...I know you guys are always swamped. Regards, Archana -Original Message- From: David Sean Taylor [mailto:[EMAIL PROTECTED] Sent: Thursday, January 13, 2005 2:29 PM To: Jetspeed Users List Subject: Re: Jetspeed 1.6 release Archana Turaga wrote: Hi, When

Fwd:Profile not found

2005-01-13 Thread angeloimm
Hi all... i'm using jetspeed 1.5; i have developed three portlets on some windows pc, then i have migrated from window to linux red-hat; well when i go in http://localhost:8080/jetspeed all work, but if i login as admin/jetspeed i have an error: Profile not found; instead if i login as

Phantom JS1.6-dev user

2005-01-13 Thread Greg Buchanan
I have been testing with Jetspeed 1.6-dev for a while now. Looks great, but seem to have one problem. I have a user who is defined twice with the same name and other information. When I attempt to remove the user, I get the page for add user ... Any idea how I can get this user(s -- both of