Hi
I've an Apache with ColdFusion Developper running on my machine.
Now I want to use JSP+EJB, but I dont want to install the Apache Tomcat, too.
JSP is running because CF is installed, but if i want to use EJB it doesnt
work.
Is it possible to run CF on the Apace Tomcat,
or is there a passibility to run EJB on my Apache, too?
(I don't know in which Directory I should deploy my bean)
Umbrae - 28 Dec 2005 15:10 GMT
I think CFMX will process some JSP pages, but I doubt you can do anything
complicated with our either a full version of JRUN or another application
server like Tomcat.
You might need to contact support to be sure on the exact limitations.
this.sonix - 28 Dec 2005 18:29 GMT
I've installed in addition to my Xampp Bundle ColdFusion and the Tomcat 5.5 (as Plugin/Addon to xampp) and it works with jsp.
But I dont know why the ejb doesn't work
Kronin555 - 28 Dec 2005 19:08 GMT
EJBs don't work because Tomcat is a servlet container, it doesn't support EJBs.
this.sonix - 29 Dec 2005 12:29 GMT
ok, but which programm i must add to get EJB support?
Kronin555 - 29 Dec 2005 18:54 GMT
Here's a short list of possibilities:
Geronimo, JRun, Websphere, WebLogic, JBoss.