Re: Admin password for jetspeed 2

2005-02-08 Thread Hema Menon
M1 Release is available at http://www.apache.org/dist/portals/jetspeed-2/ Installer is available at http://www.binary-designs.net/downloads.html Hema On Tue, 08 Feb 2005 07:58:49 +0100, Marky Goldstein [EMAIL PROTECTED] wrote: Hi Jack, Where can I find the Release version of Jetspeed 2? Is

Re: Admin password for jetspeed 2

2005-02-07 Thread Jack Lund
Well, I finally got it working, but I had to a) upgrade to tomcat 5.0.28, b) go to the release version of jetspeed 2 rather than the version from CVS, c) make sure the mysql connection jar was in the right place (it was in 5.0.27, but I forgot it initially in 5.0.28), and d) undeploy and redeploy

Re: Admin password for jetspeed 2

2005-02-07 Thread Marky Goldstein
Hi Jack, Where can I find the Release version of Jetspeed 2? Is there any? It's hard to see on the Jetspeed 2 website... Best regards, Marky Jack Lund wrote: Well, I finally got it working, but I had to a) upgrade to tomcat 5.0.28, b) go to the release version of jetspeed 2 rather than the version

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:

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