Hi,<div><br></div><div>&nbsp;&nbsp;in this line in the server.xml file</div><div><br></div><div><span class="Apple-style-span" style="border-collapse: collapse; ">&lt;Engine name=&quot;Standalone&quot; defaultHost=&quot;localhost&quot; debug=&quot;10&quot; className=&quot;com.voztele.sipservlet.core.ConvergedEngine&quot;&gt;&nbsp;</span></div>
<div><span class="Apple-style-span" style="border-collapse: collapse;"><br></span></div><div><span class="Apple-style-span" style="border-collapse: collapse;">try changing &quot;defaultHost&quot; attribute from localhost to 10.107.109.108<span class="Apple-style-span" style="border-collapse: separate; "></span></span></div>
<div><span class="Apple-style-span" style="border-collapse: collapse;"><br></span></div><div><span class="Apple-style-span" style="border-collapse: collapse;">If failure continues please try to see if WeSIP is answering with a 400 error code using ngrep on port 5075.</span></div>
<div><span class="Apple-style-span" style="border-collapse: collapse;"><br></span></div><div><span class="Apple-style-span" style="border-collapse: collapse;">Regarding the web interface, indeed it exists. There is one simple web application inside wesipapps which is ROOT with a welcome page. The management console itself is another web application which you can access from the welcome page. It is located at server/webapps/manager. Developers are supposed to publish their HTTP/SIP applications at wesipapps, not at server/webapps which is kind of a &quot;private&quot; folder</span></div>
<div><span class="Apple-style-span" style="border-collapse: collapse;"><br></span></div><div><span class="Apple-style-span" style="border-collapse: collapse;">Hope it helps</span></div><div><span class="Apple-style-span" style="border-collapse: collapse;"><br>
</span></div><div><span class="Apple-style-span" style="border-collapse: collapse;">Gines</span></div><div><span class="Apple-style-span" style="border-collapse: collapse;"><br></span></div><div><br><div class="gmail_quote">
On Fri, Dec 12, 2008 at 1:23 PM,  <span dir="ltr">&lt;<a href="mailto:marcofelice@tele2.it">marcofelice@tele2.it</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div style="font:10pt arial,helvetica,sans-serif">

Hi Ginez,<br><br>First of all, thank you for the reply.<br><br>I tried calling <a href="http://10.107.109.108:5075/" target="_blank">http://10.107.109.108:5075/</a> and appears a
blank page<br><br>Looking around the forums, I noticed there&#39;s no web interface published anywhere.<br>But, does it
exist? If not, what are those applications deployed inside the folder &quot;server/webapps&quot;?<br>And that one inside
&quot;wesipapps&quot;? <br><br><br><br>On Fri, 12 Dec 2008 13:10:18 +0100
 &quot;Gines Gomez&quot;  wrote:
