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,

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:

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

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:

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

Re: Admin password for jetspeed 2

2005-02-06 Thread Jack Lund
Okay, here's my jetspeed.xml file: Context path=/jetspeed docBase=jetspeed crossContext=true Realm className=org.apache.catalina.realm.JAASRealm appName=Jetspeed userClassNames=org.apache.jetspeed.security.impl.UserPrincipalImpl

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:

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