JonAustin1905
Programmer
I've been fighting with getting ColdFusion up and running under Websphere for a couple of days now and most documentation out there seems to suggest I'm missing something incredibly simple, or I am doing something terribly wrong.
This is my first experience with Websphere, and I simply need to prove it can do what I am trying to do.. From all accounts, Running ColdFusion, should be straightforward. Compared to JRUN however (Granted it's tied to CF) it's so far anything but.
I'm starting with an empty Windows XP (SP3) Machine, and installing
a) IBM HTTP Server 7.0
b) IBM WebSphere Application Server 7.0
c) ColdFusion 8 (J2EE Ear Deployment)
Pretty much accept the defaults on the installs, giving me a functioning HTTP server, a functioning WAS server, and an EAR ready to deploy. (I do set the Context for CF8 to / )
I go into the WAS Admin Console, Create a new "Web Server" and link it to the IHS instance I installed.
I go to install an Enterprise Application, pick the EAR, and here's where I've experimented some with the settings.
I'm not sure if I need to "Generate Default Bindings" or if this is something the EAR config will take care of..
Originally I did not select the options to "deploy Web Services", or "Process embedded configuration" as they were not defaulted, but after reading on forums including this one, I started trying those options, again to no avail.
As far as mapping modules to servers, this is where I really got confused, Originally I tried to map it to the web-server, which appeared to be incorrect. But if I mapped it to the Application Server, it appeared to have no link to the web-server. I have most recently been selecting both, and this at least provides me with the mental link to the web-server, while permitting the ColdFusion "Application" to start successfully.
I have then gone to the web-server and generated, and propagated the plug-in, but I never get any response from the web-browser to the standard request for :
Am I missing something simple? Doing everything wrong?
Thanks in advance!
~ Jon
This is my first experience with Websphere, and I simply need to prove it can do what I am trying to do.. From all accounts, Running ColdFusion, should be straightforward. Compared to JRUN however (Granted it's tied to CF) it's so far anything but.
I'm starting with an empty Windows XP (SP3) Machine, and installing
a) IBM HTTP Server 7.0
b) IBM WebSphere Application Server 7.0
c) ColdFusion 8 (J2EE Ear Deployment)
Pretty much accept the defaults on the installs, giving me a functioning HTTP server, a functioning WAS server, and an EAR ready to deploy. (I do set the Context for CF8 to / )
I go into the WAS Admin Console, Create a new "Web Server" and link it to the IHS instance I installed.
I go to install an Enterprise Application, pick the EAR, and here's where I've experimented some with the settings.
I'm not sure if I need to "Generate Default Bindings" or if this is something the EAR config will take care of..
Originally I did not select the options to "deploy Web Services", or "Process embedded configuration" as they were not defaulted, but after reading on forums including this one, I started trying those options, again to no avail.
As far as mapping modules to servers, this is where I really got confused, Originally I tried to map it to the web-server, which appeared to be incorrect. But if I mapped it to the Application Server, it appeared to have no link to the web-server. I have most recently been selecting both, and this at least provides me with the mental link to the web-server, while permitting the ColdFusion "Application" to start successfully.
I have then gone to the web-server and generated, and propagated the plug-in, but I never get any response from the web-browser to the standard request for :
Am I missing something simple? Doing everything wrong?
Thanks in advance!
~ Jon