Hello every body,
We want to develop applications with Orbeon. We had tested the examples included in orbeon (ops.war) and it's run ok. We want to create a new project to build application with Orbeon but we have seen the introduccion tutorial and we don't know how to create a blank project, we would say with this a project without the template (the blue container which includes ops.war). -- Regards Javier Cerro -- 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 OW2 mailing lists service home page: http://www.ow2.org/wws |
To start a project, there is not
much to do :
- Create or modify the page-flow.xml - To modify the template, check here : http://www.orbeon.com/ops/doc/home-faq#remove-sidebar Steph javi cerro a écrit : Hello every body, -- 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 OW2 mailing lists service home page: http://www.ow2.org/wws |
In reply to this post by javi cerro
I am developing with Orbeon inside Geronimo. I would like to test a form from Orbeon configured inside Geronimo. Any ideas would be helpful.
On 11/9/07, javi cerro <[hidden email]> wrote:
Hello every body, -- 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 OW2 mailing lists service home page: http://www.ow2.org/wws |
Administrator
|
You are not saying what issues you are encountering, but I assume you
need access to the WAR's WEB-INF/resources directory. Geronimo should either allow you to deploy a WAR file in "exploded" mode, where you would have access to the WEB-INF/resources directory of Orbeon Forms while the application is being run. If not, you could deploy a WAR with a resource manager that points to a directory outside of Geronimo. Finally, you could develop with Tomcat, and then only pack up your WAR for deployment in Geronimo. -Erik ilango gurusamy wrote: > I am developing with Orbeon inside Geronimo. I would like to test a form > from Orbeon configured inside Geronimo. Any ideas would be helpful. > > On 11/9/07, *javi cerro* <[hidden email] > <mailto:[hidden email]>> wrote: > > Hello every body, > > We want to develop applications with Orbeon. We had tested the > examples included in orbeon ( ops.war) and it's run ok. We want to > create a new project to build application with Orbeon but we have > seen the introduccion tutorial and we don't know how to create a > blank project, we would say with this a project without the template > (the blue container which includes ops.war). > > -- > Regards > Javier Cerro > > -- > You receive this message as a subscriber of the [hidden email] > <mailto:[hidden email]> mailing list. > To unsubscribe: mailto:[hidden email] > <mailto:[hidden email]> > For general help: mailto: [hidden email] > <mailto:[hidden email]>?subject=help > OW2 mailing lists service home page: http://www.ow2.org/wws > > -- Orbeon Forms - Web Forms for the Enterprise Done the Right Way http://www.orbeon.com/ -- 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 OW2 mailing lists service home page: http://www.ow2.org/wws |
I am sorry if I was not clear enough. I was thinking I need to write
my descriptors and other configuration for Orbeon to be confugured with Geronimo. thanks On Nov 9, 2007 6:00 PM, Erik Bruchez <[hidden email]> wrote: > You are not saying what issues you are encountering, but I assume you > need access to the WAR's WEB-INF/resources directory. > > Geronimo should either allow you to deploy a WAR file in "exploded" > mode, where you would have access to the WEB-INF/resources directory of > Orbeon Forms while the application is being run. > > If not, you could deploy a WAR with a resource manager that points to a > directory outside of Geronimo. > > Finally, you could develop with Tomcat, and then only pack up your WAR > for deployment in Geronimo. > > -Erik > > ilango gurusamy wrote: > > I am developing with Orbeon inside Geronimo. I would like to test a form > > from Orbeon configured inside Geronimo. Any ideas would be helpful. > > > > On 11/9/07, *javi cerro* <[hidden email] > > <mailto:[hidden email]>> wrote: > > > > Hello every body, > > > > We want to develop applications with Orbeon. We had tested the > > examples included in orbeon ( ops.war) and it's run ok. We want to > > create a new project to build application with Orbeon but we have > > seen the introduccion tutorial and we don't know how to create a > > blank project, we would say with this a project without the template > > (the blue container which includes ops.war). > > > > -- > > Regards > > Javier Cerro > > > > -- > > You receive this message as a subscriber of the [hidden email] > > <mailto:[hidden email]> mailing list. > > > To unsubscribe: mailto:[hidden email] > > <mailto:[hidden email]> > > For general help: mailto: [hidden email] > > <mailto:[hidden email]>?subject=help > > OW2 mailing lists service home page: http://www.ow2.org/wws > > > > > > > -- > Orbeon Forms - Web Forms for the Enterprise Done the Right Way > http://www.orbeon.com/ > > > -- > 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 > OW2 mailing lists service home page: http://www.ow2.org/wws > > -- 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 OW2 mailing lists service home page: http://www.ow2.org/wws |
Administrator
|
There shouldn't be anything particular to do unless you need to
configure JDBC datasources, authentication, or other resources. But those are not needed to get started with Orbeon Forms. You should be able to deploy the WAR file into any Servlet container and be able to see the example apps. -Erik XGuy wrote: > I am sorry if I was not clear enough. I was thinking I need to write > my descriptors and other configuration for Orbeon to be confugured > with Geronimo. > > thanks > > On Nov 9, 2007 6:00 PM, Erik Bruchez <[hidden email]> wrote: >> You are not saying what issues you are encountering, but I assume you >> need access to the WAR's WEB-INF/resources directory. >> >> Geronimo should either allow you to deploy a WAR file in "exploded" >> mode, where you would have access to the WEB-INF/resources directory of >> Orbeon Forms while the application is being run. >> >> If not, you could deploy a WAR with a resource manager that points to a >> directory outside of Geronimo. >> >> Finally, you could develop with Tomcat, and then only pack up your WAR >> for deployment in Geronimo. >> >> -Erik >> >> ilango gurusamy wrote: >>> I am developing with Orbeon inside Geronimo. I would like to test a form >>> from Orbeon configured inside Geronimo. Any ideas would be helpful. >>> >>> On 11/9/07, *javi cerro* <[hidden email] >>> <mailto:[hidden email]>> wrote: >>> >>> Hello every body, >>> >>> We want to develop applications with Orbeon. We had tested the >>> examples included in orbeon ( ops.war) and it's run ok. We want to >>> create a new project to build application with Orbeon but we have >>> seen the introduccion tutorial and we don't know how to create a >>> blank project, we would say with this a project without the template >>> (the blue container which includes ops.war). >>> >>> -- >>> Regards >>> Javier Cerro >>> >>> -- >>> You receive this message as a subscriber of the [hidden email] >>> <mailto:[hidden email]> mailing list. >>> To unsubscribe: mailto:[hidden email] >>> <mailto:[hidden email]> >>> For general help: mailto: [hidden email] >>> <mailto:[hidden email]>?subject=help >>> OW2 mailing lists service home page: http://www.ow2.org/wws >>> >>> >> >> -- >> Orbeon Forms - Web Forms for the Enterprise Done the Right Way >> http://www.orbeon.com/ >> >> >> -- >> 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 >> OW2 mailing lists service home page: http://www.ow2.org/wws >> >> -- Orbeon Forms - Web Forms for the Enterprise Done the Right Way http://www.orbeon.com/ -- 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 OW2 mailing lists service home page: http://www.ow2.org/wws |
So, I just launch something like "http://localhost/ops" for Geronimo and then come up with the same screen as with Tomcat?
|
Free forum by Nabble | Edit this page |