I'm a newbie in setting up this type of configuration. Been thru the
docs and followed as best I could...but when browsing one of my sites,
jrun outputs the source code rather than the page itself...

Here's my apache config, copied and modified from cfmx docs:

LoadModule jrun_module "C:/JRun4/lib/wsconfig/1/mod_jrun20.so"
<IfModule mod_jrun20.c>
    JRunConfig Verbose false
    JRunConfig Apialloc false
    JRunConfig Ssl false
    JRunConfig Ignoresuffixmap false
    #JRunConfig Serverstore "C:/JRun4/lib/wsconfig/1/jrunserver.store"
    #JRunConfig Bootstrap 127.0.0.1:51000
    AddHandler jrun-handler .jsp .jws .cfm .cfml .cfc
</IfModule>
NameVirtualHost cfmx.dev.sfcommerce.com
<VirtualHost cfmx.dev.sfcommerce.com:9001>
    ServerName blog.cfmx.dev.sfcommerce.com
    DocumentRoot "D:/dev/sfc/stacy/blog"
    ServerAdmin [EMAIL PROTECTED]
    ErrorLog logs/error-store.log
  <IfModule mod_jrun20.c>
    JRunConfig Verbose true
    JRunConfig Serverstore "C:/JRun4/lib/wsconfig/1/jrunserver.store"
    JRunConfig Bootstrap 127.0.0.1:51000
    AddHandler jrun-handler .jsp .jws .cfm .cfml .cfc
  </IfModule>
</VirtualHost>

Here's the error output from Apache:

[Fri Aug 08 11:39:36 2003] [notice] jrApache[init] JRun 4.0 (Build
61650) Apache 2 module - May 29 2003 09:39:21
[Fri Aug 08 11:39:37 2003] [notice] jrApache[init] JRun 4.0 (Build
61650) Apache 2 module - May 29 2003 09:39:21
[Fri Aug 08 11:39:37 2003] [notice] Parent: Created child process 3244
[Fri Aug 08 11:39:37 2003] [notice] jrApache[init] JRun 4.0 (Build
61650) Apache 2 module - May 29 2003 09:39:21
[Fri Aug 08 11:39:37 2003] [notice] jrApache[init] JRun 4.0 (Build
61650) Apache 2 module - May 29 2003 09:39:21
[Fri Aug 08 11:39:37 2003] [notice] Child 3244: Child process is running
[Fri Aug 08 11:39:37 2003] [notice] jrApache[init] Can't persist
servers, null server list.
[Fri Aug 08 11:39:37 2003] [notice] jrApache[init] Couldn't initialize
from remote server, JRun server(s) probably down.
[Fri Aug 08 11:39:37 2003] [notice] Child 3244: Acquired the start
mutex.
[Fri Aug 08 11:39:37 2003] [notice] Child 3244: Starting 250 worker
threads.
[Fri Aug 08 11:39:56 2003] [notice] Parent: Received shutdown signal --
Shutting down the server.
[Fri Aug 08 11:39:56 2003] [notice] Child 3244: Exit event signaled.
Child process is ending.
[Fri Aug 08 11:39:57 2003] [notice] Child 3244: Released the start mutex
[Fri Aug 08 11:39:58 2003] [notice] Child 3244: Waiting for 250 worker
threads to exit.
[Fri Aug 08 11:40:11 2003] [notice] Child 3244: All worker threads have
exited.
[Fri Aug 08 11:40:11 2003] [notice] Child 3244: Child process is exiting
[Fri Aug 08 11:40:11 2003] [notice] Parent: Child process exited
successfully.

Any ideas much appreciated!

Stace


AVIS IMPORTANT:
------------------------------- 
Les informations contenues dans le present document et ses pieces jointes sont 
strictement confidentielles et reservees a l'usage de la (des) personne(s) a qui il 
est adresse. Si vous n'etes pas le destinataire, soyez avise que toute divulgation, 
distribution, copie, ou autre utilisation de ces informations est strictement 
prohibee. Si vous avez recu ce document par erreur, veuillez s'il vous plait 
communiquer immediatement avec l'expediteur et detruire ce document sans en faire de 
copie sous quelque forme.

WARNING:
-------------------------------
The information contained in this document and attachments is confidential and 
intended only for the person(s) named above. If you are not the intended recipient you 
are hereby notified that any disclosure, copying, distribution, or any other use of 
the information is strictly prohibited. If you have received this document by mistake, 
please notify the sender immediately and destroy this document and attachments without 
making any copy of any kind.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to