It turned out that this was an Apache/mod_jk issue. The mod_jk connector 
was not passing off the request to Tomcat for processing, so it wasn't 
even getting to the parameters outlined below.

Adding an additional like to the <IfModule mod_jk.c> directive that told 
it to process everything in the "blog" directory did the trick. Once 
request was passed off to tomcat properly, the directives below worked 
perfectly.

Hopefully this helps anyone else who runs into this issue in the future.

Warm regards,
Jordan Michaels
Vivio Technologies
http://www.viviotech.net/
Open BlueDragon Steering Committee
Adobe Solution Provider


Pierre-Olivier Chassay wrote:
> Hi Jordan,
> 
> Doesn't work still have page not found.
> The difference it's this part who isn't there when we use the installer
> <filter>
>         <filter-name>SearchEngineFriendlyURLFilter</filter-name>
>         <display-name>SearchEngineFriendlyURLFilter</display-name>
>         <description>SearchEngineFriendlyURLFilter</description>
>        
>  
> <filter-class>com.newatlanta.filters.SearchEngineFriendlyURLFilter</filter-class>
>         <init-param>
>             <param-name>extensions</param-name>
>             <param-value>cfm,cfml</param-value>
>         </init-param>
> </filter>
> <filter-mapping>
>      <filter-name>SearchEngineFriendlyURLFilter</filter-name>
>      <url-pattern>/*</url-pattern>
> </filter-mapping>
> <listener>
>      
> <listener-class>com.naryx.tagfusion.cfm.application.cfHttpSessionListener</listener-class>
> </listener>
> 
> On Mon, Mar 23, 2009 at 10:55 PM, Jordan Michaels <[email protected] 
> <mailto:[email protected]>> wrote:
> 
> 
>     If it works with a WAR setup there's no reason why it shouldn't work
>     using the default web.xml file. They are essentially the same thing.
> 
>     Warm regards,
>     Jordan Michaels
>     Vivio Technologies
>     http://www.viviotech.net/
>     Open BlueDragon Steering Committee
>     Adobe Solution Provider
> 
> 
>     Pierre-Olivier Chassay wrote:
>      > Hi Matt,
>      >
>      > Exactly only these 2 issues all the rest looks to be working.
>      >
>      > For the SES on my dev machine Windows Vista with Tomcat and Apache
>      > modifying the web.xml was the solution like you suggest on
>     earlier post.
>      >
>      > On my server Linux CentOS Tomcat Apache using the installer of Jordan
>      > the web.xml files isn't build the same way. So far I didn't find
>     a way
>      > yet to make it working properly.
>      >
>      > Thanks for your help
>      >
>      >
>      > Matthew Woodward wrote:
>      >> Pierre-Olivier Chassay wrote:
>      >>> Hi I still run in the same issue with the last version
>      >>>
>      >>>
>      >> I'll have to look into it again. So leaving SES URLs out of the
>      >> picture for a minute, does BlogCFC just on its own work for you?
>     Just
>      >> making sure I understand that you actually have two issues: 1) SES
>      >> URLs, and 2) the user role issue.
>      >>
>      >> On the SES stuff, have you read the previous threads on that issue?
>      >> Did those help?
>      >>
>      >
>      >
>      > >
>      >
> 
> 
> 
> 
> > 

--~--~---------~--~----~------------~-------~--~----~
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 !!
-~----------~----~----~----~------~----~------~--~---

Reply via email to