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: 
 
-------------------------------------------------------------------------------------------------------------------------- 
 
<Server port="5005" shutdown="SHUTDOWN" debug="0"> 
<Service name="Tomcat-Standalone"> 
<Connector className="org.apache.catalina.connector.http.HttpConnector" 
port="5075" minProcessors="5" maxProcessors="75" 
enableLookups="true" acceptCount="10" debug="10" /> 
 
<Connector 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" > 
<ExtraProperties> 
<Property key="com.voztele.javax.sip.SER_ADDRESS" value="10.107.109.108" /> 
<Property key="com.voztele.javax.sip.SER_PORT" value="5080" /> 
<Property key="com.voztele.STATISTICS" value="false" /> 
<Property key="javax.sip.STACK_NAME" value="shootist" /> 
<Property key="javax.sip.THREAD_POOL_SIZE" value="100" /> 
<Property key="com.voztele.javax.sip.THREAD_POOL_SIZE" value="100" /> 
<Property key="com.voztele.javax.sip.REENTRANT_LISTENER" value="true" /> 
<Property key="javax.sip.AUTOMATIC_DIALOG_SUPPORT" value="false" />  
<Property key="com.voztele.javax.sip.TRACE_LEVEL" value="0" />  
</ExtraProperties> 
</Connector> 
 
<Engine name="Standalone" defaultHost="localhost" debug="10" className="com.voztele.sipservlet.core.ConvergedEngine"> 
 
<Mapper className="org.apache.catalina.core.StandardEngineMapper" protocol="HTTP/1.1"/> 
<Mapper className="org.apache.catalina.core.StandardEngineMapper" protocol="HTTP/1.0"/> 
<Mapper className="com.voztele.sipservlet.core.EngineSipMapper" protocol="SIP/2.0"/> 
<Logger className="org.apache.catalina.logger.FileLogger" timestamp="true"/> 
<Realm className="org.apache.catalina.realm.MemoryRealm" /> 
 
<Host name="10.107.109.108" nameSip="10.107.109.108_5080" debug="10" appBase="wesipapps" unpackWARs="true" autoDeploy="true" className="com.voztele.sipservlet.core.ConvergedHost" port="5080"> 
 
<Logger className="org.apache.catalina.logger.FileLogger" timestamp="true"/> 
<Mapper className="com.voztele.sipservlet.core.SipHostMapper" protocol="SIP/2.0"/> 
<Mapper className="org.apache.catalina.core.HttpHostMapper" protocol="HTTP/1.1"/> 
<Mapper className="org.apache.catalina.core.HttpHostMapper" protocol="HTTP/1.0"/> 
</Host> 
 
</Engine> 
</Service> 
</Server> 
 
 
-------------------------------------------------------------------------------------------------------------------------- 
 
 
 
Thanks you all in advance 
 

_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to