Real life problems solved

Advert

Install Tomcat on Fedora 14

To install the latest Tomcat on Fedora 14 issue the following command:

yum install tomcat6
service tomcat6 start
chkconfig --add tomcat6
  • Mail2shantha

    sorry…i got this error when i tried.
    Loaded plugins: langpacks, presto, refresh-packagekit
    Adding en_US to language list
    Error: Cannot retrieve repository metadata (repomd.xml) for repository: fedora. Please verify its path and try again

    • harsh

      yes,i have also encounter same prob as above.but before using yum install first input this command
      export http_proxy=username:passwd@proxyip:portno

  • Anonymous

    Sounds like a problem with yum, what Repos have you got setup? They might be corrupt…

    Look in /etc/yum.repos.d/fedora.repo and see if all is in order

  • Vivek Bhurke

    If u need root access, use $ su –
    This works, then try above commands.

  • Vijay

    first open terminal then type su – root then you will get entered into root now type 
    cd /etc/pam.d
    then  you see [root@localhost pam.d]#
    then type vi gdm and press enter then you see gdm file get opened.
    then make comment on 3rd line like
    #auth       required    pam_succeed_if.so user != root quiet
    then press esc+shif+;
    again type vi gdm-password and press enter then you see file get opened
    then make comment on 3rd line like
    #auth        required      pam_succeed_if.so user != root quiet
    then press esc+shif+;
    now exit terminal and try to login as root and type your password
    it will worked.

Adsense