problem on sip.war

Discuss any topic about Brekeke SIP Server.

Moderator: Brekeke Support Team

Post Reply
chentron
Posts: 26
Joined: Tue Oct 15, 2013 3:24 am

problem on sip.war

Post by chentron »

1. Brekeke Product Name and Version:
3.2.4.3

2. Java version:
1.7.0.40

3. OS type and the version:
debian 7.0 32 bit

4. UA (phone), gateway or other hardware/software involved:

5. Your problem:
I can not see sip.war
that is when i type http://my_public_ip:8080/sip
i get this answer:

HTTP Status 404 - /sip
type Status report
message /sip
description The requested resource is not available.
Apache Tomcat/6.0.37

so my first question is if TOmcat must be v.7.0.42
because i follow the sip_admin_v3.pdf guide and it say must be Tomcat v.6
If other sugestion thanks You.
Last edited by chentron on Tue Oct 15, 2013 5:27 am, edited 2 times in total.
chentron
Posts: 26
Joined: Tue Oct 15, 2013 3:24 am

Post by chentron »

installed tomcat 7.0.42 and same problem
Mcgee
Posts: 18
Joined: Thu Mar 27, 2008 12:21 pm

Post by Mcgee »

Debian's Tomcat has issues.
Do not use Debian's preinstalled Tomcat and do not use Debian's package management tool to install a Tomcat.

Let you download Tomcat from http://tomcat.apache.org/ and install it.

Also, make sure you are using Oracle's JDK instead of OpenJDK.
Debian might have preinstalled JDK but it is OpenJDK.

To avoid this kind of issue, use Redhat, CentOS or Fedora.
hope
Posts: 862
Joined: Tue Jan 15, 2008 4:08 pm

Post by hope »

both tomcat 6 and 7 should work
you need to install Oracle Java
then download .zip file from Brekeke website
unzip the file and
put sip.war to tomcat directory/webapps/

stop java processes
then restart tomcat
chentron
Posts: 26
Joined: Tue Oct 15, 2013 3:24 am

Post by chentron »

solved.
problem was that i put the sip.war on
/root/apache-tomcat-7.0.42/webapps

correct working now is :
/usr/local/apache-tomcat-7.0.42/webapps
Post Reply