background: using CF Enterprise 4.5.1 and JRUN 3.0 SP 2a Right now, I have ColdFusion invoking a servlet from its space, and CFSERVLET runs fine for those servlets not requiring init parameters (basic HelloWorld type servlets). However - is it possible to pass initParameters to a servlet from Cold Fusion using CFSERVLET? CFSERVLETPARAM does NOT pass init parameters, it only passes values to the HttpServletRequest object AFTER initialization. My servlet is designed to take values in its init() method which are required to allow the servlet to run properly. Side note: In JRun, I had created servlet aliases which are designed to explicitly pass the init parameters needed, yet CFSERVLET cannot invoke the named aliases, only the base servlet class minus init parameters. Thanks, Toby Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

