Re: [jetty-users] Adding/Removing a webapp to an embedded Jetty

2011-11-01 Thread Ivan Larionov
Hi, It is highly likely that this will not be extremely helpful for you, but anyway, in my osgi environment I can add web applications as described here http://wiki.eclipse.org/Jetty/Feature/Jetty_OSGi#The_OSGi_service_.27org.eclipse.jetty.server.handler.ContextHandler.27. I believe one can

Re: [jetty-users] Adding/Removing a webapp to an embedded Jetty

2011-11-01 Thread Alan Williamson (aw2.0 cloud experts)
Thank you Ivan for that. OSGi is something i am not familiar with, is this a different way of loading up Jetty and having it manage the resources? Does Jetty itself not have ways to do this? Ivan Larionov wrote: Hi, It is highly likely that this will not be extremely helpful for you, but

Re: [jetty-users] Adding/Removing a webapp to an embedded Jetty

2011-11-01 Thread Ivan Larionov
I believe it is a way of embedding jetty. The default jetty server is started independently of your decision and you can contribute servlets and web apps using jetty's API in conjunction with the OSGi's one. Given that it naturally allows hot deployment and removal of web apps, servlets. That

Re: [jetty-users] Authentication in embedded Jetty7

2011-11-01 Thread Shirley Boulay
Hello Guy Hillyer, This doc provides information on configuring security realms for Jetty 7: http://wiki.eclipse.org/Jetty/Tutorial/Realms I hope it helps. -Shirley Boulay On Tue, Nov 1, 2011 at 10:59 AM, jetty-us...@foxhillyer.org wrote: There is a nice write up of how to use basic

[jetty-users] Jetty 7.5.3 Logging Question

2011-11-01 Thread Leonard Smith
I am running a basic install of Jetty 7.5.3 with Solr. I've set JETTY_HOME and I'm seeing all my solr logs going to $JETTY_HOME/start.log I've been trying to find where that is set, and more importantly trying to set it so the file will roll, like the request log. I've done some quick google

Re: [jetty-users] Jetty 7.5.3 Logging Question

2011-11-01 Thread Shirley Boulay
Hello Len, Try this: You can use etc/jetty-logging.xml to take all System.out and System.err output (from any source) and route it to a rolling log file. To do so, include etc/jetty-logging.xml on Jetty startup. java -jar start.jar etc/jetty-logging.xml Regards, Shirley On Tue, Nov 1, 2011 at

Re: [jetty-users] Jetty 7.5.3 Logging Question

2011-11-01 Thread Leonard Smith
Shirley Thanks we do include etc/jetty-logging.xml in our start.ini but it doesn't seem to do what I expect? Which is put the std err and stout to the error log? ( my jetty-logging.xml is below ) They way I'm reading is that a new object with id ServerLog is created the setErr and setOut calls

Re: [jetty-users] Need ServerAuthentication info...

2011-11-01 Thread Guofeng Zhang
You might be interested in https://bugs.eclipse.org/bugs/show_bug.cgi?id=359329 From: jetty-users-boun...@eclipse.org [mailto:jetty-users-boun...@eclipse.org] On Behalf Of gopinath nallamolu Sent: Monday, October 31, 2011 4:56 PM To: jetty-dev-requ...@eclipse.org; jetty-annou...@eclipse.org;