• 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:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Need help on mobile application deployment

 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Friends

To explain the context, I need to make a mobile application to be available for the users to download into their mobile phones. For this, I created a war file which contains a JAD file, JAR file and a html file which contains link to the JAD file. Now I deployed this WAR file in weblogic application server. I am trying to click on the link available in html page which is located in the WAR and on clicking this link I should download the JAD file. But, it is not happening like that. Instead of downloading, the content of the file is shown in HTML page. Please assist how I can achieve this in WAR file such that I can download the JAD and Jar files using the html from WAR. for extra info, I also specified the mime-type mapping for JAD and JAR in web.xml which is located in WEB-INF then also it is not working. Early response will be great for me.
 
Ranch Hand
Posts: 826
Eclipse IDE Oracle Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can you post the web.xml for a review??
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic