0
votes
1answer
40 views

-bash: cd: tomcat: Permission denied

How can I access the tomcat folder to stop that instance. Its always giving me error -bash: cd: tomcat: Permission denied whenver I am trying to access it via sudo -i cd /opt/tomcat I dont have ...
0
votes
1answer
64 views

restart tomcat server as non-root

info: Apache Tomcat/6.0.36 CentOS 2.6.32-279.14.1.el6.x86_64 Is it possible? I heard from someone that an older version of tomcat had a manager tool that allowed non-privileged users to restart the ...
0
votes
1answer
346 views

starting up apache tomcat on boot in Linux

I want to know whether is there any way to make our Apache tomcat to run automatically in the boot time?I want to simplify our works as we do not want to execute the start up script(provided in the ...
0
votes
0answers
70 views

Environment Settings Ignored When Starting Second Tomcat Instance

I am attempting to start up a second instance of Tomcat 6. I have customized the server.xml, web.xml, and tomcat6.properties files as I need them for my new instance. I am trying to start everything ...
0
votes
2answers
998 views

Cannot install tomcat6 on CentOS

I am completely new to CentOS and want to install Tomcat6 however I cannot find it via yum. Am I missing a repo?