Source Installs are highly discouraged! Package based systems should use packages if at all possible.
Source installs are highly discouraged. You can find ktorrent as a package in the EPEL repository. [by TrevorH]
I am trying to install tomcat on my machine(Linux Fedora 15).
I have followed the below steps
I have entered in to root and typed the following
[root@user ~]# tomcat
bash: tomcat: command not found...
Install package 'tomcat' to provide command 'tomcat'? [N/y]
I have entered y and result is installed tomcat on machine as below
* Running...
* Resolving dependencies...
i hav installed fedora 14 (i386)..
i have the latest tomcat installed..
i'm unable to edit the tomcat-user.xml...it says access denied..i want to add user..i'm unable to do that..
i get this error even though i login thru root...help me out..
this is what i get..
[root@root ~]# /etc/tomcat6/tomcat-users.xml
-bash: /etc/tomcat6/tomcat-users.xml: Permission denied
and my tomcat-users.xm
Just installed F17 KDE, and discouraged that editing and saving jpg files as the first (and only non-root user)
gets blocked on that firstuser desktop (where everything is getting stored).
A google search led to forum posts about how F18 may not act like this - great !
But what about F17 for now ?
I am setting up tomcat server on my Centos 5.5 machine. I've been advised to run tomcat on 8080 as non root user and redirect traffic to it from port 80.
I searched and found the following iptables commands for this:# iptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT -to-ports 8080
# iptables -I INPUT -p tcp --dport 8080 -j ACCEPTI have a doubt:
Dear all,
We've just install a Centos-64 and TomCat 5.5.28.
TomCat installed, and it started. But somehow even if we shut it down, we still can see the tomcat page at port 8080. So basically we can't turn it off. But if we run shutdown for the second time, it will gives us message:
Please have a look on the attached.
What could be done to solve it?
[root@LAB-oam-blade-3 tomcat]# mount
/dev/mapper/VolGroup00-LogVol00 on / type ext3 (rw)
[...]
/dev/mapper/TOMCATp1 on /opt/nls/float/tomcat type ext3 (**rw**)
[root@LAB-oam-blade-3 tomcat]# pwd
/opt/nls/float/tomcat
[root@LAB-oam-blade-3 tomcat]# touch test.test
touch: cannot touch `test.test': Read-only file system
this is my first question on sf.
i am new to linux and any of its flavor for example centos. even i don't know about its file system. actually i am programmer not an System Admin.
my client recently purchased a VPS account on dailyrazor.com. they provide me root access through ssh, they suggest me to use PUTTY . but the problem with me is i don't know a single command of linux.