Good morning,
I'm playing around the install procedures for AEM forms and i have downloaded the windows .exe file (aemforms_server_6_3_0_jboss_all_win) to install the JEE/Jboss environment.
I can use the defaults here and i will endup with an instance using default port 8080 and that works ok.
My issue is that im trying to get a second instance going on the same machine.
So, i was curious because i just ran the software .exe file for a second time and it installs it, but my issue would be that the port defaults are still going to be used.
So can i pass a parameter, or somthing like that (to that install.exe file), to change the default port to a different one??
If so, how might someone go about doing it.
If not, after the second install (it uses default port 8080 again), can i modify that install to point to another port number? (via file modifications or something like that)
Thank you very much,
Patrick
PS
this is for AEM 6.3
Solved! Go to Solution.
Views
Replies
Total Likes
Hi Patrick,
If you are running the second instance for publishing, you do not need to run complete JEE installer. The publish instance can be a standalone AEM OSGi running in publish mode. See, Configure the Publish instance section in the Post Deployment chapter of the following document:
https://helpx.adobe.com/pdf/aem-forms/6-3/install-single-server-jboss.pdf
If you are running multiple AEM Forms on JEE instances on a same machine, before you run the second install on a different location on the same machine, pass the following startup argument. It will bump the port number by the count of 110.
-Djboss.socket.binding.port-offset=110
You can use any value in place of 110. Ensure that the value used for publish and author instances is different. Here is the procedure to setup the apps server profile and argument:
After the above procedure, perform the instructions listed in Configure the Publish instance section in the Post Deployment chapter of the document: https://helpx.adobe.com/pdf/aem-forms/6-3/install-single-server-jboss.pdf
Regards,
Khushwant Singh
Views
Replies
Total Likes
Hi Patrick,
If you are running the second instance for publishing, you do not need to run complete JEE installer. The publish instance can be a standalone AEM OSGi running in publish mode. See, Configure the Publish instance section in the Post Deployment chapter of the following document:
https://helpx.adobe.com/pdf/aem-forms/6-3/install-single-server-jboss.pdf
If you are running multiple AEM Forms on JEE instances on a same machine, before you run the second install on a different location on the same machine, pass the following startup argument. It will bump the port number by the count of 110.
-Djboss.socket.binding.port-offset=110
You can use any value in place of 110. Ensure that the value used for publish and author instances is different. Here is the procedure to setup the apps server profile and argument:
After the above procedure, perform the instructions listed in Configure the Publish instance section in the Post Deployment chapter of the document: https://helpx.adobe.com/pdf/aem-forms/6-3/install-single-server-jboss.pdf
Regards,
Khushwant Singh
Views
Replies
Total Likes
Super thank you very much for that detailed, I'm eager to test this out. Thanks you very much
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies