Migrate from CF9 to CF10

56 views
Skip to first unread message

Roel Jacobs

unread,
May 8, 2013, 4:21:06 AM5/8/13
to taffy...@googlegroups.com
Hi all,

we are running a taffy-service on a CF9/IIS/Windows 2008-box for a while.

I'm planning a migration to CF10 but taffy stopped working. It always redirects to the dashboard because the path after /index.cfm isn't passed into onRequestStart. (e.g. /API/index.cfm/samples/1).

Is this because Tomcat does not have the proper wildcard-mappings? But I thought the tomcat installation of ACF10 does have these necessary mappings in contrary to the vanilla tomcat installation...

In WEB-INF/web.xml, there is:
<servlet-mapping id="coldfusion_mapping_6">
  <servlet-name>CfmServlet</servlet-name>
  <url-pattern>*.cfm/*</url-pattern>
</servlet-mapping>


Do I have to add something like the next snippet to enable /API/index.cfm/samples/1?

<url-pattern>/API/*.cfm/*</url-pattern>

Thanks
Roel

Adam Tuttle

unread,
May 8, 2013, 8:34:24 AM5/8/13
to taffy...@googlegroups.com
I use Taffy on a vanilla CF10 install all day long. Are you using the "standard" install or did you do a custom deploy on a separate Tomcat instance?

Adam


Roel

--
You received this message because you are subscribed to the Google Groups "Taffy Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to taffy-users...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Roel Jacobs

unread,
Jul 10, 2013, 1:51:03 AM7/10/13
to taffy...@googlegroups.com
Finally found the solution. For anyone who's interested: apparently i had to reconnect the connectors using 'wsconfig -upgrade -v'. That solved all my problems.



Op woensdag 8 mei 2013 10:21:06 UTC+2 schreef Roel Jacobs het volgende:
Reply all
Reply to author
Forward
0 new messages