On Mon, 2002-06-24 at 12:57, S.A. de Heer wrote:
> While trying to install mmbase 1.6 from the latest nightly build I encounterd 
> the following problem.
> I am using the tomcat-mmbase howto as guide which works till the point that it 
> says that you have to: Copy the file webapps/mmbase/WEB-INF/lib/xml-apis.jar to 
> the directory common/lib/ This isn't possible since the dir does not exists. 
Hmm, strange enough is skipped that step also on my system(at a first
glance)

> The pervious step went oke atleast accoording to tomcat it gave the default oke 
> message for installation. The list manager of tomcat informs me that the 
> application is installed but stoped. I can't start the application. It gives 
> the error application /mmbase can't be started. Anybody a clue or sugestion 
> about what I could try.
There should be a log message in the catalina.out or something similar.
 My guess is that you should modify the secruity manager with the
following info(policy file)(yeah i know.. it's the same as turning the
security off): 

        grant  { 
                permission java.security.AllPermission; 
        }; 

I tried to get it running with the secuirty manager on(not using the
rights above), but all classes are instansiated in the wrong way. 
Should it be a project, to define which resources may and which one's
may not be used by MMBase?
Furthermore how does this relate to the application project(they also
need to install new classes/jar's)?

-- 
Eduard Witteveen Systeem Ontwikkelaar
NOS Internet,  Gateway C Kamer 107
+31(0)356772910 http://www.omroep.nl/

Sed quis custodiet ipsos custodes? : The sixth Satire from Juvenal

Reply via email to