Help!! Please! CF 8.0.1 Multi-Server/Solaris 10/WebServer 7
Good afternoon,
I'm having a bit of a bizarre problem, and I cannot locate the root cause.
My environment is: Sun E5220 running LDOMS V1.3 software. I have a 4 processor node configured with Sun Solairs 10u5, Java SDK 1.6.0_25-b06 SE Runtime Environment. JRun4 Updater 7, Coldfusion 8.0.1 and Sun Java WebServer 7 Update 5. All of this is running in 64-bit mode.
JRun4 is apparently running correctly - or at least I see no issues there.
WebServer 7 is running correctly, and I find no errors.
ColdFusion is up and running and I can log into the system with no problems using the Coldfusion Admin Pages.
All of that works.
I created a new site with a new web server config and instance called "rand" (as in Research and Development). The site comes up well enough. I went into Coldfusion admin on the MASTER site and created a new instance there called rand. I then did a WSCONFIG and added in the NSAPI in 64-bit mode (the -ws64 switch) and redeployed the configuration. The rand website has a default document directory of /web/rand and the CFIDE files are loaded into that directory. I took a piece of test code and loaded it via: http://rand.mydomain.com/howard/test1.cfm and it did indeed display on the screen - HOWEVER - it did NOT get processed by Coldfusion. Here is my source code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
</head>
<cfset testparm = "this is a simple test">
<cfoutput>
<center>
Here is some CFM output <br />
It reads as follows:<br />
#testparm#
</center>
</cfoutput>
<body>
</body>
</html>
.....and here is my output:
It reads as follows:
#testparm#
Note that this is NOT processed by Coldfusion.
If, however, I take this same code and place it in:
/opt/jrun4/servers/rand/cfusion.ear/cfusion.war/test1.cfm and then access it using: http://rand.mydomain.com:8301/test1.cfm it will work perfectly and my output appears as:
It reads as follows:
this is a simple test
I've looked around everyplace that I know to look, and I cannot find this issue or a solution. Does anyone have any ideas? All help is appreciated.
and as always, thanks in advance!!
Thank you,
Howard
Message was edited by: whgill
