• 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

Servlet Request Processor Exception in web sphere 5.0

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am trying to deploy a web application[mywar.war is the name of the war file which i m deploying on server] on Web Sphere 5.0 ,it gets installed properly but when i give the request from the browser as
http://localhost:9090/MyWar/welcome.jsp
then it gives me following error msg:
"Servlet Request Processor Exception: Virtual Host/WebGroup Not Found : The web group /MyWar/welcome.jsp has not been defined"
where /MyWar is the context name.
So can any one pls help in this problem..
Thanks in advance..
Aparna
reply
    Bookmark Topic Watch Topic
  • New Topic