Hello,

I can't found the Source or Dokumentation for this Class.

I found this short example block.xml file:

...
<!-- Test Service -->
    <component name="ex-service" 
class="org.apache.avalon.merlin.http.example.ExampleServiceImpl" activation="lazy"/>
    <!-- Session Manager sub-class -->
    <component name="session-mgr" 
class="org.apache.avalon.merlin.http.example.ExampleSessionManager" 
activation="startup"/>
    <!-- Web Server -->
    <component name="avalon-jetty" 
class="org.apache.avalon.merlin.http.JettyWebServer" activation="startup">
        <configuration>
            <Listener port="8080"/>
            <Context name="example" path="/example/*">
                <Servlet name="Example" path="/servlets/*" 
classname="org.apache.avalon.merlin.http.example.ExampleServlet"/>
            </Context>
        </configuration>
    </component>
...

But i can't find the sources or the documentation for ExampleServlet, 
ExampleSessionManager and
ExampleServiceImpl. 

Any suggestions?

thank you
-- 
sincerely

Mike Schubert             Tel.: ++49-351-3 18 09 15
interface projects GmbH   Fax.: ++49-351-3 36 11 87
Tolkewitzer Str.49        E-Mail: [EMAIL PROTECTED]
D-01277   D R E S D E N   HTTP:   www.interface-business.de/

"FreeBSD is like a wigwam, no windows, no gates and an apache inside."


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

Reply via email to