1) I found the culprit - Under the workers.properties file, it says worker.ajp13w.type=ajp13 So I added the w on the end and it is working now and doesn't throw the error.
2) I did create the virtual directory. That seems to be a critical part of the setup. On Wed, Nov 11, 2009 at 11:50 AM, Jordan Michaels <[email protected]>wrote: > > Couple things: > > 1) I'm still trying to understand why you're getting an error about > "ajp13". The actual worker name should be "ajp13w". This doesn't make > sense to me. > > 2) Did you create the "jakarta" virtual directory within IIS? That's one > of the ways that IIS and Tomcat communicate back and forth, so it needs > to be there (and at least in IIS7 it needs to be in every site you make > that has CFML functionality). Just checking. > > Glad to hear you found something that works. ;) That's progress! > > Warm regards, > Jordan Michaels > Vivio Technologies > http://www.viviotech.net/ > Open BlueDragon Steering Committee > Adobe Solution Provider > > > Benjamin Davis wrote: > > Ok, so a solution I have found...good or bad we'll see. > > > > It seems that IIS is dumb with its default documents. Inorder for it to > > "find" the index.cfm, you actually need to forward everything to Tomcat, > > so in the uriworkermap.properties file, I added /*=obdlb and now it > > works. The only downfall I see is that *everything* is being sent to > > IIS to Tomcat back to IIS and then to end user when IIS is perfectly > > capable of handling static files. Any other thoughts? > > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ Open BlueDragon Public Mailing List http://groups.google.com/group/openbd?hl=en official site @ http://www.openbluedragon.org/ !! save a network - trim replies before posting !! -~----------~----~----~----~------~----~------~--~---
