I am new to Sip Servlets. I have followed the following steps from http://www.mobicents.org/chatserver.html:
- Downloaded war file given in the above link (chatroom-servlet-1.6.0.FINAL.war)into your tomcat_home/webapps directory.
- Drop the dar file in tomcat_home/conf/dars directory. Dar file content: MESSAGE: ("org.mobicents.servlet.sip.example.ChatroomApplication","DAR:From", "ORIGINATING", "", "NO_ROUTE", "0") REGISTER: ("org.mobicents.servlet.sip.example.ChatroomApplication", "DAR:From", "ORIGINATING", "", "NO_ROUTE", "0")
- specified in the Service xml tag, darConfigurationFileLocation attribute of the tomcat_home/conf/server.xml file : conf/dars/chatserver-dar.properties
- Then ran Tomcat and on browser gave URL: "http://127.0.0.1:8080/chatroom-servlet-1.6.0.FINAL"
There is no error while running tomcat server but after running the application browser says 404 Page not found. Please help me to resolve this issue. I am trying with both tomcat and JBoss but not able to run the application in both.