&gt; Hi Marco,
&gt;  please point to <a href="http://10.107.109.108:5075" target="_blank">http://10.107.109.108:5075</a> since this 
&gt;is the address you
&gt; provided in the name attribute of the   directive
&gt; 
&gt; Try and see if it works.
&gt; 
&gt; Regards
&gt; 
&gt; Gines
&gt; 
&gt; On Fri, Dec 12, 2008 at 11:35 AM,  
&gt;wrote:
&gt; 
&gt;&gt; Hi everyone,
&gt;&gt; I installed Wesip, but I cannot see any admin console 
&gt;&gt;accessing with my
&gt;&gt; browser on
&gt;&gt; - <a href="http://127.0.0.1:5075/" target="_blank">http://127.0.0.1:5075/</a>
&gt;&gt; - <a href="http://127.0.0.1:5075/management" target="_blank">http://127.0.0.1:5075/management</a>
&gt;&gt; - <a href="http://127.0.0.1:5075/ROOT" target="_blank">http://127.0.0.1:5075/ROOT</a>
&gt;&gt;
&gt;&gt; OpenSIPS is installed on 10.107.109.108 and configured 
&gt;&gt;to listen over 5060
&gt;&gt; for both udp and tcp.
&gt;&gt; Its SEAS module is configured to listen over 5080 port.
&gt;&gt;
&gt;&gt; WeSIP is configured to listen for http connections over 
&gt;&gt;the port 5075 on
&gt;&gt; localhost, but when I access with my browser, I cannot 
&gt;&gt;see any management
&gt;&gt; console (as I hoped) nor the welcome message of the ROOT 
&gt;&gt;application.
&gt;&gt;
&gt;&gt; Where do I wrong?
&gt;&gt;
&gt;&gt; follows my server.xml configuration:
&gt;&gt;
&gt;&gt;
&gt;&gt; --------------------------------------------------------------------------------------------------------------------------
&gt;&gt;
&gt;&gt; 
&gt;&gt; 
&gt;&gt; &gt;className=&quot;org.apache.catalina.connector.http.HttpConnector&quot;
&gt;&gt; port=&quot;5075&quot; minProcessors=&quot;5&quot; maxProcessors=&quot;75&quot;
&gt;&gt; enableLookups=&quot;true&quot; acceptCount=&quot;10&quot; debug=&quot;10&quot; /&gt;
&gt;&gt;
&gt;&gt; &gt;className=&quot;com.voztele.sipservlet.connector.SipConnector&quot;
&gt;&gt; minProcessors=&quot;5&quot; maxProcessors=&quot;75&quot;
&gt;&gt; enableLookups=&quot;true&quot; acceptCount=&quot;10&quot; debug=&quot;10&quot;
&gt;&gt; addresses=&quot;<a href="http://10.107.109.108:5060" target="_blank">10.107.109.108:5060</a>&quot; pathName=&quot;com.voztele&quot; 
&gt;&gt;protocol=&quot;tcp&quot; &gt;
&gt;&gt; 
&gt;&gt; &gt;value=&quot;10.107.109.108&quot;
&gt;&gt; /&gt;
&gt;&gt; &gt;value=&quot;5080&quot; /&gt;
&gt;&gt; 
&gt;&gt; 
&gt;&gt; &gt;/&gt;
&gt;&gt; &gt;value=&quot;100&quot; /&gt;
&gt;&gt; &gt;value=&quot;true&quot; /&gt;
&gt;&gt; &gt;value=&quot;false&quot; /&gt;
&gt;&gt; &gt;value=&quot;0&quot; /&gt;
&gt;&gt; 
&gt;&gt; 
&gt;&gt;
&gt;&gt; &gt;debug=&quot;10&quot;
&gt;&gt; className=&quot;com.voztele.sipservlet.core.ConvergedEngine&quot;&gt;
&gt;&gt;
&gt;&gt; &gt;className=&quot;org.apache.catalina.core.StandardEngineMapper&quot;
&gt;&gt; protocol=&quot;HTTP/1.1&quot;/&gt;
&gt;&gt; &gt;className=&quot;org.apache.catalina.core.StandardEngineMapper&quot;
&gt;&gt; protocol=&quot;HTTP/1.0&quot;/&gt;
&gt;&gt; &gt;className=&quot;com.voztele.sipservlet.core.EngineSipMapper&quot;
&gt;&gt; protocol=&quot;SIP/2.0&quot;/&gt;
&gt;&gt; &gt;className=&quot;org.apache.catalina.logger.FileLogger&quot;
&gt;&gt; timestamp=&quot;true&quot;/&gt;
&gt;&gt; &gt;/&gt;
&gt;&gt;
&gt;&gt; &gt;nameSip=&quot;10.107.109.108_5080&quot; debug=&quot;10&quot;
&gt;&gt; appBase=&quot;wesipapps&quot; unpackWARs=&quot;true&quot; autoDeploy=&quot;true&quot;
&gt;&gt; className=&quot;com.voztele.sipservlet.core.ConvergedHost&quot; 
&gt;&gt;port=&quot;5080&quot;&gt;
&gt;&gt;
&gt;&gt; &gt;className=&quot;org.apache.catalina.logger.FileLogger&quot;
&gt;&gt; timestamp=&quot;true&quot;/&gt;
&gt;&gt; &gt;className=&quot;com.voztele.sipservlet.core.SipHostMapper&quot;
&gt;&gt; protocol=&quot;SIP/2.0&quot;/&gt;
&gt;&gt; &gt;className=&quot;org.apache.catalina.core.HttpHostMapper&quot;
&gt;&gt; protocol=&quot;HTTP/1.1&quot;/&gt;
&gt;&gt; &gt;className=&quot;org.apache.catalina.core.HttpHostMapper&quot;
&gt;&gt; protocol=&quot;HTTP/1.0&quot;/&gt;
&gt;&gt; 
&gt;&gt;
&gt;&gt; 
&gt;&gt; 
&gt;&gt; 
&gt;&gt;
&gt;&gt;
&gt;&gt;
&gt;&gt; --------------------------------------------------------------------------------------------------------------------------
&gt;&gt;
&gt;&gt;
&gt;&gt;
&gt;&gt; Thanks you all in advance
&gt;&gt;
&gt;&gt;
&gt;&gt;
&gt;&gt; _______________________________________________
&gt;&gt; Users mailing list
&gt;&gt; <a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a>
&gt;&gt; <a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a>
&gt;&gt;
&gt;&gt;

</div>

</blockquote></div><br></div>