Forum Moderators: mack

Message Too Old, No Replies

Detecting more than 1 instance of server running

         

sqrtminus1

4:00 pm on Sep 21, 2007 (gmt 0)

10+ Year Member



I'm getting a text-based view when I log in to my CMS. The tech support suggests that more than 1 instance of Cascade is running. What is the easiest way to detect that?

Thanks.

jtara

2:04 am on Sep 22, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Assuming Linux,

ps -ef ¦ grep cascade

If the actual name of the executable isn't "cascade" substitute the appropriate name.

But that's a bizarre explanation from tech support. I can't imagine how running two instances of a server would result in having a text-based view. The most likely result of running two instances of a server would be that the second instance either would fail because it's port(s) is(are) already in use, or else the server would start on another port(s).

Sounds more like a missing style sheet/theme/whatever.

But I know nothing specific about Cascade.