hi there
i have the following installed:
-
domino6 server
-
integrated tomcat 3
-
tomcat_interceptor.dll for it
what i want to do?
connection to my database through a servlet and appending some attachments to a richtextitem…
what i have tried?
ncso.jar/notes.jar from 6 to my tomcat lib, i got this:
org.omg.CORBA.INITIALIZE: can’t instantiate default ORB implementation lotus.priv.CORBA.iiop.ORB vmcid: 0x0 minor code: 0 completed: No
Caused by: java.lang.ClassNotFoundException: lotus.priv.CORBA.iiop.ORB
when i only take the nsco.jar from 6:
java.lang.NoClassDefFoundError: lotus/domino/util/Platform
with the ncsow.jar and notes.jar from the 5 i can run, connect and write fields, but, when i
embed an attachment to a richtextitem, i got:
lotus.domino.NotesException
at lotus.domino.NotesExceptoinHelper.read(NotesExceptionHelper.java)
at lotus.domino.corba._IRichTextItemStub.embedObject(_IRichTextItemStub.java)
at lotus.domino.cso.RichTextItem.embedObject(RichTextItem.java:412)
…
but i can append text!? so do i need special policy things?
dont know what i else can do…