You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by di...@apache.org on 2008/02/12 03:48:26 UTC

svn commit: r620691 - /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/http/AxisServlet.java

Author: dims
Date: Mon Feb 11 18:48:24 2008
New Revision: 620691

URL: http://svn.apache.org/viewvc?rev=620691&view=rev
Log:
let folks override context root as well

Modified:
    webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/http/AxisServlet.java

Modified: webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/http/AxisServlet.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/http/AxisServlet.java?rev=620691&r1=620690&r2=620691&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/http/AxisServlet.java (original)
+++ webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/http/AxisServlet.java Mon Feb 11 18:48:24 2008
@@ -86,7 +86,7 @@
     protected transient ServletConfig servletConfig;
 
     protected transient ListingAgent agent;
-    private String contextRoot = null;
+    protected transient String contextRoot = null;
 
     protected boolean disableREST = false;
     private static final String LIST_SERVICES_SUFIX = "/services/listServices";



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org