<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									How can I change the web application port to something other than 80? - Developer Network Q&amp;A				            </title>
            <link>https://community.onenetwork.com/sdk-forum/how-can-i-change-the-web-application-port-to-something-other-than-80/</link>
            <description>BY Network Community Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Sat, 13 Jun 2026 20:59:48 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>Answer to: How can I change the web application port to something other than 80?</title>
                        <link>https://community.onenetwork.com/sdk-forum/how-can-i-change-the-web-application-port-to-something-other-than-80/#post-11338</link>
                        <pubDate>Wed, 03 May 2023 17:40:52 +0000</pubDate>
                        <description><![CDATA[Below are the steps required to change the port. For this example, we will be using 8081 as the new port, changing it from 80.

Navigate to C:\Users\userName\OneSDK_NEO3.7\one-platform-3.7...]]></description>
                        <content:encoded><![CDATA[<p>Below are the steps required to change the port. For this example, we will be using 8081 as the new port, changing it from 80.</p>
<ol>
<li>Navigate to C:\Users\userName\OneSDK_NEO3.7\one-platform-3.7. Open the node.properties file
<ol>
<li>Set web.tomcat.http.port=8081</li>
<li>Set webapp.port=8081</li>
<li>Save file<br />
660
</li>
</ol>
</li>
<li>Within C:\Users\userName\OneSDK_NEO3.7\one-platform-3.7, run ant_dos.bat</li>
<li>Navigate to the directory ‘platform/setup’ within Ant Dos command prompt by typing "cd platform/setup"</li>
<li>Run the following '<strong>ant -f admin.xml reconfigure</strong>’, without the quotes. Success message should be displayed</li>
<li>Validate the change by checking InstanceConfig.xml in the directory ‘OneSDK_NEO3.7\one-platform-3.7\platform\setup’. Values should have updated to 8081</li>
<li>After running the ant command, stay within the directory C:\Users\userName\OneSDK_NEO3.7\one-platform-3.7\platform\setup and open the file “dvce-app-config.xml”</li>
<li>Within dvce-app-config.xml file, find the line “<strong>&lt;GridDispatcherConfiguration xmlns="http://www.onenetwork.com/Platform" active="${grid.active}"&gt;</strong>”. Set active=”true”, like the example below. Save file after making changes<br />
663
</li>
<li>In Windows Explorer, navigate to the directory C:\Program Files\OneSDK_NEO3.7\studio-3.7-GA\eclipse\plugins\com.onenetwork.platform.sdk_1.0.0\proj-static\test. Open the file cactus.properties</li>
<li>Update cactus.contextURL to use 8081<br />
664
</li>
<li>Open directory C:\Program Files\OneSDK_NEO3.7\studio-3.7-GA\eclipse\plugins\com.onenetwork.platform.sdk_1.0.0\proj-static. Open file plt-build.properties</li>
<li>Update web.tomcat.http.port to 8081<br />
665
</li>
</ol>
<p> </p>
<p>After these changes, you application will be configured to run user port 8081 instead of 80. </p>]]></content:encoded>
						                            <category domain="https://community.onenetwork.com/sdk-forum/">Developer Network Q&amp;A</category>                        <dc:creator>jcourter</dc:creator>
                        <guid isPermaLink="true">https://community.onenetwork.com/sdk-forum/how-can-i-change-the-web-application-port-to-something-other-than-80/#post-11338</guid>
                    </item>
				                    <item>
                        <title>How can I change the web application port to something other than 80?</title>
                        <link>https://community.onenetwork.com/sdk-forum/how-can-i-change-the-web-application-port-to-something-other-than-80/#post-11337</link>
                        <pubDate>Wed, 03 May 2023 17:40:34 +0000</pubDate>
                        <description><![CDATA[I am currently going through the Bookstore Tutorial and I have another process that is listening on port 80. How can I change this value to a different port?]]></description>
                        <content:encoded><![CDATA[<p>I am currently going through the Bookstore Tutorial and I have another process that is listening on port 80. How can I change this value to a different port? </p>]]></content:encoded>
						                            <category domain="https://community.onenetwork.com/sdk-forum/">Developer Network Q&amp;A</category>                        <dc:creator>jcourter</dc:creator>
                        <guid isPermaLink="true">https://community.onenetwork.com/sdk-forum/how-can-i-change-the-web-application-port-to-something-other-than-80/#post-11337</guid>
                    </item>
							        </channel>
        </rss>
		