etsimate (community edition 2.0.0) installed on my Mac OSX 10.11.16 in Tomcat 8.5.4 does not recognize my ESTICON variable. I edited the .bash_profle file and added ESTICON=/Library/Tomcat/Webapps/Estimate/. If I use $ printenv command in Terminal I get a list of items which includes ESTICON=/Library/Tomcat/Webapps/Estimate/ but when try to CONFIGURE estimate the ESTICON variable and the PATH have the X under Staus. Any suggestions of my errors?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This issue is not specifically related to ESTIMATE.
Tomcat server may not be picking up the envirnment variable correctly. In case Tomcat has been started as a service then it won't load the environment variables from .bash_profile (declarations in catalina.sh or setenv.sh files inside Tomcat's bin directory should be picked up). Alternatively you can set the ESTICON variable as JVM argument.
If you are sure that Tomcat is reading the environment variable correctly then please check write permission on the directory.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
etsimate (community edition 2.0.0) installed on my Mac OSX 10.11.16 in Tomcat 8.5.4 does not recognize my ESTICON variable. I edited the .bash_profle file and added ESTICON=/Library/Tomcat/Webapps/Estimate/. If I use $ printenv command in Terminal I get a list of items which includes ESTICON=/Library/Tomcat/Webapps/Estimate/ but when try to CONFIGURE estimate the ESTICON variable and the PATH have the X under Staus. Any suggestions of my errors?
Bob,
This issue is not specifically related to ESTIMATE.
Tomcat server may not be picking up the envirnment variable correctly. In case Tomcat has been started as a service then it won't load the environment variables from .bash_profile (declarations in catalina.sh or setenv.sh files inside Tomcat's bin directory should be picked up). Alternatively you can set the ESTICON variable as JVM argument.
If you are sure that Tomcat is reading the environment variable correctly then please check write permission on the directory.