I have set it as the default document in both the global and the default websites. I found these in my IIS logs
2009-11-11 18:03:31 127.0.0.1 GET /index.cfm - 80 - 127.0.0.1 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+5.2;+Trident/4.0;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.4506.2152;+.NET+CLR+3.5.30729) 200 0 0 2009-11-11 18:03:47 127.0.0.1 GET /index.cfm - 80 - 127.0.0.1 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+5.2;+Trident/4.0;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.4506.2152;+.NET+CLR+3.5.30729) 500 0 0 The first with the return of 200 is going straight to the index.cfm, the second is going to / and it gets the 500 error. Is there somewhere in Tomcat that we need to set its default document? I did find another error from the redirector after I fixed my oops [Wed Nov 11 11:03:49.554 2009] [3132:1768] [error] jk_isapi_plugin.c (2215): could not get a worker for name ajp13 On Wed, Nov 11, 2009 at 10:46 AM, Jordan Michaels <[email protected]>wrote: > > Do you have index.cfm set up as a default document in IIS6? > > I don't remember where exactly, but you have to add the index.cfm as one > of the documents that IIS looks for when none is specified. > > Warm regards, > Jordan Michaels > Vivio Technologies > http://www.viviotech.net/ > Open BlueDragon Steering Committee > Adobe Solution Provider > > > Benjamin Davis wrote: > > Ah, yeah that way my own typo. I added in the demo's folder so that I > > new localhost was working. I fixed that but still no index.cfm :( > > > > On Wed, Nov 11, 2009 at 10:39 AM, Jordan Michaels <[email protected] > > <mailto:[email protected]>> wrote: > > > > > > > > Benjamin Davis wrote: > > > SUCCESS! > > > > Awesome. I look forward to reading your Wiki post! > > > > > [Wed Nov 11 08:11:17.438 2009] [1616:3476] [error] > jk_isapi_plugin.c > > > (2215): could not get a worker for name odblb > > > > Hmm... this is obviously a typo. The letters are short for "OpenBD > Load > > Balancer", so it should be "obdlb" and NOT "odblb". > > > > The load balancer is a clustering mechanism for Tomcat instances. I > only > > implement one instance by default for the installer, but I set it up > > like this so it would be easy to implement clustering later on down > the > > road. > > > > The files that this is referenced in are as follows: > > > > c:\openbd\tomcat\conf\uriworkermap.properties > > and > > c:\openbd\tomcat\conf\workers.properties > > > > I'll double-check this as well and see if I can find it in a default > > config from the installer. > > > > Warm regards, > > Jordan Michaels > > Vivio Technologies > > http://www.viviotech.net/ > > Open BlueDragon Steering Committee > > Adobe Solution Provider > > > > > > > > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 !! -~----------~----~----~----~------~----~------~--~---
