This is a cross post from the old Railo forum - sorry. I’m hoping it wasn’t
answered because people knew what was coming and had more important things
to do!
Could someone give me some pointers for accessing Lucee from Java? i.e
I am actually in the same servlet context, but in a servlet filter. I know
Lucee is running in that context - but my java code isn’t being initiated
by Lucee. Essentially, I need to run CFC functions in Lucee and communicate
back and forth.
Accessing Lucee from Java is basically the same as what it said there-- you
will have to create the CFMLEngine and the PageContext objects yourself.
Take a look at the method interface to see what’s needed.
You can provide more information and we can try to help more, and if it’s
urgent, consider hiring someone who knows how to do it.
I’m full up this week.
-DenOn Tue, Feb 3, 2015 at 6:43 PM, Tom Miller <@Tom_Miller> wrote:
This is a cross post from the old Railo forum - sorry. I’m hoping it
wasn’t answered because people knew what was coming and had more important
things to do!
I am actually in the same servlet context, but in a servlet filter. I
know Lucee is running in that context - but my java code isn’t being
initiated by Lucee. Essentially, I need to run CFC functions in Lucee and
communicate back and forth.