Re: 7.0.77 to 8.5.51 upgrade on Solaris 11.4 (csh)

2020-05-20 Thread Trae McCombs
Thank you for trying. I've looked into your suggestions and unfortunately they did not help. I am on CSH and all I really need to know how to do is get the JAVA_OPTS and CATALINA_OPTS environment variables set. I'm still researching but haven't found anything. On Wed, May 20, 2020 at 9:07 AM

Re: 7.0.77 to 8.5.51 upgrade on Solaris 11.4 (csh)

2020-05-20 Thread Alberto Cabello Sánchez
On Wed, 20 May 2020 14:58:53 +0200 Alberto Cabello Sánchez wrote: > On Wed, 20 May 2020 07:42:33 -0400 > Trae McCombs wrote: > > > cat $TOMCAT_DIR/bin/setenv.sh > > #!/usr/bin/csh > > setenv FOO "-Dcom1 -Dcom2 -Dcom3 etc" > > > > run the above as a test in that bin dir: ./setenv.sh (no

Re: 7.0.77 to 8.5.51 upgrade on Solaris 11.4 (csh)

2020-05-20 Thread Alberto Cabello Sánchez
On Wed, 20 May 2020 07:42:33 -0400 Trae McCombs wrote: > cat $TOMCAT_DIR/bin/setenv.sh > #!/usr/bin/csh > setenv FOO "-Dcom1 -Dcom2 -Dcom3 etc" > > run the above as a test in that bin dir: ./setenv.sh (no errors) > env |grep FOO > > Nothing. The command ./setenv.sh spans a new csh process,