Then what is the best location to deploy web app content into? The
webserver's document root, or /opt/JRun/servers/default ? Or should I split
the static content from the JSp content and put each part in the appropriate
place? 



-----Original Message-----
From: Scott "M." Stirling [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 05, 2001 9:15 PM
To: JRun-Talk
Subject: Re: use-webserver-root property documentation


Setting it to true makes the Web server connectors skip the trip to JRun
for serving content that doesn't have a mapping in your JRun server or
web-app.  So typically HTML, gif, jpeg, cgi, etc. you want to not have
JRun serve.  Setting that to "true" lets the connectors serve it
straight up through the native Web server.  You'll get much better
performance if you set this to true for your web apps and let the native
Web server handle all your static content.

If set to "false," you have to put your static content under wherever
your web-app is deployed (unless you configure virtual directories --
another ball of wax), and let JRun's FileServlet serve it out of there.
This is slower. 

On 05 Jan 2001 18:19:07 -0600, David Chisholm wrote:
> Is there any documentation on the "<app-name>.use-webserver-root"
property?
> If not, can anyone explain what this property does and whether it's best
to
> assign it either 'true' or 'false'.
> 
> TIA,
> David

-- 
Scott Stirling
West Newton, MA
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to