[jetty-users] Logging Custom Handlers JUL

2011-10-04 Thread Alan Williamson (aw2.0 cloud experts)
Good day all. I am having some real problems trying to get our custom logging handler to work with Jetty7. It is the same problem this guy reported: http://dev.eclipse.org/mhonarc/lists/jetty-users/msg00051.html And i asked here too: http://stackoverflow.com/questions/6522402/jetty-with-a-cus

Re: [jetty-users] Logging Custom Handlers JUL

2011-10-04 Thread Alan Williamson (aw2.0 cloud experts)
The jar files are definitely being loaded, as they get a file lock on them preventing me from deleting them (Windows) (but i can also see them being loaded via lsof on Linux). Andrew Penhorwood wrote: What are the using for start.ini? If you use OPTION=ALL does the jar file get picked up? T

Re: [jetty-users] Logging Custom Handlers JUL

2011-10-05 Thread Alan Williamson (aw2.0 cloud experts)
Sure Jan, here is the full trace: http://pastebin.com/cZkNSk3S I have put the necessary classes in the ./lib/ext/ folder Jan Bartel wrote: Alan, I wonder if j.u.l is expecting those classes to be on the system classpath, rather than a child classpath? It would be helpful if you could post

Re: [jetty-users] Logging Custom Handlers JUL

2011-10-11 Thread Alan Williamson (aw2.0 cloud experts)
@Jan did you get a chance to have a look at this? Very frustrating that Jetty is refusing to play with the j.u.l custom handlers. Alan Williamson (aw2.0 cloud experts) wrote: Sure Jan, here is the full trace: http://pastebin.com/cZkNSk3S I have put the necessary classes in the ./lib/ext

Re: [jetty-users] Logging Custom Handlers JUL

2011-10-12 Thread Alan Williamson (aw2.0 cloud experts)
Joakim, thank you kindly for this. I will let you know how i get on. Joakim Erdfelt wrote: The ./lib/ext folder is also too late in the process to include the custom java.util.logging handlers. You have a choice at this point. 1) Do not use LogManager.readConfiguration() but rather use the

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

2011-10-31 Thread Alan Williamson (aw2.0 cloud experts)
I asked this on StackOverflow, but no one was around. http://stackoverflow.com/questions/7909100/adding-removing-a-webapp-to-an-embedded-jetty I have a Jetty embedded server started up. I wish to be able to do a hot deploy of a webapp and be able to unload it again, all programmatically. Onc

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

2011-11-01 Thread Alan Williamson (aw2.0 cloud experts)
31.10.2011 11:31, Alan Williamson (aw2.0 cloud experts) wrote: I asked this on StackOverflow, but no one was around. http://stackoverflow.com/questions/7909100/adding-removing-a-webapp-to-an-embedded-jetty I have a Jetty embedded server started up. I wish to be able to do a hot deploy of a

[jetty-users] Custom Policy per WebApp

2011-12-03 Thread Alan Williamson (aw2.0 cloud experts)
Good afternoon. I am trying to follow the guide here: http://wiki.eclipse.org/Jetty/Tutorial/Jetty/Tutorial/Jetty-Policy What i am trying to do is to have webapps access to files within their own webapp deployment folder. I do not wish them to be able to do anything (including listing dire

Re: [jetty-users] Logging Custom Handlers JUL

2011-12-05 Thread Alan Williamson (aw2.0 cloud experts)
Joakim, i am trying to integrate the custom logger into jetty, but for some reason i can't get it to work. Let me give you where i am thus far. I have followed your instructions here. My custom handler does indeed get all the logging that Jetty itself kicks out. I am able to confirm that