Date: 2004-06-19T05:31:48
   Editor: RalfBarkow <[EMAIL PROTECTED]>
   Wiki: Apache Geronimo Wiki
   Page: Running
   URL: http://wiki.apache.org/geronimo/Running

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -24,5 +24,10 @@
 
 == Working Offline ==
 
-Currently it is not possible to run the server offline because Jetty needs to 
parse web.xml, and it is not 
-hooked into the entity resolver. 
+Currently it is not possible to run the server offline because Jetty needs to 
parse web.xml,
+when it starts and is not hooked in to the entity resolver. So it needs to get 
the xsd schema file from the web; if it can't, then it fails to parse and you 
get an error. So for now you need to be online.
+
+Jeremy Boynes wrote in a message to the dev mailing list: "The quick fix would 
be to hook Jetty into the entity resolver; a better fix is to have the deployer 
generate GBeans for all the servlets so Jetty does not need to parse any XML on 
context startup."
+
+Kristian Koehler suggested to set up a containerwide resolver which not only 
hooks into one application (jetty) but into all applications: 
http://nagoya.apache.org/jira/browse/GERONIMO-155
+.

Reply via email to