Hi, I'm quite new using LiteSpeed, but i find it really interesting project. I would like to connect it to ColdFusion web server to pass dynamic content to the ColdFusion Web server. My ColdFusion application lives in the same machine at (http://localhost:8300/cfmx)
Here's what i have done so far
1. Define an external app to localhost:8300 at VirtualHost Level
2. Define an static context /cfmx to the webroot of my ColdFusion Server at VirtualHost Level
3. Add a Script Handler Definition for cfm prefix to by handled by my external app defined earlier.
So, when I request http://localhost/cfmx all i get is blank pages, and seems to me, Dynamic content is not being passed to the external app.
Thanks in advance for your help
Here's what i have done so far
1. Define an external app to localhost:8300 at VirtualHost Level
2. Define an static context /cfmx to the webroot of my ColdFusion Server at VirtualHost Level
3. Add a Script Handler Definition for cfm prefix to by handled by my external app defined earlier.
So, when I request http://localhost/cfmx all i get is blank pages, and seems to me, Dynamic content is not being passed to the external app.
Thanks in advance for your help