• 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

Websphere Images virtual root

 
Ranch Hand
Posts: 58
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi guys, my jsp files pick up images from a virtual root. E.g.: < img src="http://localhost:9080/myImageRoot/test.gif"; />
I know that this is not easily portable but I want to be able to map "myImageRoot" to some set directory. e.g.: Alias /myImageRoot "c:\images"
How do I configure websphere web server to pick these gifs up? The alias above works only with the port in httpd.conf (now 8080) but does not work with 9080 since this is a different webserver I suppose. anyone have an idea of where I can set this alias up so that 9080 works?. Where is the configuration for the internal Websphere server?
-t
 
Thembile Mzantsi
Ranch Hand
Posts: 58
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
got this resolved. I was using the default 9080 port and needed to change to whatever httpd.conf was set to instead.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic