• 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

Deploying to WAS with WebSphere Studio

 
Ranch Hand
Posts: 75
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm trying to use WebSphere Studio Advanced Edition v3.5.2 to deploy to a WAS back end and a IIS web server, but some of the file paths (to images on the web server and some relative links to other JSPs) in the JSPs when deployed to the WAS aren't coming out right. The two main problems are:
1. Image file source links that I have imbedded in JavaScript in the JSPs are not recognised when deployed and remain as "filepath" links e.g. "file///c:/..../..." etc
2. Links to files on the IIS web server are being recognised and parsed, but an extra folder is added on to the file path. e.g. What should come out as http://localhost/menu/image.gif comes out as http://localhost/menu/menu/image.gif
Any help on this would be greatly appreciated!!
reply
    Bookmark Topic Watch Topic
  • New Topic