LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   My Hosting delema (need ideas and help) (https://www.linuxquestions.org/questions/linux-software-2/my-hosting-delema-need-ideas-and-help-109554/)

coolgy768 10-28-2003 12:37 PM

My Hosting delema (need ideas and help)
 
Hello all,

I am wanting to have a coldfusion server on redhat 9.

I got redhat and coldfusion server (coldfusion application server, and Jrun 4) installed, but i have a small problem... It stops running and I have to restart the computer after 4 minutes (not exactly but close). Also If I try to do anything on the computer while its running there is major mouse lag and progams take hours to open. I assume I have to many programs running in the background and I did read in the coldfusion docs that you need a dedicated server for coldfusion (put your databases, mail, and other servers somewhere else). F.Y.I. I have two computers one for server one for ME!

So what process' do i need and what ones don't i need? How do I configure the startup process'? I am relatively new to Linux platforms so please post simplistically, thanks.

Crashed_Again 10-28-2003 01:20 PM

What programs you need is up to you. You can run:

chkconfig --list

to see all the programs that are scheduled to run at boot up. To shut one off, say httpd for example, you would do:

chckconfig httpd off

This won't shut the process off but rather make sure it does not start on the next boot up. After you take out all the applications you think you don't need reboot and run 'top' to see how you are doing.

saupz 11-03-2003 01:08 AM

..


All times are GMT -5. The time now is 02:53 PM.