Skip to main content



      Home
Home » Eclipse Projects » Oomph » Hosting own index(All options for hosting.)
Hosting own index [message #1810267] Tue, 06 August 2019 05:22 Go to next message
Eclipse UserFriend
Hello, I would like to ask what are the options for hosting own index. I have tried hosting it using Bitbucket and raw option in URL (Only similar option for GitHub plain).

Is there other way for Bitbucket or git?
What are all options for hosting.
Does it have to be on shared file server exactly?

Thanks.
Re: Hosting own index [message #1810503 is a reply to message #1810267] Mon, 12 August 2019 15:16 Go to previous messageGo to next message
Eclipse UserFriend
Is it safe to assume you've looked at the wiki?

https://wiki.eclipse.org/Eclipse_Oomph_Authoring#Hosting_your_own_index_.2F_catalogs
Re: Hosting own index [message #1814252 is a reply to message #1810503] Fri, 06 September 2019 07:25 Go to previous messageGo to next message
Eclipse UserFriend
Sorry for misunderstood.

I would like to ask what are the protocols and supported formats that I can use for hosting own index directory.

The attached screenshot is format of bitbucket server directory (setups) raw response .

Thank you.
Re: Hosting own index [message #1814257 is a reply to message #1814252] Fri, 06 September 2019 10:43 Go to previous messageGo to next message
Eclipse UserFriend
There is no attached screen shot. In general, all that's needed is a URI (http/https) that serves an Index, in plain-text XML.
Re: Hosting own index [message #1814310 is a reply to message #1814257] Mon, 09 September 2019 05:26 Go to previous message
Eclipse UserFriend
After couple of tries I have managed to do it.

First of all I have needed to add to URL ?oomph_basic_auth=true as property.

The main problem was that the raw format of directory from bitbucket could not be parsed by oomph (format in attached image).
Like
-Doomph.redirection.setups=http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/->https://<bitbucket>/projects/<pName>/repos/oomph/raw/oomph/setups/
neither with ?oomph_basic_auth=true.

The solution for hosting was using different redirection format to exact file.

-Doomph.redirection.setups=index:/org.eclipse.setup->https://<bitbucket>/projects/<pName>/repos/oomph/raw/oomph/setups/org.eclipse.setup?oomph_basic_auth=true


Thank you for your support, next time I would try to declare the question more clearly.

Best regards
Previous Topic:How to set java vm in product setup
Next Topic:Oomph launching with preselected product and project
Goto Forum:
  


Current Time: Sat Jul 05 00:38:55 EDT 2025

Powered by FUDForum. Page generated in 0.03737 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top