I hope you are well.
I am relatively new to Orbeon and I recently developed a form using Orbeon builder. Once published and a new form is opened in form runner, the link by
default is in such a format: Localhost:8080/orbeon/fr/application name/form name/form title/new?form-version = 1 Please could you give instruction on the below 2 questions:
Thanks in advance for any ideas and suggestions!
Kind regards,
DISCLAIMER: This email and any files transmitted with it are confidential and are intended solely for the addressed individual or entity. Any comments or opinions expressed are those of the originator,
which do not necessarily reflect those of Satori Australia Pty Ltd. If you are not the intended recipient or the person responsible for delivering the email to the intended recipient, you have received this email in error, and any use, dissemination, forwarding,
printing, or copying of this email is strictly prohibited. If you have received this message in error please accept our apology, notify the sender by return e-mail and delete.
You received this message because you are subscribed to the Google Groups "Orbeon Forms" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/orbeon/ME2PR01MB3220619B0E06001FE63B69A982C60%40ME2PR01MB3220.ausprd01.prod.outlook.com. |
Administrator
|
Hi Adam,
This is something you setup at the level of your reverse proxy or servlet container, e.g. Tomcat. For instance, see the following for how to set this up in Tomcat, if your HTTPS request directly get to Tomcat: https://tomcat.apache.org/tomcat-8.5-doc/ssl-howto.html But there are other ways to do this, depending on your setup. For instance, in case where all your requests go through IIS, which acts as a reverse proxy, you'll most likely want to setup HTTPS at the IIS level. I hope this helps, ‑Alex ----- -- Follow Orbeon on Twitter: @orbeon Follow me on Twitter: @avernet -- Sent from: http://discuss.orbeon.com/ -- You received this message because you are subscribed to the Google Groups "Orbeon Forms" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/orbeon/1586240563605-0.post%40n4.nabble.com.
--
Follow Orbeon on Twitter: @orbeon Follow me on Twitter: @avernet |
Hi Alessandro,
Thanks for your suggestion. it helped and I managed to enable SSL on Tomcat. For the second question in my early post regarding URL parameters, is there a way to rewrite the URL by replacing the localhost:port_number with something else that's customised, such as https://companyname.com/orbeon/application/form/version etc? If there is, is it meant to be done at a servlet container level as well or it is something that can be configured in Form Runner properties? Thanks in advance! Kind regards, -- Sent from: http://discuss.orbeon.com/ -- You received this message because you are subscribed to the Google Groups "Orbeon Forms" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/orbeon/1586670972394-0.post%40n4.nabble.com. |
Administrator
|
Hi Adam,
I'm glad you managed to set SSL in Tomcat. To have https://companyname.com/, you need to setup your domain name server (DNS) to have companyname.com point to your server. And of course, you must first own companyname.com, which is done through a registrar. So this is something even less remotely related to Orbeon Forms, but I hope that those pointers help. ‑Alex ----- -- Follow Orbeon on Twitter: @orbeon Follow me on Twitter: @avernet -- Sent from: http://discuss.orbeon.com/ -- You received this message because you are subscribed to the Google Groups "Orbeon Forms" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/orbeon/1586741576802-0.post%40n4.nabble.com.
--
Follow Orbeon on Twitter: @orbeon Follow me on Twitter: @avernet |
Free forum by Nabble | Edit this page |