• 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. running servlets from subdirectories

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
Having some trouble getting servlets to run in sub directories. Does anybody know the changes that have to be made to make them available. I have them working when "context root" is (/). I have tried a few things in the web.xml file but still no luck.
Does the servlet class have to contain the sub directory name?
ie. name.existing.address
Does the url-pattern have to contain the subdirectory?
Any help is appreciated.
Thanks,
Alan
 
alan ball
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have it working in resin by simply changing the url-pattern. I tried this in websphere and again no luck.
If anybody has any solutions please let me know. I have looked everywhere for this.
Thanks again,
Alan
 
reply
    Bookmark Topic Watch Topic
  • New Topic