Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

WAS 5 Configuration to allow virtual paths for PATH_INFO

Status
Not open for further replies.

ldobson

Programmer
Jan 29, 2003
1
GB
Can anyone tell me how to configure WAS (or the IBM Http server) so that a web module is invoked when the browser requests a URL containing the module, but with an additional path?

e.g. requesting:


calls the servlet, and requesting


should result in the servlet also being called, and "/additional/path" appearing in the PATH_INFO variable also, but what I'm seeing is the servlet running fine in the first instance, but a 404 happening on the second.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top