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
Solved! Go to Solution.
Views
Replies
Total Likes
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.
Views
Replies
Total Likes
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.
Views
Replies
Total Likes
Thanks Jayan, you are always helpful. It works PERFECT!
Thanks again,
Han Dao
Views
Replies
Total Likes
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
Views
Replies
Total Likes
Use port 443 and the same idea should work.
Many THANKS to you, Yayan. It WORKS great!
Thanks again,
Han Dao
Views
Replies
Total Likes
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.
Views
Replies
Total Likes
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.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies