Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 38708 invoked by uid 500); 28 Jul 2002 17:04:49 -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 38697 invoked from network); 28 Jul 2002 17:04:49 -0000 Received: from imo-r01.mx.aol.com (152.163.225.97) by daedalus.apache.org with SMTP; 28 Jul 2002 17:04:49 -0000 Received: from Vibanu@aol.com by imo-r01.mx.aol.com (mail_out_v32.21.) id e.e5.1b6eea16 (4552) for ; Sun, 28 Jul 2002 13:04:50 -0400 (EDT) From: Vibanu@aol.com Message-ID: Date: Sun, 28 Jul 2002 13:04:50 EDT Subject: mime type for apache To: users@httpd.apache.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="part1_e5.1b6eea16.2a757e32_boundary" X-Mailer: AOL 7.0 for Windows US sub 10514 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N --part1_e5.1b6eea16.2a757e32_boundary Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Migration of servlets running on TOMCAT to Apache(Oracle 9IAS )- functionality issue ================================================= We have written java servlets for reports that display the result set in html format on the browser and at the same time we are storing this result set in a file with extension xls. On the user interface, when java servlet is run, html report appears on the screen with an option to "Open using EXCEL" . If the users click on "Open using EXCEL", the file opens in xls. To achieve this functionality, we have modified web.xml file's mime type settings in TOMCAT. This behavior works well on TOMCAT. We want to acheive the similar functionality in Apache because our servlets have migrated to Apache (9IAS) from TOMCAT. 1/ On the client's browser, the report can open in xls when servlet runs under TOMCAT. 2/ On the same client's browser, the report DOES NOT open in xls when servlet runs under Oc4j proxied to Apache. Would anyone know or suggest how we can resolve this issue (any similar setting for Apache /oc4J?) please advise. Thanks and best regards, vibanu --part1_e5.1b6eea16.2a757e32_boundary Content-Type: text/html; charset="US-ASCII" Content-Transfer-Encoding: 7bit Migration of servlets running on TOMCAT to Apache(Oracle 9IAS )- functionality issue
=================================================
We have written java servlets for reports that display the result set in html
format on the browser and at the same time we are storing this result set in a
file with extension xls. On the user interface, when java servlet is run, html report appears on the screen with an option to "Open using EXCEL" . If the users click on "Open using EXCEL", the file opens in xls.

To achieve this functionality, we have modified web.xml file's mime type
settings in TOMCAT. This behavior works well on TOMCAT. We want to acheive the
similar functionality in Apache because our servlets have migrated to Apache (9IAS) from TOMCAT.


1/ On the client's browser, the report can open in xls when servlet runs under
TOMCAT.
2/ On the same client's browser, the report DOES NOT open in xls when servlet
runs under Oc4j proxied to Apache.

Would anyone know or suggest how we can resolve this issue (any similar setting for Apache /oc4J?) please advise.


Thanks and best regards,
vibanu




--part1_e5.1b6eea16.2a757e32_boundary--