Hi, Physical Address Extension (PAE) is a feature first implemented in the Intel Pentium Pro to allow x86 processors to access more than 4 gigabytes of (RAM) random access memory if the operating system supports it. The Linux kernel includes full PAE mode support starting with version 2.3.23, enabling access of up to 64 GB [...]
Archive for March, 2010
Physical Address Extension (PAE).
Mar-18th-2010
By piyushmap in Linux tutorials
How to start Tomcat as a daemon in Linux ?
Mar-10th-2010
By piyushmap in Tomcat
Hi, We can start Tomcat as a service or as a daemon in Linux by some tricks…. [root@map007]# ln -s /usr/local/tomcat/bin/catalina.sh /etc/rc.d/init.d/tomcat And then based on the runlevel, you can create the Sxx and Kxx links in the appropriate directory.. ln -s /etc/rc.d/init.d/tomcat /etc/rc.d/rc3.d/S63tomcat ln -s /etc/rc.d/init.d/tomcat /etc/rc.d/rc3.d/K37tomcat (change S63 and K37 according to your [...]
