Hi,
Heres my setup.
- Apache will have port 80 open with redirections and proxy pass to the applications below
- Openfire is set to port 9090
- Webchat which resides in tomcat is set to port 8080
- Spark can be connected via the default 5222 port via externally
Problems are my webchat and openfire admin module.
It can be displayed but once i had submitted a form a click a link, it will redirect back to the original port which are 9090 and 8080.
Locally this wouldnt be a problem, but when trying to access these via the internet it will become a problem.
How do i set Openfire/Webchat to redirect back using the correct port?
I found a way for webchat by removing the port in the livejive.jsp but not sure if this is the right way to do it.
I am looking to do this preferably in a non hackish way.
Or, is the openfire admin module werent supposed to be accessed via internet? only to be used locally?
Thanks, and yes im a noob.