Hi, in this line in the server.xml file <Engine name="Standalone" defaultHost="localhost" debug="10" className="com.voztele.sipservlet.core.ConvergedEngine">
try changing "defaultHost" attribute from localhost to 10.107.109.108 If failure continues please try to see if WeSIP is answering with a 400 error code using ngrep on port 5075. 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 Hope it helps Gines On Fri, Dec 12, 2008 at 1:23 PM, <[email protected]> wrote: > Hi Ginez, > > First of all, thank you for the reply. > > I tried calling http://10.107.109.108:5075/ and appears a blank page > > Looking around the forums, I noticed there's no web interface published > anywhere. > But, does it exist? If not, what are those applications deployed inside the > folder "server/webapps"? > And that one inside "wesipapps"? > > > > On Fri, 12 Dec 2008 13:10:18 +0100 "Gines Gomez" wrote: > Hi Marco, > > please point to http://10.107.109.108:5075 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 >> - http://127.0.0.1:5075/ >> - > http://127.0.0.1:5075/management >> - http://127.0.0.1:5075/ROOT >> >> > 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="10.107.109.108:5060" > 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 >> > [email protected] >> > http://lists.opensips.org/cgi-bin/mailman/listinfo/users >> >> >
_______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
