I'm migrating from cf 5 + jrun 3 to cfmx and am trying to get the jrun that cfmx is running to host a servlet. I was able to do that by adding the servlet to default-web.xml... the servlet starts. Now I'm tring to connect to that servlet using the cfservlet tag but it doesn't work. Turns out, cfservlet is deprecated in cfmx, although it can still connect to jrun3-hosted servlets no problem.
I see in the cfmx docs that they recommend using "GetPageContext().include()" to invoke the servlet, but it doesn't describe how to handle lots of cfservletparam type attributes. (Are you really just supposed to build a big url out of it?)
Better yet, does anybody know how to add jcpservices (jcp.endpoint.* stuff) in to jrun 4/cfmx? It feels like the jrun.xml ProxyService is sort of the same thing but it doesn't seem to work with cfservlet. Are there some tweaks to make it work?
Any help appreciated.
Thanks
Mark
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

