Currently, I am recieving the following error when I try to access the database from my app:MMBase may not be started by the taglibs (this is a design choise). You can start MMBase by using one of the servlets of MMBase.
ERROR MMBase has not been started, and cannot be started by this Class. (org.mmbase.bridge.LocalContext).
It seems like since my application is running in one context and mmbase is running in another I cannot use mmbase taglibs to access the database.
You could choose to use the image servlet, to give you the possibitly to serve images from MMBase, or the version servlet,..(which provides the version number). Look in the web.xml for examples.
Would you really like to start MMBase without using the servlets, you chould do a few specific call's to the core,... but this is not recommended.
hoi
