It's all about the answers!

Ask a question

A WebGroup/Virtual Host to handle / has not been defined


EclipseTalk . (32736061) | asked May 03 '10, 7:58 a.m.
Hi,
I'm getting the following response code (error 404) when I try to connect to the RAM server via a Java httpclient.
What could be the problem?
Thanks for your help...
Response Body: <H1>SRVE0255E: A WebGroup/Virtual Host to handle / has not been defined.</H1><BR><H3>SRVE0255E: A WebGroup/Virtual Host to handle localhost:13080 has not been defined.</H3><BR><I>IBM WebSphere Application Server</I>

2 answers



permanent link
EclipseTalk . (32736061) | answered May 03 '10, 10:34 a.m.
Thanks it works now - I needed to use BASIC auth

permanent link
Kevin Bauer (34621) | answered May 03 '10, 8:53 a.m.
JAZZ DEVELOPER
Hi,
I'm getting the following response code (error 404) when I try to connect to the RAM server via a Java httpclient.
What could be the problem?
Thanks for your help...
Response Body: <H1>SRVE0255E: A WebGroup/Virtual Host to handle / has not been defined.</H1><BR><H3>SRVE0255E: A WebGroup/Virtual Host to handle localhost:13080 has not been defined.</H3><BR><I>IBM WebSphere Application Server</I>


I am guessing you are not accessing the correct path to you RAM application. Check the extensions page for the correct URL. If you are sure the port is right it may be at http://localhost:13080/ram (Web app that uses FORM based authentication) or http://localhost:13080/ram.ws (web services WAR that uses BASIC auth).

It looks like you are trying to access the root of the web server http://localhost:13080 with no application context.

Your answer


Register or to post your answer.