Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Workspace URL without port number?

Avatar

Former Community Member

Hello,

Is there a way to config the Workspace URL to not use the port number for LCES with Webpshere 6.1 environment (e.g." http://localhost:/workspace/" instead of "http://localhost:9080/workspace/") due to the firewall configuration?

Thanks,

Han Dao

1 Accepted Solution

Avatar

Correct answer by
Level 7

1) Change the WC_defaulthost port of the appserver instance from 9080 to 80

2) Make sure "80" is listed as a "Host alias" for the "default_host" virtual host or another virtual host you have created exclusively for LiveCycle

3) Re-start the appserver instance

4) Check the SystemOut.log and verify that all LiveCycle web modules now bind to port 80, among others (like 5060, 5061 etc).

5) Try http://localhost/workspace and it should work.

View solution in original post

7 Replies

Avatar

Correct answer by
Level 7

1) Change the WC_defaulthost port of the appserver instance from 9080 to 80

2) Make sure "80" is listed as a "Host alias" for the "default_host" virtual host or another virtual host you have created exclusively for LiveCycle

3) Re-start the appserver instance

4) Check the SystemOut.log and verify that all LiveCycle web modules now bind to port 80, among others (like 5060, 5061 etc).

5) Try http://localhost/workspace and it should work.

Avatar

Former Community Member

Thanks Jayan, you are always helpful. It works PERFECT!

Thanks again,

Han Dao

Avatar

Former Community Member

Hi Jayan,

Can your instruction above work for the wc_defaulthost_secure that has SSL e.g. https://localhost/workspace ? I tried but it does not work without the port. Can you please advise.

Thanks,

Han Dao

Avatar

Former Community Member

Many THANKS to you, Yayan. It WORKS great!

Thanks again,

Han Dao

Avatar

Level 4

Hi Jagan,

how can we have a different URL path cofigured for workspace running on Webshpere.

For example,

http://hostname/ashok instead of http://hostname/workspace.

Avatar

Former Community Member

To change the URL, I think you will need to change your Application Name (the ear file that you deployed with ashok name) in WebSphere Admin console.