Thanks for the info Dave! I still want to know exactly what this folder is for (for graphing, JIT compiler, etc, etc?). Experimentation is good but I preferer documentation. Anyway, I'll share my experiments/tests as soon as I can do it.
[]'s! Alex > -----Original Message----- > From: Dave Watts [mailto:[EMAIL PROTECTED]] > Sent: s�bado, 22 de junho de 2002 17:22 > To: CF-Talk > Subject: RE: CFMX JrunScripts folder > > > > Not to mention saving server resources. I normally disable > > RDS and other stuff on my production servers also to save > > memory, not only to improve security. ODBC agent and ODBC > > Server services can be disabled without problems if you > > use JDBC drivers. But where is the settings for this kind > > of tunning (RDS, Executive (or any other name for it), etc). > > I've looked at the extense documentation but didn't find > > anything that is focused on more especific settings, > > especially for non-Jrun users. > > Well, there just isn't much yet to find. That's the problem > of being an early adopter, isn't it? > > You can disable RDS by removing this from /WEB-INF/web.xml: > > <servlet> > <servlet-name>RDSServlet</servlet-name> > <servlet-class>coldfusion.rds.RdsFrontEndServlet</servlet-class> > </servlet> > > <servlet-mapping> > <servlet-name>RDSServlet</servlet-name> > <url-pattern>/CFIDE/main/ide.cfm</url-pattern> > </servlet-mapping> > > Personally, though, I'd also want to configure my web server > to refuse requests for /CFIDE/Main/ide.cfm, which is the URL > always requested by Studio when making RDS connections. > > You can probably just disable graphing by removing this from > the same file: > > <servlet> > <servlet-name>GraphServlet</servlet-name> > <display-name>GraphServlet</display-name> > <description>Serves up graph data</description> > <servlet-class>coldfusion.graph.GraphServlet</servlet-class> > </servlet> > > I haven't tested that, though. In either case, I suspect > there aren't any performance gains to be had, since I don't > think that CF MX will load these servlets up until needed > (although I could very well be wrong about that). > > Dave Watts, CTO, Fig Leaf Software > http://www.figleaf.com/ > voice: (202) 797-5496 > fax: (202) 797-5444 > ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

