Ok guys, i did what you all said:
Removed that crappy 3rd party tomcat and downloaded tomcat tarball and port changing works fine. Now i need to run tomcat as service and since it's a Fedora it uses systemd instead init. So i created file called tomcat.service and placed it in /etc/systemd/system/ directory.

tomcat.service:

[Service]

ExecStart=/usr/share/apache-tomcat-7.0.35/bin/startup.sh

Restart=restart-always

[Install]

WantedBy=multi-user.target

Then i enable service using command "systemctl enable tomcat.service"
But nothing happens when i start tomcat with "service tomcat start"
Am i missing some more information in that tomcat.service file?

Thanks,
Karolis M.

----- Original Message ----- From: "Caldarale, Charles R" <chuck.caldar...@unisys.com>
To: "Tomcat Users List" <users@tomcat.apache.org>
Sent: Tuesday, February 05, 2013 5:15 PM
Subject: RE: can't start tomcat on port 80


From: Karolis Monkus [mailto:karolis.mon...@dts-solutions.lt]
Subject: Re: can't start tomcat on port 80

Nothing running on 80 port, selinux and firewall disabled, so no
need for writing iptables rules.

Good to kno.w

What do you mean by saying i need support from Fedora?

The third-party repackaged versions of Tomcat are not just copies of the real ones from tomcat.apache.org - they have been modified to change location and content of configuration files, log files, startup scripts, etc. Consequently, when something doesn't work, it's often necessary to contact the repackager, since experience shows they broke it.

Would everything be easier if i just download newest tomcat tar
archive and manually install/run it?

It certainly would for those of us providing this voluntary support on the mailing list; we would then know exactly what we're dealing with.

- Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org





---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to