User: jules_gosnell
  Date: 02/04/12 15:27:53

  Modified:    jetty    FAQ
  Log:
  add a couple more questions
  
  Revision  Changes    Path
  1.7       +23 -0     contrib/jetty/FAQ
  
  Index: FAQ
  ===================================================================
  RCS file: /cvsroot/jboss/contrib/jetty/FAQ,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- FAQ       11 Apr 2002 20:44:13 -0000      1.6
  +++ FAQ       12 Apr 2002 22:27:53 -0000      1.7
  @@ -208,6 +208,29 @@
   will restart with the new configuration. Be careful though - emacs and
   vi both write backup files which can upset the JBoss deployer.
   
  +
  +Explain this Java2ClassLoadingCompliance JMX attribute to me
  +-------------------------------------------------------------
  +
  +The Java language spec says a ClassLoader should always check it's
  +parent for a class it is asked for (delegate up). The servlet spec
  +implies that it should try to find the class locally (i.e. in the .war
  +file) first.
  +
  +These different requirements cannot be reconciled and lead to
  +differing behaviours.
  +
  +Jetty allows you to choose the strategy you require via this flag.
  +
  +
  +I've been looking on the Jetty website. It keeps talking about jetty.xml...
  +----------------------------------------------------------------------------
  +
  +The contents of the Jetty.xml are now embedded in
  +jetty-plugin.sar/META-INF/jboss-service.xml. They are the value of the
  +attribute: ConfigurationElement.
  +
  +
   Development
   ------------
   
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to