Hi
>Which servlets and mappings are required to startup mmbase?
I remember once I ran using only the MMBaseServlet :
<!--mmbase -->
<servlet>
<servlet-name>version</servlet-name>
<description>To get the version of MMBase</description>
<servlet-class>org.mmbase.servlet.MMBaseServlet</servlet-class>
<load-on-startup>1</load-on-startup>
</servlet>
but right now i've also added the scan servlet, so that works for sure
<!-- servscan -->
<servlet>
<servlet-name>servscan</servlet-name>
<servlet-class>org.mmbase.servlet.servscan</servlet-class>
<load-on-startup>2</load-on-startup>
</servlet>
thats my whole web.xml there :)
gluck,
*pike
*--------------------------------------
I still maintain the point that designing a monolithic kernel in 1991 is a
fundamental error. Be thankful you are not my student. You would not get a
high grade for such a design.
Andrew Tanenbaum to Linus Torvalds