Hello,
I am running raccoon with a server developed in J2ME and every time the server responds to the gateway, the gateway always returns the following message:
HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
Mws-MuserStatus: DocErrorCode: Internal IO Error while processing request (5)
Content-Type: text/html;charset=ISO-8859-1
Date: Thu, 26 Apr 2007 10:05:48 GMT
Connection: close
<html>
<head>
<title>User Out Of Site</title>
</head>
<link rel="StyleSheet"
type="text/css"
href="/mws-oos/out-of-site.css?mid=lb37HHPv"/>
<body>
<div class="content">
<!--
Telling the real name of the person is perhaps too revealing to
have it hardwired, so currently it is disabled.
If you want to enable it:
a) uncomment the div bellow
b) remove the spaces between the uppercase letters - the
resulting sequence will be swapped for the real name of the
muser whenever the Out Of Site page is presented
c) consider doing the same with webapps/messenger/src/.../oos-messenger.html
d) for the default OOS page to get changed, you have to rebuild
this mws-iapi.jar library, copy it to the Tomcat installation,
and restart Tomcat.
<div class="nameTable">M U S E R N A M E</div>
-->
<div class="message">I'll be back.
<div class="photo">
<img class="photo" src="/mws-oos/out-of-site.fg?mid=lb37HHPv"/>
</div>
</div>
<div class="status">
<p>Internal IO Error while processing request</p>
</div>
</div>
</body>
</html>
Since I'm running a different server from the apache one I would like to know if raccoon expects some specific answer or why is it showing me only this message because the server is running and the raccoon says it is connected.
Thanks,
Goncalo



