hi all,
I am building a site using WSF 1.5 over Alfresco/WCM 2.9B. I tested the site pages withing virtualization server and they work fine.
I published (/promoted) the site to production kind of scenario onto another Alfresco/WCM instance (to represent Alfresco runtime).
I also deployed the webapp onto production tomcat.(i supplied alfresco-core, alfresco-jndi jars to the webapp)
When I start the production tomcat on hitting the index page i get Null pointer (during JNDI Path initialization). How can I configure the webapp so that I run it outside the virtualization server.
As far as my understanding goes I need to supply either JNDI Path either as a mount point or using RMI service.
Note: WSF provides a tag lib that allows fetching the content from alfresco store. This tag lib internally used AVMRemote/ServletContextFormDataFunctionsAdapter.
Thanks in advance
// uh7415