Jetspeed 1.5 and sequence of processing events

2005-02-06 Thread Daniel Freitag
Hi, i have a problem with the way jetspeed 1.5 is processing actions. In one portlet(1) I send an action event and store a result in the user-temp-storage. Another portlet(2) depends on this tempory storage. But I was very surprised recognising that the 'getContent' of 2 was called before the act

Admin password for jetspeed 2

2005-02-06 Thread Jack Lund
Hi. I apologize if this is a newbie question, but I'm having a lot of trouble logging in as admin with my jetspeed 2 installation. The jetspeed 2 docs don't seem to have any indication (that I have seen) of what the default admin password is, and I've tried the one listed in the jetspeed 1 docs, pl

RE: Admin password for jetspeed 2

2005-02-06 Thread Mohammed, Youssef A
It is jetspeed/admin AFAIK > -Original Message- > From: Jack Lund [mailto:[EMAIL PROTECTED] > Sent: Sunday, February 06, 2005 11:04 PM > To: jetspeed-user@jakarta.apache.org > Subject: Admin password for jetspeed 2 > > Hi. I apologize if this is a newbie question, but I'm having a lot of

Re: Admin password for jetspeed 2

2005-02-06 Thread Ate Douma
Jack, The default/demo user accounts are inserted in the database table SECURITY_CREDENTIAL by the database dependent populate-userinfo-for-default-psml.sql scripts which you can find under the src/sql folder. For all these accounts the (initial) password is the same as the user name: admin/admi

Customizing a portlet

2005-02-06 Thread Sven Richter
Hello, I have a huge problem! Everytime I create a Jetspeed portal as shown on: http://portals.apache.org/jetspeed-1/plugin/sample-usage.html and then try to customize it, e.g. a new logo pic, as shown on http://portals.apache.org/jetspeed-1/tutorial/ and then depoy it again, the resulting por

Re: Admin password for jetspeed 2

2005-02-06 Thread Jack Lund
I tried those first off. No luck. Strangely enough, I also looked at the SECURITY_CREDENTIAL table for the password. I was figuring on seeing encrypted passwords there. Instead, this is what is in mine: mysql> select * from SECURITY_CREDENTIAL; +---+--+--+-- +--

RE: Admin password for jetspeed 2

2005-02-06 Thread Jack Lund
Tried that, didn't work. Any idea what I'm doing wrong here? -Jack On Sun, 2005-02-06 at 21:09 +, Mohammed, Youssef A wrote: > It is jetspeed/admin AFAIK > > > -Original Message- > > From: Jack Lund [mailto:[EMAIL PROTECTED] > > Sent: Sunday, February 06, 2005 11:04 PM > > To: jets

Re: Admin password for jetspeed 2

2005-02-06 Thread Ate Douma
Just to be clear: the correct (initial) password for the admin user *is* admin (as you can see from your own select results). Now, it doesn't look your passwords are yet encrypted. That means they haven't been accessed yet. At least, not from this table. As you don't seem to have other problems du

Re: Admin password for jetspeed 2

2005-02-06 Thread Jack Lund
Okay, here's my jetspeed.xml file: factory org.apache.commons.dbcp.BasicDataSourceFactory maxActive 100 maxIdle 30 maxWait 1 username jetspeed2

Re: Admin password for jetspeed 2

2005-02-06 Thread Jack Lund
Okay, here's what I can figure out: My initial problem seemed to be because, although I thought I was using tomcat 5.0.28, I was actually using 5.0.27. Once I switched to tomcat 5.0.28, it actually got worse. Now, I don't even get the welcome page, instead I get a 500 error: javax.servlet.Servlet

Re: Admin password for jetspeed 2

2005-02-06 Thread Jason Negrette
I'm actually getting this exact same problem. So please, if anyone else knows or you yourself figure it out, pass the answer on to me. I would be eternally grateful. Thank you! Jason Jack Lund wrote: Okay, here's what I can figure out: My initial problem seemed to be because, although I thought