Ask a Question related to Coldfusion Server Administration, Design and Development.
-
isleta13 #1
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
-
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... -
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... -
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... -
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 -- -
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,... -
AWhitford #2
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
-
ke4pym #3
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



Reply With Quote

