HTTP 404 /jbilling
Hi, I am trying to install jbilling-community-4.1.1 on Ubuntu 14.04.4. I can see the tomcat page on localhost:8080 fine but it gave me a The requested resource is not available when I enter /jbilling after.
$ ./startup.sh
Using CATALINA_BASE: /home/ubuntu/jbilling-community-4.1.1
Using CATALINA_HOME: /home/ubuntu/jbilling-community-4.1.1
Using CATALINA_TMPDIR: /home/ubuntu/jbilling-community-4.1.1/temp
Using JRE_HOME: /usr/lib/jvm/java-7-openjdk-amd64
Using CLASSPATH: /home/ubuntu/jbilling-community-4.1.1/bin/bootstrap.jar:/home/ubuntu/jbilling-community-4.1.1/bin/tomcat-juli.jar
Tomcat started.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by bob on Oct 21, 2016 @ 01:14 PM
The documentation you guy have for installation are all for community 3.x. Did the database and openjdk version required for 4.x change?
Support Staff 2 Posted by Technical Suppo... on Nov 03, 2016 @ 09:01 AM
Hello bob,
jbilling-community-4.1.1 version requires jdk 1.8. Please install it & set JAVA_HOME environment variable. For database community edition tomcat does not need postgres database installed it has dynamic HSQL database.
Please try the solution and let us know if you face the same problem again.
Thanks,
jBilling Technical Support team
3 Posted by Johannes on Feb 14, 2017 @ 10:24 AM
I have also for the past 3 hours been trying to install jbilling on Ubuntu server 14LTS to no avail. I have tried java 1.7 and 1.8 yet still no joy - 404 error resource not found.
root@jbilling:/usr/local/jbilling-community-4.1.1/bin# ./startup.sh
Using CATALINA_BASE: /usr/local/jbilling-community-4.1.1
Using CATALINA_HOME: /usr/local/jbilling-community-4.1.1
Using CATALINA_TMPDIR: /usr/local/jbilling-community-4.1.1/temp
Using JRE_HOME: /usr
Using CLASSPATH: /usr/local/jbilling-community-4.1.1/bin/bootstrap.jar:/usr/local/jbilling-community-4.1.1/bin/tomcat-juli.jar
Tomcat started.
And when I access http://<serverip>:8080/jbilling/signup
HTTP Status 404 - /jbilling/signup
type Status report
message /jbilling/signup
description The requested resource is not available.
Apache Tomcat/7.0.52 (Ubuntu)
root@jbilling:/usr/local/jbilling-community-4.1.1/bin#