• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

how to open word from java application

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi there

I have an application where in the jsp page, i provide to link to OPEN a word file upload in the server. I am using <a href tag. its working good on the local machine. but when i am connecting to the server which is secured (https) its not opening.

could you help.
 
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Salman Mohammed:
i provide to link to OPEN a word file upload in the server.


Salman,
Could you explain that some more?
Are you trying to read a word file on the server? on the client?
Are you uploading (moving the file from the user's machine to the webserver) or trying to pull it from the server to the client?
reply
    Bookmark Topic Watch Topic
  • New Topic