Question
Move Stand alone Java App into a ColdFusion app
I have a stand alone Java application packaged as an EAR
file. I would like to take that application and integrate it (as is
preferrably) into a ColdFusion based site. The CF based site has
secured content, the application also has secured aspects to it so
we would like to share the authentication credential of the CF site
with the application itself.
Can this be done? What changes might need to happen to the application? Is this as simple as changing url context for the application to match the CF url context, repackaging it and deploying it to the same application server?
Can this be done? What changes might need to happen to the application? Is this as simple as changing url context for the application to match the CF url context, repackaging it and deploying it to the same application server?
