• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Move Stand alone Java App into a ColdFusion app

New Here ,
Mar 18, 2009 Mar 18, 2009

Copy link to clipboard

Copied

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?
TOPICS
Advanced techniques

Views

287

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 25, 2009 Mar 25, 2009

Copy link to clipboard

Copied

qkxchrbftrghsjd wrote:
> 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?

If you have only the compiled classes and no access to the source code
it will be hard to impossible to integrate them.

--
Mack

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 07, 2009 Apr 07, 2009

Copy link to clipboard

Copied

LATEST

I'm sorry I wasn't clear.  These are internal applications and we have the source code for everything involved.  I am assuming it is a simple repackaging but how?  Is there any documentation on doing it?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation