lynderup
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Change port on server side?

3 posters

Go down

Change port on server side? Empty Change port on server side?

Post  kelboswell Sat Mar 20, 2010 12:05 am

Is there a way to change the port on the server side? I noticed the Android app offers that option, but not the server. The reason I ask is that I run another server on the same computer that uses port 8080.

Thanks!

kelboswell

Posts : 2
Join date : 2010-03-20

Back to top Go down

Change port on server side? Empty Re: Change port on server side?

Post  Admin Sun Apr 04, 2010 6:34 am

It just because i dont have implemented it yet, but i will do it soon.

Admin
Admin

Posts : 9
Join date : 2010-02-20

https://lynderup.board-directory.net

Back to top Go down

Change port on server side? Empty Thanks!

Post  kelboswell Mon Apr 05, 2010 5:28 pm

You're AWESOME! Smile

I use Winamp to run a weekly karaoke show at a bar. It would be too cool to be able to start the next song from my Backflip.

Thanks again!

kelboswell

Posts : 2
Join date : 2010-03-20

Back to top Go down

Change port on server side? Empty Re: Change port on server side?

Post  Admin Sun Jul 25, 2010 11:08 pm

I'm sorry that i haven't implemented it before now, but now it should work

Admin
Admin

Posts : 9
Join date : 2010-02-20

https://lynderup.board-directory.net

Back to top Go down

Change port on server side? Empty Re: Change port on server side?

Post  Bahari09 Tue Jan 03, 2012 1:18 pm

Both JBoss and Oracle RDBMS are using the port 8080. HTTP Server for JBoss, XDB listener for Oracle RDBMS.

So I thin you are hitting this issue, which error do you have when you start JBoss after Oracle? Something like:
"java.net.BindException: Address already in use: JVM_Bind:8080"

So you can either change the JBoss HTTP Port, it varies depending of the version of JBoss:
4.0: JBOSS_HOME/<config>/deploy/jbossweb-tomcat50.sar/server.xml
3.x: JBOSS_HOME/server/<config>/deploy/tomcat41-service.xml

or change the XDB Port:
connect to your DB using system user (SQL*PLUS) and execute the following command:
call dbms_xdb.cfg_update(updateXML(
dbms_xdb.cfg_get()
, '/xdbconfig/sysconfig/protocolconfig/httpconfig/http-port/text()'
, 8081))
to change it from 8080 to 8081

Bahari09

Posts : 1
Join date : 2011-12-30

Back to top Go down

Change port on server side? Empty Re: Change port on server side?

Post  Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum