Running Java applications with CF applications

Ask a Question related to Coldfusion Server Administration, Design and Development.

  1. #1

    Default Running Java applications with CF applications

    Is anyone out there running both Java and CF apps on their CFMX 7 J2EE
    Enterprise Server? I was going to migrate the Java apps to CF7 to avoid a
    seperate Tomcat installation. Is that a good idea? What risks would be
    involved?

    Thanks!

    isleta13 Guest

  2. Similar Questions and Discussions

    1. java applications taking up too much memory
      Hello, It seems that my java applications are taking up a ton of memory. Even one small jar that I start at startup takes up almost 200 MB! I...
    2. Running Windows Applications Via World Wide Web
      Hello, I apologize for my lack of knowledge in this area, or if this is the incorrect group to make this post in. I am designing a website for...
    3. default fonts for java applications?
      I'm running ImageJ (http://rsb.info.nih.gov/ij/) using Sun's J2SE v 1.4.2, installed from j2sdk-1.4.2-nb-3.5-bin-linux.bin. When I start the...
    4. Running 8 bit applications in 24 depth screen?
      Is it possible to run a 8 bit color application in X with depth set to 24 bit? Thanks in advance, --- Paladin --
    5. windowmaker not showing icons for running applications
      Hi When running most applications in wmaker, the application icons are not displayed - instead the default icon is being displayed. e.g mozilla,...
  3. #2

    Default Re: Running Java applications with CF applications

    For what it is worth, I am running CFMX Enterprise with the included JRun 4.
    This gives me access to both cfm and jsp in one webapp scope. The really ugly
    part is that we need to hack CF's WEB-INF/web.xml to do things like add
    security contexts, taglibs, etc. There has to be a cleaner approach, but this
    does work.

    Personally, I'm rethinking this architecture largely because I feel that JRun4
    is stuck in the stone ages a bit. I want to be able to use the latest Java
    APIs (JSP 2.0, EJB 3.0, JDBC 3.0, J2EE 1.4, etc.). I've managed to get JRun4
    and CFMX 7.0.1 running on JDK 1.5, but Update 4 -- not JDK 1.5 Update 6 because
    JRun doesn't work. I guess I need JRun 4 Updater 7, or JRun 5. ;-)

    I'm thinking about running two application servers: JRun4 for CFMX 7, and
    Tomcat for JSP/JSF. Then use some web server tricks to redirect pages to the
    appropriate places. I really wish I didn't need to resort to this as it seems
    like an administration nightmare. But the alternative is to rewrite my CFM
    into JSP...


    AWhitford Guest

  4. #3

    Default Re: Running Java applications with CF applications

    We've been running a Java based application in JRun at the same time we're
    running two clustered instances of CFMX7 for a couple of years now and it's
    been great. Moving the application from an old server to a new shiney server
    was pretty simple as well.

    ke4pym Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139