I saw a good tutorial on Servlets with BNDtool here: http://www.ralfebert.de/tutorials/osgi_server/.
But how could I access static html-documents and JSPs from this Servlet? Where should I store them when I'd like to get them with request.getRequestDispatcher("*.jsp")
?