Hello everyone,
I have installed tomcat but I can't navigate to its manager and I need some help figuring out the parts that I am missing please.
I work on a windows xp machine, but this installation is taking place in a linux server using a SecureCRT session.
The default port for tomcat 8080 is already in use by apache so I had to modify the server.xml to use port 8081
<Connector port="8081" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443" />
I did set up the JAVA_HOME and CATALINA_HOME variables.
I was able to do until the $CATALINA_HOME/bin/startup
.sh (I believe so..)
and when I try to navigate to URL:
http://itzi.jakeros.com:8081/I get message "Unable to connect" Firefox can't estabish a connection to the server.....
I am not sure what I'm missing, I was not sure if I need to specify the domain such as
http://itzi.jakeros.comon the server.xml file instead that using localhost?
can someone please be able to offer some help?
Thank you,
Start Free Trial