• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

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
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic