Re: Tomcat Build Issue

2023-12-05 Thread Noelette Stout
:00 AM to 1:00 PM EST > Upcoming PTO: > Be Green, Leave it on Screen!!! > [ > http://f.connect.wellsfargoemail.com/i/38/2082566297/EML-224071_4726581_6304406_logo-stagecoach-eml_511x80.png > ] > > -- Noelette Stout ITS Enterprise Applications - Senior Application Administrator Idaho State University E-mail: stounoel "at" isu "dot" edu Desk: 208-282-2554

Re: Issue with catalina.out not being generated (RHEL 7.9, tomcat 9.0.63)

2022-08-11 Thread Noelette Stout
talina.sh start (or startup.sh), that script just does this: > > java [stuff] > ${CATALINA_BASE}/logs/catalina.out 2>&1 > > When you run with jsvc, it includes some built-in file-rotation and so > catalina-[date].log is the same thing. > > Are you irritated th

Re: Issue with catalina.out not being generated (RHEL 7.9, tomcat 9.0.63)

2022-08-11 Thread Noelette Stout
otstrap > > ExecStop=/opt/tomcat/latest/bin/jsvc \ > -pidfile ${CATALINA_PID} \ > -stop \ > org.apache.catalina.startup.Bootstrap > > [Install] > WantedBy=multi-user.target > > > > > > > > Paul Chauvet, CISSP > > Information Security Officer > > State University of New York at New Paltz > > chauv...@newpaltz.edu > > -- Noelette Stout ITS Enterprise Applications - Senior Application Administrator Idaho State University E-mail: stounoel "at" isu "dot" edu Desk: 208-282-2554

Re: Help with deploying multiple .WAR files in Tomcat

2022-08-04 Thread Noelette Stout
nfig.java:1294) > at > org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:986) > at > org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:303) > at > org.apache.catalina.util.LifecycleBase.fireLifecycl

Re: Maybe a stupid (Windows related) question

2022-03-22 Thread Noelette Stout
-- > > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > > For additional commands, e-mail: users-h...@tomcat.apache.org > > > Maybe startup.bat > your.log > > - > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > -- Noelette Stout ITS Enterprise Applications - Senior Application Administrator Idaho State University E-mail: stounoel "at" isu "dot" edu Desk: 208-282-2554

Re: Tomcat 9.0.58 and OpenJDK 1.8.0_322

2022-02-16 Thread Noelette Stout
y cause that? > > Has anyone else seen this behavior? > > We are currently troubleshooting to see if we missed something on our end > and can supply logs when that happens. > > Thanks! > > -- > Bob > -- Noelette Stout ITS Enterprise Applications - Senior Application Administrator Idaho State University E-mail: stounoel "at" isu "dot" edu Desk: 208-282-2554

Re: tomcat 10.0.14 startup and shutdown

2021-12-20 Thread Noelette Stout
> Which to me looks like „I started, and then I shut down“. I do not > understand where is the button which the hand clicks to close it self once > it has been triggered out to the box. It feels to me like I have changed > and tried with every combination of quotes, lines included and exc

Re: HTML manager

2021-07-30 Thread Noelette Stout
tomcat shutdown and not use the html manager in this case. Thanks for these suggestions. It's good to have something to work with. Noelette On Fri, Jul 30, 2021 at 7:20 AM Konstantin Kolinko wrote: > вт, 27 июл. 2021 г. в 17:36, Noelette Stout : > > > > We have an application tha

HTML manager

2021-07-27 Thread Noelette Stout
ideas are appreciated. If the answer is to manually run the script from the command line then reload, I can accept that too. Thanks, Noelette -- Noelette Stout ITS Enterprise Applications - Application Administrator - Senior Business Administration Building, Rm 109L 921 South 8th Ave 8037

Re: CATALINA_OPTS vs JAVA_OPTS

2021-06-16 Thread Noelette Stout
at 11:42 AM Mark Thomas wrote: > On 16/06/2021 18:31, Noelette Stout wrote: > > ok, one more question for clarification :-) > > The vendor docs say this: > > "Define CATALINA_OPTS to configure the following JVM settings: > > CATALINA_OPTS=-server -Xms2048m

Re: CATALINA_OPTS vs JAVA_OPTS

2021-06-16 Thread Noelette Stout
must be increased by 2g and -XX:MaxMetaspaceSize must be increased by 128m." Given that they are (ostensibly, based on the above statement) JVM settings, would these settings be better placed under JAVA_OPTS instead of CATALINA_OPTS? On Wed, Jun 16, 2021 at 10:29 AM Noelette Stout wrote: >

Re: CATALINA_OPTS vs JAVA_OPTS

2021-06-16 Thread Noelette Stout
at 10:14 AM Christopher Schultz < ch...@christopherschultz.net> wrote: > Noelette, > > On 6/16/21 11:29, Noelette Stout wrote: > > Thanks! I was mostly trying to figure out if there was precedence or if > it > > was additive (i.e. 2GB to tomcat itself and ano

Re: CATALINA_OPTS vs JAVA_OPTS

2021-06-16 Thread Noelette Stout
, 2021 at 9:17 AM Rob Sargent wrote: > > > On 6/16/21 9:06 AM, Noelette Stout wrote: > > openjdk version "1.8.0_292" > > > > > > On Wed, Jun 16, 2021 at 9:04 AM Rob Sargent > wrote: > > > > > Both as for the same minimum so you should g

Re: CATALINA_OPTS vs JAVA_OPTS

2021-06-16 Thread Noelette Stout
openjdk version "1.8.0_292" On Wed, Jun 16, 2021 at 9:04 AM Rob Sargent wrote: > > > > On Jun 16, 2021, at 8:36 AM, Noelette Stout > wrote: > > > > If I have a setenv.sh file that contains: > > CATALINA_OPTS="-server -Xms2048m -Xmx5g" >

CATALINA_OPTS vs JAVA_OPTS

2021-06-16 Thread Noelette Stout
If I have a setenv.sh file that contains: CATALINA_OPTS="-server -Xms2048m -Xmx5g" JAVA_OPTS="... -Xms2048m -Xmx4g .." How much memory is actually being allocated to tomcat and the applications it is serving up? -- Noelette Stout ITS Enterprise Applications - Application Ad

Re: apache-tomcat-8.5.59 too many open files on Linux 8

2021-05-21 Thread Noelette Stout
M > >>> To: users@tomcat.apache.org > >>> Subject: Re: apache-tomcat-8.5.59 too many open files on Linux 8 > >>> > >>> Yeggy, > >>> > >>> On 5/17/21 15:17, Yeggy Javadi wrote: > >>>> Hi, > >>>> I a

Re: embedded, not local

2021-02-16 Thread Noelette Stout
hing (because some older process is still holding onto the port). > >> > >> -chris > >> > >> > >> - > >> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > >> F