Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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

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>

0 votes



2 answers

Permanent link
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.

0 votes


Permanent link
Thanks it works now - I needed to use BASIC auth

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: May 03 '10, 7:58 a.m.

Question was seen: 32,822 times

Last updated: May 03 '10, 7:58 a.m.

Confirmation Cancel Confirm