after install...

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

after install...

claassp
i need some help configuring my own portal after installing OPS. i.e. I would like to use localhost\ops\myportal ... any docs or howto's ?



--
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
Reply | Threaded
Open this post in threaded view
|

Re: after install...

Erik Bruchez
Administrator
[hidden email] wrote:

 > i need some help configuring my own portal after installing
 > OPS. i.e. I would like to use localhost\ops\myportal ... any docs or
 > howto's ?

Can you provide more details about what you mean by "portal" and what
you are trying to achieve?

-Erik




--
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
Reply | Threaded
Open this post in threaded view
|

RE: after install...

claassp
In reply to this post by claassp
Hi Erik,

Sorry, that was a bit vague... my brain is fried after hours of reading
... :)

--

When you install OPS (on Tomcat in our case), the files lie in
http://localhost:8080/ops . Now, I want to use the OPS "portal" but our
own file structure like

 \%TOMCAT%\webapps\ops\myfolder\form1
     ...\form2
       ...\etc

So, I want to browse to http://localhost/ops/form1 it must provide the
xform with its own look/feel..

I am still figuring out the page-flow.xml (under the resources folder)
and try to hack my way to get the navigation to do what I want...

Hope this makes better sense...

Regards,
Pieter

-----Original Message-----
From: Erik Bruchez [mailto:[hidden email]] On Behalf Of Erik Bruchez
Sent: 09 February 2006 01:46 PM
To: [hidden email]
Subject: Re: [ops-users] after install...

[hidden email] wrote:

 > i need some help configuring my own portal after installing
 > OPS. i.e. I would like to use localhost\ops\myportal ... any docs or
 > howto's ?

Can you provide more details about what you mean by "portal" and what
you are trying to achieve?

-Erik





--
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
Reply | Threaded
Open this post in threaded view
|

Re: RE: after install...

claassp
never mind - I got it working now...

- I basically stripped the dispatch.xpl & examples-list.xml (in %TOMCAT%\Webapps\ops\WEB-INF\Resources\Examples), adapted and copied them in my new folder. ( in %TOMCAT%\Webapps\ops\WEB-INF\Resources\myFolder)

A final step was to include the following line in the page-flow.xml (in %TOMCAT%\Webapps\ops\WEB-INF\Resources\):

<page path-info="/myFolder/.*" matcher="oxf:perl5-matcher" model="/myFolder/dispatch.xpl"/>





--
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