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