Hi! everyone!
I have some question to ask everybody? I saw OPS's toturial but I can't found about part of deploy XML ap in OPS,so someone can tell me,how can deploy my XML Application in OPS? -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
What do you mean by an XML
application?
[hidden email] wrote: Hi! everyone! I have some question to ask everybody? I saw OPS's toturial but I can't found about part of deploy XML ap in OPS,so someone can tell me,how can deploy my XML Application in OPS? -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Sorry!
it mean xml file like page-flow.xml、page-flow.xpl etc. when I wrote this xml file ,how can I deploy in OPS ? 小朱 ___________________________________________________ 最新版 Yahoo!奇摩即時通訊 7.0,免費網路電話任你打! http://messenger.yahoo.com.tw/ -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
OPS is a J2EE Servlet spec application framework that runs within a container such as Tomcat, the reference implementation. You deploy an instance of OPS in a Web Application Archive or expanded as files. You can deploy the instance to a context path. http://tomcat.apache.org/tomcat-5.5-doc/appdev/deployment.html OK, you probably know all this already, but your question is very plain. page-flow.xml is the controller, both in terms of the Model/View/Controller architecture that J2EE applications follow and specifically it is a servlet parameter passed to OPS when loaded. So, OPS, when evaluating any http request, begins with this controller, page-flow.xml. Or maybe you want to know a good way to run OPS. One way is to simply install the Java JDK on your Windows/Linux/Mac desktop system, then install Tomcat, download the OPS war from http://www.orbeon.com/software/get-started and copy it to a directory as described in the Tomcat link above. Then point your browser to something like http://localhost:8080/ and you should see OPS. Am I anywhere close? --Hank UCSB ----- Original Message ----- From: <[hidden email]> To: <[hidden email]> Sent: Tuesday, August 22, 2006 8:55 PM Subject: Re: [ops-users] How can deploy my XML Application in OPS? > Sorry! > it mean xml file like page-flow.xml?page-flow.xpl > etc. > when I wrote this xml file ,how can I deploy in OPS ? > > ?? > > ___________________________________________________ > ??? Yahoo!?????? 7.0,?????????! > http://messenger.yahoo.com.tw/ > > -------------------------------------------------------------------------------- > -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Free forum by Nabble | Edit this page |