Re: Configure authenticator for jetty in karaf

2013-01-25 Thread Jean-Baptiste Onofré
Hi Oli, In fact, in etc/org.ops4j.pax.web.cfg, you can reference a etc/jetty.xml. In this jetty.xml, you can define your different connectors, and in your webapp (WAB) you can define which connector you want to use. I gonna blog about that (it's on my TODO ;)). Regards JB On 01/25/2013 10:2

Re: Karaf Cellar 3.0.0 SNAPSHOT

2013-01-25 Thread Ryan Moquin
Ah, interesting. OK. Yeah it doesn't look like everything in got is as up to date as svn. So then the question becomes why I still can't build even when I check out of svn. The pax mvn URL artifact can't be resolved, the pax whether URL artifact only can if I add the pax snapshots repo and the

Re: [2.3.0] Deploying a war with a listener in web.xml

2013-01-25 Thread Achim Nierbeck
Good to know. Regards Achim sent from mobile device Am 25.01.2013 23:25 schrieb "barnesjd" : > Yep, I figured it out. I had whipped up a script to use BND to help me > OSGi-ify some of my dependencies and it was messing up the contents of the > jar. > > > > -- > View this message in context: >

Re: [2.3.0] Deploying a war with a listener in web.xml

2013-01-25 Thread barnesjd
Yep, I figured it out. I had whipped up a script to use BND to help me OSGi-ify some of my dependencies and it was messing up the contents of the jar. -- View this message in context: http://karaf.922171.n3.nabble.com/2-3-0-Deploying-a-war-with-a-listener-in-web-xml-tp4027455p4027478.html Sent

Re: Karaf Cellar 3.0.0 SNAPSHOT

2013-01-25 Thread Achim Nierbeck
Right now svn is still the only "valid" source. Git-hub is just a mirror and karaf isn't available at git.apache.org yet, this would require us to transition the sources there which we haven't fully discussed yet. :-) Regards, Achim sent from mobile device Am 25.01.2013 22:27 schrieb "Ryan Moquin

RE: Configure authenticator for jetty in karaf

2013-01-25 Thread Oliver Wulff
Hi JB I could configure something like this in jetty.xml I assume: /fedizhelloworld WSFED /etc/fediz_config.xml true But isn't it possible to configure the context related configs similar to the native jetty distr

Re: Karaf Cellar 3.0.0 SNAPSHOT

2013-01-25 Thread Ryan Moquin
Sounds great to me. So out of curiosity, if I'm checking out the source, is it better for me to get it from github.com, git.apache.org, or apache svn? It looks like JB checked in some changes when I look at the git.apache.org karaf-cellar repo, which I tried merging with my checkout from github.

Re: [2.3.0] Deploying a war with a listener in web.xml

2013-01-25 Thread barnesjd
Thanks for the tip! After more experimentation with the library I'm trying to use, I'm convinced that there is an issue with its jar. -- View this message in context: http://karaf.922171.n3.nabble.com/2-3-0-Deploying-a-war-with-a-listener-in-web-xml-tp4027455p4027468.html Sent from the Karaf