2016/05/28 - Apache Tuscany has been retired. 
For more information, please explore the Attic. 
 
org.apache.tuscany.sca.http.tomcat
Class TomcatDefaultServlet
java.lang.Object
  
DefaultServlet
      
org.apache.tuscany.sca.http.tomcat.TomcatDefaultServlet
public class TomcatDefaultServlet
- extends DefaultServlet
 
DefaultServlet implementation for Tomcat.
| 
Constructor Summary | 
TomcatDefaultServlet(java.lang.String servletPath,
                     java.lang.String documentRoot)
 
            | 
 
| 
Method Summary | 
protected  java.lang.String | 
getRelativePath(HttpServletRequest request)
 
            | 
 void | 
init()
 
            | 
 void | 
init(ServletConfig servletConfig)
 
            | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
TomcatDefaultServlet
public TomcatDefaultServlet(java.lang.String servletPath,
                            java.lang.String documentRoot)
init
public void init()
          throws ServletException
- Throws:
 ServletException
 
init
public void init(ServletConfig servletConfig)
          throws ServletException
- Throws:
 ServletException
 
getRelativePath
protected java.lang.String getRelativePath(HttpServletRequest request)