-
1. Re: Multiple application pools for ColdFusion possible in the same IIS website?
vishu#13 Jun 23, 2014 9:06 AM (in response to jadr)Here are the steps you need to follow:
When you create connector for your ColdFusion 11 website, you get the “Jakarta” as virtual directory added under your website in IIS. If you don't then add 'jakarta' as virtual directory in your website.
You need to right click on “Jakarta” folder and click on “Convert to Application”.
Select the new Application Pool of the Application (say Test) added under website (CF 11)
Click OK. Restart IIS.
NOTE : You need not to restart IIS as well however if you still face the issue after following the above steps then try to restart IIS.
HTH
Thanks
VJ
-
2. Re: Multiple application pools for ColdFusion possible in the same IIS website?
jadr Jun 23, 2014 9:45 AM (in response to vishu#13)Thanks for your answer, it got me a bit closer...
As you point out, the (single) application works if it runs in the same pool as jakarta (which indeed must be changed to an application).
However, my scenario is more or less like this:
--+ website root [pool_root]
|- appl_one [pool_one]
|- appl_two [pool_two]
|- appl_three [pool_three]
|- jakarta [pool_one] -> as per your recommendation
If I set jakarta to [pool_one], my appl_one application will work. However, my appl_two and appl_three do not and are stuck on the same error 403.18.
My attempt is to have all app_* run in their won application pool...
-
3. Re: Multiple application pools for ColdFusion possible in the same IIS website?
vishu#13 Jun 23, 2014 9:49 AM (in response to jadr)jadr wrote:
My attempt is to have all app_* run in their won application pool...
I believe you mean "own" application pool?
Let me test the same.
Thanks
VJ -
4. Re: Multiple application pools for ColdFusion possible in the same IIS website?
jadr Jun 27, 2014 4:05 AM (in response to vishu#13)Sorry for that, I indeed mean "My attempt is to have all app_* run in their own application pool..."
Have you had any luck with that?



