Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 62819 invoked by uid 500); 24 Jul 2002 15:43:36 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 62779 invoked from network); 24 Jul 2002 15:43:36 -0000 Received: from mr0.sj.mailhost.seagate.com (204.160.183.25) by daedalus.apache.org with SMTP; 24 Jul 2002 15:43:36 -0000 Received: from mh0.sj.mailhost.seagate.com (mh0.sj.mailhost.seagate.com [10.26.8.221]) by mr0.sj.mailhost.seagate.com (8.12.3/8.12.3) with ESMTP id g6OFhbrX015794; Wed, 24 Jul 2002 15:43:37 GMT Received: from sv-gw1.notes.seagate.com (sv-gw1.stsj.seagate.com [10.26.8.33]) by mh0.sj.mailhost.seagate.com (8.12.3/8.12.3) with ESMTP id g6OFhaJH016235; Wed, 24 Jul 2002 15:43:36 GMT Subject: Re: Transfering jsp pages via WebDAV cuts away java code To: users@httpd.apache.org Cc: snugels@web.de, users@httpd.apache.org X-Mailer: Lotus Notes Release 5.0.8 June 18, 2001 Message-ID: From: Saqib.N.Ali@seagate.com Date: Wed, 24 Jul 2002 08:43:34 -0700 X-MIMETrack: Serialize by Router on SV-GW1/Seagate Internet(Release 5.0.8 |June 18, 2001) at 07/24/2002 08:43:36 AM MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi Volker, That is right. The webserver will send the processed jsp output, and not the actual jsp code. To accomplish what you want to do, you will have to create a VirtualHost (let's say on port 85), and set the type to text/plain, using the following directive: ForceType text/plain Virtual Host e.g. DocumentRoot /usr/local/apache/htdocs/ DAV On ForceType text/plain Offcourse you will have to start listening on port 85 as well, so add the following line to the httpd.conf as well Listen 129.219.64.34:85 In Peace, Saqib Ali Rid yourself of all thoughts! Think of the One who created thought. "Volker Schmidt" To: Subject: Transfering jsp pages via WebDAV cuts away java code Sent by: snugels@web.d e No Phone Info Available 07/24/2002 03:48 AM Please respond to users Hi folks, I have a problem to use the WebDAV module. If I try to download jsp pages via the WebDAV interface, the java code is cut apart and I only get the raw resulting html code. Has anybody an idea how this could be solved? Possibly the system is using the standard methods (including calling the underlying tomcat engine to gather the data, but in this cases all kinds of cgi would not be accessible for WebDAV? Any idea would be appreciated. Volker --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org