Hello all,
I ve deployed Confluence 3.5.11-STD on my Gentoo Linux server but I cannot access the configuration setup via HTTP.
I already have an apache2 running so I changed ports according to the installation guide and I also changed from localhost to the url I m using (e.g www.mysite.net)
To access the site I m using www."mysite".net:8090 as stated in documentation but I m getting "The connection has timed out" when trying to access it.
Looking at the logs and it seems Tomcat started successfully and a netstat -ntap | grep 8090 shows the java process is listening on the port.
* I have no iptables blocking the traffic.
* <Engine defaultHost="www.mysite.net" ..
* Host name="www.mysite.net"
output of ./version.sh:
Using CATALINA_BASE: /home/confluence/confluence-3.5.11-std
Using CATALINA_HOME: /home/confluence/confluence-3.5.11-std
Using CATALINA_TMPDIR: /home/confluence/confluence-3.5.11-std/temp
Using JRE_HOME: /opt/JDK17
Using CLASSPATH: /home/confluence/confluence-3.5.11-std/bin/bootstrap.jar
Server version: Apache Tomcat/6.0.32
Server built: February 2 2011 2003
Server number: 6.0.32.0
OS Name: Linux
OS Version: 2.6.31-gentoo-r6
Architecture: amd64
JVM Version: 1.7.0-b147
JVM Vendor: Oracle Corporation
So it seems its only accessible from localhost at startup, is this intentional or can it be modified?
I used Lynx to access http://localhost:port and I got to the configuration page.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.