Checkout our demo site to practice selenium https://magento.softwaretestingboard.com/

0 like 0 dislike
153 views
in Others by
retagged by
I am installing Tomact on Ubuntu for first time. As we all know Tomcat will occupty port 8080. How to we tweak tomcat to use port 80 on Ubuntu machine.

1 Answer

0 like 0 dislike
by The go-to Tester (181 points)

On linux machine try below.

 

sudo sed -i 's|port="8080"|port="80"|g' /etc/tomcat?/server.xml
sudo sed -i 's|#AUTHBIND=no|AUTHBIND=yes|g' /etc/default/tomcat?
sudo service tomcat8 restart


This site is for software testing professionals, where you can ask all your questions and get answers from 1300+ masters of the profession. Click here to submit yours now!

...