cancel
Showing results for 
Search instead for 
Did you mean: 

FDK deployment

wimc
Champ in-the-making
Champ in-the-making
I've tried for days now to get access to the Forms Development Kit, and have no idea how to go forward.

Currently running 4.2.d on Centos/Tomcat7

Upon starting Tomcat all I see that has to do with the FDK is

2013-07-26 14:28:24,777  INFO  [repo.module.ModuleServiceImpl] [main] Starting module 'org_alfresco_module_fdk' version 1.0.


When I load the page (as per http://wiki.alfresco.com/wiki/Forms_Development_Kit#Using_the_FDK)
http://localhost:8080/share/page/form-console
I get the following message

A server error has occured.

There are a number of reasons why this could have happened:
You have attempted to access a page that does not exist - check the URL in the address bar.
You have attempted to access a page that is not accessable to you, such as a private Site dashboard.
A valid page has been requested but the server was unable to render it due to an internal error - contact your administrator.


and in Catalina.log

2013-07-26 14:29:31,689  ERROR [alfresco.web.site] [http-8080-3] javax.servlet.ServletException: Could not resolve view with name 'form-console' in servlet with name 'Spring Surf Dispatcher Servlet'


Anyone have any ideas?
I really want to try the FDK out!
1 REPLY 1

wimc
Champ in-the-making
Champ in-the-making
I was finally able to get it to run (on 4.2.d) by unzipping the JAR file and placing files in the following places:

/META-INF : content in <tomcat>/webapps/share/META-INF
/alfresco : content in <tomcat>/webapps/share/WEB-INF/classes/alfresco
/org : <tomcat>/webapps/share/WEB-INF/classes/org

The AMP seems to have been applied correctly using the ANT tool as described on the compilation page.

It looks like my shared lib config is not working, and I have no ideas how to get that to work, so right now, I'll use it this way.