• 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

How to setup an alias path in websphere 4.0

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

I'm new to websphere. I just get a job for the company where websphere 4.0 is using. I have the problem with setting up an alias path.

My application has two parts. One is all static pages (htm,images) and another is dynamic pages (jsp, servlet). Both parts are stored in different location.

I want to deploy the static part under http://localhost/index.htm (index.html is the index page for static part) and the dynamic part under http://localhost/servlet/index.jsp.

I can make the static part working now. But I don't how to map the dynamic part.

Any helps are very appreciated.

Thanks
Nancy
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic