Originally posted by: GeSuN
ok forget it, i figured it out... now
can someone tell me how to configure coldfusion to only handle CFM files and not also JSP, cause I want to install Resin module on apache too...
Sure. All you've got to do is install CFM as a CFM server only, not a JRUN/J2EE or any kind of app server. It will work fine, in fact I'm using it right now...If I'm not mistaken, you have a few choices you can either...
1-Install CFM and use the web server built in to it (the one that runs on port 8500)
2-Install CFM and link it to any version of apache (pretty darn sure it'll work with any version of apache)
...I don't see why you couldn't hook up numerous apps to apache, I'm pretty sure you can have CFM and the resin module on there as well. But yeah, If you install CFM as purely a CFM server it won't handle the .jsp
cheers! hope that helped