Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Platform - User Assistance (UA) » How to configure secure access to InfoCenter based on jetty?
How to configure secure access to InfoCenter based on jetty? [message #666515] Wed, 20 April 2011 16:19 Go to next message
Eclipse User is currently offline Eclipse UserFriend
Messages: 9
Registered: April 2011
Junior Member
I have a standalone InfoCenter application to provide the user documentation. I need to know how I can configure the secure access to the InfoCenter using https.

I have found the following link on tomcat based InfoCenter:

http://dev.eclipse.org/viewcvs/viewvc.cgi/platform-help-home /infocenter_secure_access.html?view=co

I am looking for similar information on jetty based InfoCenter, such as the information on the names of files and configuration parameters in order to set that keystore path and password.

Thanks very much for your help!
Re: How to configure secure access to InfoCenter based on jetty? [message #666831 is a reply to message #666515] Fri, 22 April 2011 21:25 Go to previous messageGo to next message
Chris Goldthorpe is currently offline Chris GoldthorpeFriend
Messages: 815
Registered: July 2009
Senior Member
No Real Name wrote on Wed, 20 April 2011 12:19
I have a standalone InfoCenter application to provide the user documentation. I need to know how I can configure the secure access to the InfoCenter using https.

I have found the following link on tomcat based InfoCenter:

http://dev.eclipse.org/viewcvs/viewvc.cgi/platform-help-home /infocenter_secure_access.html?view=co

I am looking for similar information on jetty based InfoCenter, such as the information on the names of files and configuration parameters in order to set that keystore path and password.

Thanks very much for your help!



I can think of two options:

The easiest way is to use a proxy server to provide https access to the outside world.
The second way is to build the infocenter as a war file, see http://help.eclipse.org/helios/topic/org.eclipse.platform.do c.isv/guide/ua_help_war.htm .

There would be a third way if Eclipse had an easy way to switch out the JettyHelpServer class for a secure version, it is possible to do this but it would take some time to write a secure version of JettyHelpServer so I would recommend instead one of the other two options.
Re: How to configure secure access to InfoCenter based on jetty? [message #667282 is a reply to message #666831] Wed, 27 April 2011 20:51 Go to previous message
Eclipse User is currently offline Eclipse UserFriend
Messages: 9
Registered: April 2011
Junior Member
Hi, Chris:

I tried your second option (tomcat) above. It worked beautifully. Thanks a lot!

Mei

[Updated on: Wed, 27 April 2011 20:52]

Report message to a moderator

Previous Topic:How to group books in InfoCenter?
Next Topic:Search Index incomplete
Goto Forum:
  


Current Time: Tue Apr 23 15:59:59 GMT 2024

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

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

Back to the top