RE: How do I map a .doc extension to a .jsp execution

2001-02-27 Thread Darren Gibbons
essage- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Fyffe Carl > Sent: Tuesday, February 27, 2001 11:18 AM > To: Orion-Interest > Subject: RE: How do I map a .doc extension to a .jsp execution > > > Guys, > > I could be wrong here, but you may want

RE: How do I map a .doc extension to a .jsp execution

2001-02-27 Thread Fyffe Carl
n Billen [mailto:[EMAIL PROTECTED]] >Sent: Tuesday, February 27, 2001 5:03 AM >To: Orion-Interest >Subject: RE: How do I map a .doc extension to a .jsp execution > > >I haven't tried this but try to modify the >config/global-web-application.xml >and add a mapping for t

RE: How do I map a .doc extension to a .jsp execution

2001-02-27 Thread Jeff Schnitzer
y, February 27, 2001 5:03 AM >To: Orion-Interest >Subject: RE: How do I map a .doc extension to a .jsp execution > > >I haven't tried this but try to modify the >config/global-web-application.xml >and add a mapping for the jsp servlet: > >

RE: How do I map a .doc extension to a .jsp execution

2001-02-27 Thread Christian Billen
I haven't tried this but try to modify the config/global-web-application.xml and add a mapping for the jsp servlet: jsp /*.doc > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Christi

RE: How do I map a .doc extension to a .jsp execution

2001-02-26 Thread cybermaster
Christian, In your reponse object you have to set the MIME type (content type) to "application/vnd.ms-word" This might only work with MS Office 2000. You can find more (with some digging) at msdn.microsoft.com Peter

RE: How do I map a .doc extension to a .jsp execution

2001-02-26 Thread Matt Krevs
Add the following lines to web.xml for your app jsp /*.doc -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Christian Kvalheim Sent: Tuesday, 27 February 2001 7:31 AM To: Orion-Interest Subject: How do I map a .doc extension to a .jsp ex