Re: [Dhis2-users] Setting up enviornment variable for DHIS2 on Ubuntu 12.04

2013-05-22 Thread Jason Pickering
You must put the setenv.sh file in the correct bin directory,. If you have installed with the package manager, this will usually be in /usr/share/tomcat7/bin/ directory. This is really not a good idea, unless you only have a single instance of Tomcat on this machine. If you are using a local insta

Re: [Dhis2-users] Setting up enviornment variable for DHIS2 on Ubuntu 12.04

2013-05-22 Thread Knut Staring
Hi Hannan, Did you follow Jim's tip about the placement of setenv.sh? Knut On Wed, May 22, 2013 at 1:49 PM, Hannan Khan wrote: > Ok. > I already tested with Oracle JDK 7. Not working. > The problem with the JAVA_HOME variable. > echo $JAVA_HOME returns blank. So setenv.sh is not working. Why

Re: [Dhis2-users] Setting up enviornment variable for DHIS2 on Ubuntu 12.04

2013-05-22 Thread Hannan Khan
Thanks Jim. I will try. As it works for me it will work for me as well. I will get back to you and the community if it is not. Regards Hannan On Wed, May 22, 2013 at 5:09 PM, Jim Grace wrote: > Dear Hannan, > > Funny thing, I was also trying to find the right "bin" folder for > setenv.sh for

Re: [Dhis2-users] Setting up enviornment variable for DHIS2 on Ubuntu 12.04

2013-05-22 Thread Hannan Khan
Ok. I already tested with Oracle JDK 7. Not working. The problem with the JAVA_HOME variable. echo $JAVA_HOME returns blank. So setenv.sh is not working. Why it is not working? I usullay use different method; but as manual sugest to use 'setenv.sh' so I try to use that. Regards Hannan On Wed,

Re: [Dhis2-users] Setting up enviornment variable for DHIS2 on Ubuntu 12.04

2013-05-22 Thread Jim Grace
Dear Hannan, Funny thing, I was also trying to find the right "bin" folder for setenv.sh for the first time just a couple of hours ago. It isn't /bin at the root of the drive, but bin under the Tomcat folder. Mine was at /usr/local/apache-tomcat-6.0.36/bin. And putting setenv.sh there worked fo

Re: [Dhis2-users] Setting up enviornment variable for DHIS2 on Ubuntu 12.04

2013-05-22 Thread Saptarshi Purkayastha
Dear Hannan, Java 8 is still Early Access. The public release has not been made. The Oracle roadmap says its Q1 2014 and the beta is planned for Sept 2013. So its not something that is guaranteed in all cases Also it seems likely that tomcat is using the

[Dhis2-users] Setting up enviornment variable for DHIS2 on Ubuntu 12.04

2013-05-22 Thread Hannan Khan
Dear Expert Friends As mentioned in the 'DHIS2 Implementation guide' I try to configure few of my new servers I find that the 'setenv.sh' might not working. As per the 'Implementation Guide' i create the 'setenv.sh' in the /bin folder. The active java folder is '/usr/lib/jvm/java-8-oracle' and als