David Dankwerth wrote: > Hi > > I have managed to sortout the loadComponenetFromURL by using the > Tomcat that is running on machine B (where the java client is running) > now i am facing the problem of doing xstorable.storeToURL > Again, the same problem of loadComponenet applies, what sort of URL can > i give > in order to "upload" the document back from machine A (where openoffice > is running) to > machine B (where i am running Tomcat and the Java Client) ?
You must have use any protocol that allows your machine A to access machine B through a service of your operating system, i.e. something like ftp, http or nfs. If you don't have anything like that you could implement a UCP for OOo that runs on machine B and can be connected from machine A through UNO. BTW: next time when you start a new topic please don't hijack another thread by using "reply", please start a new thread. Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PROTECTED] is a spam sink. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
