NIH | National Cancer Institute | NCI Wiki  

Error rendering macro 'rw-search'

null

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Wiki Markup
{scrollbar:icons=false}
h1. Question: Can I change the port number after caArray installation?

*Topic*: caArray Installation and Upgrade

*Release*: Up to caArray 2.x

*Date entered*: 2009/07/15

h2. Details about the Question

Am I able to change the default port number 38080 to another port, for example, 80 after the installation of caArray? Do I just change the port number in the install property file and start up the server again? 

h2. Answer

The caArray HTTP port number can be changed in the file:
 
{code}
Scrollbar
iconsfalse

Question: Can I change the port number after caArray installation?

Topic: caArray Installation and Upgrade

Release: Up to caArray 2.x

Date entered: 2009/07/15

Details about the Question

Am I able to change the default port number 38080 to another port, for example, 80 after the installation of caArray? Do I just change the port number in the install property file and start up the server again?

Answer

The caArray HTTP port number can be changed in the file:

Code Block
 <caArray installation home>/jboss-4.0.5.GA/server/default/conf/bindings.xml  
{code}

following the steps below:

...



# Shut down the JBoss server.

...


# Open the file <caArray installation home>/jboss-4.0.5.GA/server/default/conf/bindings.xml in a text editor.

...


# Search and replace all instances of the current port number with the desired port number.

...


# Save and restart JBoss.

...



Re-running your installer is not necessary, since it could remove all the data in the database from current installation.

...



h2. Have a comment?

...



Please leave your comment in the [caArray End User Forum

...

|https://cabig-kc.nci.nih.gov/Molecular/forums/viewtopic.php?f=6&t=577].

{scrollbar:icons=false}