Hello.

I have got one question. How to run TuscanyServletFilter in debug mode
to view debug pages in browser (on address /SCADomain/index.html)?

My web.xml contains:

<filter>
    <filter-name>tuscany</filter-name>
    <filter-class>
        org.apache.tuscany.sca.host.webapp.TuscanyServletFilter
    </filter-class>
</filter>

<filter-mapping>
    <filter-name>tuscany</filter-name>
    <url-pattern>/*</url-pattern>
</filter-mapping>

-- 
Pozdrawiam,
   Karol.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to