Giles- There is actually a J2EE server called JRun installed invisibly under CF8. That's really what's running the JSP code (and all CF code for that matter).
If you want to play with JRun as a J2EE server, the easiest way to do that is to reinstall CF in multiserver mode and then look at the JRun directory. You can create new JRun servers using the JMC at port 8000 on the multiserer version of CF. I would caution you against going too far down this road however. JRun is not kept up to date with the current J2EE spec and you may find features that you would like to use that simply aren't there. as a side note - JRun is kept as up to date as needed to run CF LCDS, and other Adobe products, it's just not kept up as a stand alone J2EE server. -Cameron On 4/26/08, Giles Roadnight <[EMAIL PROTECTED]> wrote: > Hi All > > I'm working through a book on jsp and java servlets. At the moment I am > using tomcat on my desktop to run the sample applications but I have CF8 > installed on my server so I want to know if I'll be able to run servlets on > there as well. > > I have got jsp to work no problem but getting the servlets to work is a bit > more complicated it seems. I'll also be wanting to develop EJB applciations > on there as well. > > Is this possible? > > The first problem is that there is no WEB-INF folder specific to each site > so I cannot add a web.xml and classes to each site. > > The second problem is that I can't see how IIS will be able to route > submit.do (for example) to the J2EE server so that it can decide which > servlet processes that request. > > Any help much appreciated > > Giles > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Server/message.cfm/messageid:6614 Subscription: http://www.houseoffusion.com/groups/CF-Server/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.10
