Check the tomcat version you are currently using.

The documentation is based on tomcat7 and you can startup the server
(assuming tomcat7) using: "/etc/init.d/tomcat7 start".

However, the same configurations should work on tomcat8 as well but just in
case you find it difficult to set it up using tomcat8, you can downgrade to
tomcat7 and follow the tomcat installation steps as specified in the
documentation.

On Tue, Feb 12, 2019 at 8:36 PM Kang Breder <[email protected]> wrote:

> Thanks Kevin.
> I just succeeded in cloning and building.
> i entered the command shown in step 4, but when i manually go to the
> webapps folder, i cannot see the fineract-provider.war file in it.
> It seems i have been denied permission to copy the file in to the webapps
> folder.
>
> Also when i try starting tomcat as a service using the command *sudo
> /etc/init.d/tomcat8 start, it gives me the error below;*
>
> *sh: 0: Can't open /usr/share/tomcat7/bin/startup.sh*
>
> *I am using tomcat8 but that error displays a problem with tomcat7.*
>
> *But when i use the command bin/startup.sh, tomcat starts.*
>
> On Tue, Feb 12, 2019 at 6:02 PM Kelvin Ikome <[email protected]> wrote:
>
> > Hi Breder,
> >
> > You can find fineract-provider in this repository:
> > https://github.com/openMF/incubator-fineract
> >
> > Clone, build and copy the fineract-provider.war file into your tomcat
> > webapps directory (/usr/share/tomcat7/webapps/) as specified on step 4 of
> > the documentation (
> >
> >
> https://cwiki.apache.org/confluence/display/FINERACT/Fineract+Installation+on+Ubuntu+Server
> > ).
> >
> > Kelvin :)
> >
> > On Tue, Feb 12, 2019 at 5:52 PM Kang Breder <[email protected]>
> wrote:
> >
> > > Hello Paul.
> > > I think i do not have the fineract-provider.war file downloaded in my
> > > machine and i am having trouble downloading it.
> > >
> > > Thank you!
> > >
> > > On Tue, Feb 12, 2019 at 5:25 PM paul tuhill
> > > <[email protected]> wrote:
> > >
> > > > Hi Kang,
> > > >
> > > >      This will probably be either because you are not in the
> directory
> > of
> > > > the fineract-provider.war file or the webapp directory is not
> > > > /usr/share/tomcat8/webapps/
> > > > though it appears the file is not present so if you run "find / -name
> > > > fineract-provider.war" it should give you the correct location to
> copy
> > > > from. It could also be a permissions issue with the file if the user
> > you
> > > > have has no access to the file though the sudo should override this,
> > when
> > > > you have copied the file check the permissions as if your tomcat does
> > not
> > > > run as root (which it really should not) it may not be able to access
> > the
> > > > .war file (I have been caught by this so many times over the years).
> > > >
> > > > Paul
> > > >
> > > > On Tue, 12 Feb 2019 at 16:06, Kang Breder <[email protected]>
> > wrote:
> > > >
> > > > > Hello.
> > > > > While installing fineract on ubuntu 16.04, i get this error at the
> > > > > penultimate step of the installation process found in doc
> > > > >
> > > >
> > >
> >
> https://cwiki.apache.org/confluence/display/FINERACT/Fineract+Installation+on+Ubuntu+Server
> > > > > .
> > > > >
> > > > > root@kbrederj-X401A1:/home/kbrederj# sudo cp fineract-provider.war
> > > > > /usr/share/tomcat8/webapps/
> > > > > cp: cannot stat 'fineract-provider.war': No such file or directory
> > > > >
> > > > > I seem not to find any solution online. Please i need help in
> > resolving
> > > > > this.
> > > > >
> > > > > Thank you
> > > > >
> > > > > On Tue, Feb 5, 2019 at 5:20 PM Courage Angeh <
> [email protected]
> > >
> > > > > wrote:
> > > > >
> > > > >> If you have any other questions. Please let me know.
> > > > >>
> > > > >> Thanks,
> > > > >> Courage.
> > > > >>
> > > > >> On Tue, Feb 5, 2019 at 11:18 AM Courage Angeh <
> > [email protected]
> > > >
> > > > >> wrote:
> > > > >>
> > > > >> > Hi Kang,
> > > > >> >
> > > > >> > Welcome to the community. We are happy to have you here.
> > > > >> >
> > > > >> > I urge you to take a look at these links.
> > > > >> >
> > > > >> > This is to get you started as a contributor with Fineract: Link
> > > > >> > <
> > > > >>
> > > >
> > >
> >
> https://cwiki.apache.org/confluence/display/FINERACT/Contributor%27s+Zone
> > > > >> > >
> > > > >> >
> > > > >> >    1. Getting Started Doc
> > > > >> >    <
> > > > >> >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> https://cwiki.apache.org/confluence/display/FINERACT/Getting+Started+Docs?src=contextnavpagetreemode
> > > > >> > >
> > > > >> >    2. Take Your First Steps
> > > > >> >    <
> > > > >> >
> > > > >>
> > > >
> > >
> >
> https://cwiki.apache.org/confluence/display/FINERACT/Take+Your+First+Steps
> > > > >> > >
> > > > >> >    3. Key Design Principles
> > > > >> >    <
> > > > >> >
> > > > >>
> > > >
> > >
> >
> https://cwiki.apache.org/confluence/display/FINERACT/Key+Design+Principles
> > > > >> > >
> > > > >> >    4. Coding Conventions
> > > > >> >    <
> > > > >> >
> > > >
> > https://cwiki.apache.org/confluence/display/FINERACT/Coding+Conventions
> > > > >> >
> > > > >> >
> > > > >> > This is the repository for Apache Fineract
> > > > >> > <*https://github.com/apache/fineract <
> > > > >> https://github.com/apache/fineract>*
> > > > >> > >
> > > > >> >
> > > > >> > Thanks,
> > > > >> > Courage
> > > > >> >
> > > > >> > On Tue, Feb 5, 2019 at 10:40 AM Kang Breder <
> [email protected]
> > >
> > > > >> wrote:
> > > > >> >
> > > > >> >>  Hello Everyone!
> > > > >> >>
> > > > >> >> My name is Kang Breder Mbulle.
> > > > >> >> I am a third year Telecommunications Engineering student at
> > Faculty
> > > > of
> > > > >> >> Engineering and Technology, University of Buea, Cameroon. I am
> > new
> > > to
> > > > >> Open
> > > > >> >> Source and interested in contributing to your community.
> > > > >> >> I am comfortable with java and recently I started learning the
> > > Spring
> > > > >> >> Framework. I also have a basic knowledge on JavaScript.
> > Moreover, I
> > > > >> will
> > > > >> >> like to take part in the upcoming Google Summer of Codes
> > internship
> > > > as
> > > > >> an
> > > > >> >> Intern.
> > > > >> >>
> > > > >> >> I will be grateful if i could get some help on how to get
> started
> > > in
> > > > >> >> contributing to Fineract 1.x.
> > > > >> >>
> > > > >> >>
> > > > >> >> Thank you!
> > > > >> >>
> > > > >> >
> > > > >>
> > > > >
> > > >
> > >
> >
>

Reply via email to