Hi all,
I've deployed sample website into fileserver that is tomcat 6. I have configured SSI already. I've started file server and run sample web app but when I request ../media/release/index.jsp, I got the error
javax.el.ELException: Problems calling function 'pr:getPressReleases'
………
java.lang.NoClassDefFoundError: org/alfresco/jndi/AVMFileDirContext
The web app has normally run in virtualization server. And I know virtual server fetch data through JNDI + AVMRemoteAPI. So how to run the sample site in file server correctly? Is there anyone share the experience deploy web app in file server?
Thanks in advance for your help.
Van