From: <tho...@us...> - 2014-03-26 15:47:17
|
Revision: 8017 http://sourceforge.net/p/bigdata/code/8017 Author: thompsonbry Date: 2014-03-26 15:47:14 +0000 (Wed, 26 Mar 2014) Log Message: ----------- Removed jetty import that was causing the war to fail. Modified Paths: -------------- branches/RDR/bigdata-sails/src/java/com/bigdata/rdf/sail/webapp/BigdataRDFServletContextListener.java Modified: branches/RDR/bigdata-sails/src/java/com/bigdata/rdf/sail/webapp/BigdataRDFServletContextListener.java =================================================================== --- branches/RDR/bigdata-sails/src/java/com/bigdata/rdf/sail/webapp/BigdataRDFServletContextListener.java 2014-03-26 01:30:59 UTC (rev 8016) +++ branches/RDR/bigdata-sails/src/java/com/bigdata/rdf/sail/webapp/BigdataRDFServletContextListener.java 2014-03-26 15:47:14 UTC (rev 8017) @@ -44,7 +44,6 @@ import javax.servlet.ServletContextListener; import org.apache.log4j.Logger; -import org.eclipse.jetty.webapp.WebAppContext; import com.bigdata.Banner; import com.bigdata.bop.engine.QueryEngine; @@ -103,10 +102,10 @@ private boolean closeIndexManager; /** - * The name of the {@link WebAppContext} attribute under which we store any - * overrides for the init parameters of the {@link WebAppContext}. Note that - * it is NOT possible to actual modify the init parameters specified in the - * <code>web.xml</code> file. Therefore, we attach the overrides as an + * The name of the {@link ServletContext} attribute under which we store + * any overrides for the init parameters of the {@link ServletContext}. Note + * that it is NOT possible to actual modify the init parameters specified in + * the <code>web.xml</code> file. Therefore, we attach the overrides as an * attribute and then consult them from within * {@link BigdataRDFServletContextListener#contextInitialized(javax.servlet.ServletContextEvent)} * . This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |