Hi Stephan, my comments inline:
> How can I intregate Karaf into Eclipse in a way, that web development can > be done without the need to run maven after each "minor" change. For > example, when I cange something in a JSP template or in CSS files. Any > ideas how to do that? Whats the best practise in working with Eclipse and > Karaf? Whats the suggested Eclipse setup? You can deploy "exploded" war directly in Karaf and change the content on the exploded war. > I'm assuming that Karaf uses the OSGi HTTP Service in order to provide > Jetty support. I heard, that this way, there is no possiblility to use > Servlet Filters. Is this information true and/or there are other > limitations? In fact, Karaf uses PAX Web, which is based on OSGi HTTP service but with a lot of enhancements and additional features. With PAX Web, Servlet Filters, etc are supported: http://wiki.ops4j.org/display/paxweb/WAR+Extender http://wiki.ops4j.org/display/paxweb/Whiteboard+Extender To use that, just install the war feature: root@karaf> features:install war Regards JB > Thanks in advance. > > Best regards, > Stephan > -- > Schon gehört? GMX hat einen genialen Phishing-Filter in die > Toolbar eingebaut! http://www.gmx.net/de/go/toolbar > >
