LS,
 
In a jsp a try to open a cloud using rmi with rhe following command :
 
<mm:cloud jspvar="cloud" uri="rmi://127.0.0.1:1111/remotecontext">
 
But I get the error :
 
2006-02-02 11:43:04,835 INFO Starting the file-watcher thread
2006-02-02 11:43:04,985 INFO Using  EVAL_BODY_BUFFERED
2006-02-02 11:43:05,276 ERROR MMBase has not been started, and cannot be started by this Class. org.mmbase.bridge.LocalContext)
javax.portlet.PortletException
 
 
In the same envoronment, using java directly I can access the coud using :
 
cloud = ContextProvider.getCloudContext("rmi://127.0.0.1:1111/remotecontext").getCloud("mmbase","name/password",user);
 
I also tried to include usernam/password in the jsp but no success.
 
Is there anything else I have to configure to get access to a rmmci cloud from jsp ?
 
Kind regards,
 
Herman Reintke
 
 
_______________________________________________
Users mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/users

Reply via email to