• 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

Virtual Host/WebGroup Not Found

 
Ranch Hand
Posts: 86
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I created a test web application using the WebSphere Studio Application Developer(v4.1.1) toolset from IBM. After I created a WSAD server project WSTestEnv, I added my test project under Server Configurations-->WStestEnv. Then I start the server. After the server starts, I right-click the test.jsp file, and choose Run on Server from the pop-up menu. Here is the error I got:
"Servlet Request Processor Exception: Virtual Host/WebGroup Not Found : The web group / has not been defined".
Do you know which steps I missed? What's the problem? Any help would be appreciated.
 
Ranch Hand
Posts: 200
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Take a look at this web page
This will probably fix your problem
Cheers,
Steve
 
Amy Howard
Ranch Hand
Posts: 86
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks!Steve. The link you provided is the same problem I had. But I still can't solve my problem since I don't know how to add the VirtualHost as a valid alias to the Web Container. Could you please help me in more detail?
 
Steve Granton
Ranch Hand
Posts: 200
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Take a look at the IBM Redbook which can be viewed online or downloaded as a PDF.
Let me know how you get on.
Cheers,
Steve
[ August 14, 2002: Message edited by: Steve Granton ]
 
Amy Howard
Ranch Hand
Posts: 86
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Unfortunaly, I couldn't find any detail information from related topics in the IBM redbook.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic