Jetty Session timeout

2014-12-29 Thread Bellski
Hello. How to set session timeout for jetty. Web.xml doesnt work. Is it possible to configure jetty like org.ops4j.pax.web.session.timeout=720 ? -- View this message in context: http://karaf.922171.n3.nabble.com/Jetty-Session-timeout-tp4037460.html Sent from the Karaf - User mailing list

Re: Jetty Session timeout

2014-12-29 Thread Achim Nierbeck
yep, it's org.ops4j.pax.web.session.timeout can also be found at the Pax Web documentation [1] regards, Achim [1] - https://ops4j1.jira.com/wiki/display/paxweb/Pax+Web 2014-12-29 12:58 GMT+01:00 Bellski h.bell...@gmail.com: Hello. How to set session timeout for jetty. Web.xml doesnt work. Is

Re: Jetty Session timeout

2014-12-29 Thread Bellski
Achim Nierbeck wrote yep, it's org.ops4j.pax.web.session.timeout can also be found at the Pax Web documentation [1] regards, Achim As i right understoon. I created org.ops4j.pax.web.cfg in /karaf_home/etc/ and put org.osgi.service.http.port=8080 org.ops4j.pax.web.session.timeout=1 Port

How to change start level of Karaf framework bundles?

2014-12-29 Thread thully
My project is using Felix FileInstall, which is included with the Karaf 3.0.2 framework distribution. In the process, we've run across some odd issues with FileInstall - setting the felix.fileinstall.active.level to a value lower than the felix.fileinstall.start.level sometimes causes bundles not

Bundles that depend on sun.* classes?

2014-12-29 Thread thully
While our basic distribution of Cytoscape (built on Karaf) does not use any classes in the sun.*/com.sun.* packages, we have been receiving questions from third-party app developers regarding the use of such classes in app bundles. Currently, these developers are instructing their users to add

Re: Bundles that depend on sun.* classes?

2014-12-29 Thread Kevin Carr
Certain packages that I use including bonecp use sun packages for their dependencies. I have create a custom distro that includes these in the jre.properties to make them available. This seems to work pretty well. On Mon, Dec 29, 2014 at 7:26 PM, thully tmh...@eng.ucsd.edu wrote: While our

Re: How to change start level of Karaf framework bundles?

2014-12-29 Thread Jean-Baptiste Onofré
Hi, The framework feature is used only to create the distribution: it's not really deployed as it is. Especially the framework feature is used by the install-kar goal of the karaf-maven-plugin to generate the startup.properties. If you take a look in the etc/startup.properties, you will find

Re: Bundles that depend on sun.* classes?

2014-12-29 Thread Jean-Baptiste Onofré
Hi you can tune the etc/jre.properties to define the system package. Regards JB On 12/30/2014 02:26 AM, thully wrote: While our basic distribution of Cytoscape (built on Karaf) does not use any classes in the sun.*/com.sun.* packages, we have been receiving questions from third-party app