bmdhaker / share-extras

Automatically exported from code.google.com/p/share-extras
0 stars 0 forks source link

ResetPasswordDialog for Alfresco Community 4.2.a #98

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download 2.0 of the jar file from code.google.com
2. Install into /opt/alfresco-4.2.a/tomcat/shared/lib
3. Restart tomcat.

What is the expected output? What do you see instead?

No password reset dialogue on login page (was there with 4.0.2.e edition).

What version of the add-on are you using? Please provide version of the
downloaded package, or Subversion revision number.
2.0 as is indicated and supported

What version of Alfresco are you using? On what application server?
4.2.a with Tomcat on CentOS

What web browser are you using? Please supply browser name and version.
Google Chrome, IE 9 and Firefox 15

Please provide any additional information below.

Additionally, I downloaded the svn and compiled locally.  This had no effect as 
well.

Original issue reported on code.google.com by sdiv...@gmail.com on 16 Oct 2012 at 10:16

GoogleCodeExporter commented 8 years ago
I cannot reproduce this issue in my local 4.2.a instance.

Is your shared/lib directory included in Tomcat's shared.loader value in 
catalina.properties? The Alfresco installer sets this but if you are using a 
vanilla Tomcat you may need to set it manually, e.g.

shared.loader=${catalina.home}/shared/classes,${catalina.home}/shared/lib/*.jar

Original comment by will.abson on 17 Oct 2012 at 4:51

GoogleCodeExporter commented 8 years ago
I discovered this morning that 4.2.a does not update the
catalina.properties file (common.loader string). Therefore, all the jar
files in the lib directory were being missed. After updating the settings
and restarting the server, it worked.

I was trying to post back to the "defect" the resolution when your email
came in. I do apologize if this took away from some of your other work.

On Wednesday, October 17, 2012, wrote:

-- 

Christopher Smith
14520 Meridian Avenue N
Shoreline, WA 98133-6722
M: 425-208-5198
GV: 206-552-8356
mailto:sdiver7@gmail.com <sdiver7@gmail.com>

LinkedIn Profile: http://www.linkedin.com/in/chrismartinsmith
WWW: http://sites.google.com/site/technologystrategistcms/

Original comment by sdiv...@gmail.com on 17 Oct 2012 at 5:01

GoogleCodeExporter commented 8 years ago
Thanks for confirming. Not a problem!

Original comment by will.abson on 17 Oct 2012 at 5:44