|
Hi Marco, Have you configured JNDI in Jetty? You can do this by following those instructions: Jetty supports JNDI, but by default it is disabled in a standard server. In order to enable JNDI in Jetty a few changes to the start.ini file in Jetty home directory must be made: 1) Add 'plus' and 'annotations' to OPTIONS, so that it looks something like this: OPTIONS=Server,jsp,jmx,resources,websocket,ext,plus,annotations 2) Enable the plus configuration by adding the following line: etc/jetty-plus.xml at the end of the file next to other similar entries.Let me know if that helped. Best regards, Lukasz On 12/18/2012 09:00 PM, Ed Cable wrote:
| ||||
------------------------------------------------------------------------------ LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your efficiency, and focus on delivering more value-add services Discover what IT Professionals Know. Rescue delivers http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________ Mifos-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mifos-users

