I have created a number EJB's which can be accessed from a stand alone application. The application requires an WEB-INF/application-client.xml. I now want to call the same ejb's from a JSP. Problem is, it complains about not having the WEB-INF/application-client.xml. Where do I put that file, with regards to a jsp? Dave