> On Fri, 2002-07-12 at 16:20, Michiel de Mare wrote: > > The MMBaseServlet is no longer by default in the 1.5.1 > web.xml file. Is > > there a new required servlet, or will any servlet do? > Any of the MMBase servlets would do the job(otherwise you get > the MMBase > hasnt been started and cannot be started message from the cloud tag), > using version would be the nicest sollution. > > If you dont want to use a servlet, you could also start > MMBase by in the > jsp by using(but keep in mind that you have to specify a lot > parameters > then inside the web.xml or use property-params): > <% org.mmbase.module.core.MMBase.getMMBase(); %> > <mm:cloud> > </mm:cloud>
I don't want a servlet that does all kinds of stuff besides starting up mmbase. The performance servlet doesn't startup mmbase, and the MMBaseServlet has disappeared from 1.5.1. And the servdb is giving me all these errors: <XML> <Failed to open XML document. Failed to set SYSTEM id. unknown protocol: c>
