Re: [EXTERNAL EMAIL] Re: JSP include not working

2023-12-05 Thread Niranjan Rao
on't get the include error, contents of the include file are not getting included. Trying to figure out why. At least now status code has changed from 500 to 200. Not working yet but progress never the less. Regards, Niranjan On 12/5/23 11:09, Rob Sargent wrote: On 12/5/23 12: 01

Re: [EXTERNAL EMAIL] Re: JSP include not working

2023-12-05 Thread Niranjan Rao
Thank you Rob, but doubtful. We're a Ubuntu shop and always mindful of case sensitivity. On 12/5/23 11:09, Rob Sargent wrote: On 12/5/23 12: 01, Niranjan Rao wrote: > Greetings, > > I'm missing something obvious and hoping that someone can point my > nose in right direction. &

JSP include not working

2023-12-05 Thread Niranjan Rao
to include JSP. Any log files do not show any exception trace, but access log file logs the error with 500 status code. Am I missing something obvious? Regards, Niranjan -- *Niranjan Rao | Sr.Architect */he/his/ *Paymentus **Paymentus Corporation***/The Real-Time Bill Payment Company^TM

getting 404 after migrating app to rpm based tomcat install

2023-10-12 Thread Niranjan Babu Bommu
when I hit the page *Description* The origin server did not find a current representation for the target resource or is not willing to disclose that one exists. -- *Thanks* *Niranjan*

Re: [EXTERNAL EMAIL] Please help me install Tomcat

2023-01-19 Thread Niranjan Rao
Do you absolutely need to have it as a service? If not, just expand the tarball and run catalina.sh start from bin directory. Works perfectly Any information in catalina.out? We need to figure out at what point it's failing and that will send us in right direction. Regards, Niranjan On 1

Re: [EXTERNAL EMAIL] FW: Errors in Tomcat logs / application processing

2022-11-08 Thread Niranjan Rao
Please remember to remove any passwords or sensitive data when you post on public email lists On 11/8/22 00:58, Ganesan, Prabu wrote: ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍

Re: [EXTERNAL EMAIL] About granting permissions to Tomcat JVM

2022-10-20 Thread Niranjan Rao
are closing the file and JVM is not releasing the handles, this sounds very similar to the issue we faced. Regards, Niranjan On 10/8/22 09:36, Martin Moore wrote: Hello, I am facing a problem using Tomcat V8 with my J2ee app that deletes (using file. delete() Java 8) a file from disk (Windows

Re: Latest version url

2022-09-03 Thread Niranjan Rao
ed "s###g" Regards, Niranjan On 9/3/22 11:15, Mark Thomas wrote: Hi, The short answer is no. You are going to have to parse something and then construct the URL from the result. I can think of a couple of options. 1. https://tomcat.apache.org/doap_Tomcat.rdf 2. The download pa

Re: AW: AW: AW: AW: Filehandle left open when using sendfile

2022-06-21 Thread Niranjan Rao
We replaced all the streams with Files.newInputStream or Files.newOutputStream and never faced the issue. Is it worth replacing input stream on line 869 to use Path and equivalent? Those streams get closed more reliably - at least in my expe

Re: CVE-2021-44228 Log4j 2 Vulnerability -- How does this affect Tomcat?

2021-12-14 Thread Niranjan Rao
This is one of the best explanation I've seen. And it does not use the word Minecraft to emphasis the importance. Thank you. Niranjan On 12/13/21 3:36 PM, Christopher Schultz wrote: James, On 12/13/21 14:48, James H. H. Lampert wrote: On 12/13/21 10:53 AM, Mark Thomas wrote: Log4j2

Access log format in the access og files

2021-11-09 Thread Niranjan Rao
l be easier to read next lines based on the format and find exact fields that we are interested in. Regards, Niranjan - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Tomcat SSL - Issue

2021-09-22 Thread Niranjan Babu Bommu
| TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 - strong | compressors: | NULL |_ least strength: strong On Wed, Sep 22, 2021 at 8:48 AM Kumawat, Priyanka wrote: > Hi Niranjan , > > Thankyou. > > The script here on the below command will be the ssltest script that Chris > have given ?

Re: Tomcat SSL - Issue

2021-09-21 Thread Niranjan Babu Bommu
ironment for some good information: > > https://github.com/ChristopherSchultz/ssltest > > -chris > > - > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > -- *Thanks* *Niranjan*

Re: Using log4j for logging

2021-06-29 Thread Niranjan Rao
or similar. Regards, Niranjan On 6/29/21 12:24 AM, Mark Thomas wrote: On 29/06/2021 01:11, Niranjan Rao wrote: Greetings, I wanted to setup log4j for tomcat logs and google searches seems to indicate that this is possible. Many articles speak about downloading tomcat-juli-adapters.jar from bin

Using log4j for logging

2021-06-28 Thread Niranjan Rao
bucket. For our application logs, we are already doing this. If there is a better way to achieve this, open to that solution too. Regards, Niranjan - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org

Re: What sets Java version at installation?

2021-06-11 Thread Niranjan Rao
perfectly. Regards, Niranjan On 6/11/21 2:00 PM, Mark Thomas wrote: On 11/06/2021 21:53, Joel Griffith wrote: Hi everyone, I have two Ubuntu 20.04 servers, both with Tomcat 9 and Java 8 installed from the standard repositories. On the first, I installed Java 8 before installing Tomcat 9

Re: Defining environment variables for a webapp ?

2021-04-26 Thread Niranjan Rao
, Niranjan - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Out of memory exception

2021-02-18 Thread Niranjan Rao
On 2/18/21 12:53 PM, Shawn Heisey wrote: On 2/18/2021 12:11 PM, Niranjan Rao wrote: Thank you the response. This is not a web application, but a standalone java program. Hence I said it's not a tomcat question, but a generic JVM question. I have been researching about this a lot and based

Re: Out of memory exception

2021-02-18 Thread Niranjan Rao
different or kind of should average out in the long run. We have examined the data for the tasks and nothing unusual has come out so far. Regards, Niranjan On 2/18/21 10:59 AM, Shawn Heisey wrote: Regards, Niranjan On 2/18/2021 11:36 AM, Niranjan Rao wrote: First apologies for non tomcat question

Out of memory exception

2021-02-18 Thread Niranjan Rao
d with out of memory exception. Has anyone seen anything similar to this? Identical bits of code behaving differently? What else should I be looking for? Regards, Niranjan - To unsubscribe, e-mail: user

Re: Tomcat server not considering Mime Type - Request urgent help!!

2021-01-14 Thread Niranjan Rao
. Regards, Niranjan On 1/14/21 8:59 AM, Jonnalagadda, Swathi (External) wrote: Could you please elaborate more on this as to where I need to check From: Mounika Reddy Sent: Thursday, January 14, 2021 2:41 AM To: Tomcat Users List Cc: Mark Thomas Subject: Re

Re: Version migration problems

2020-06-19 Thread Niranjan Rao
er engine interprets it relative to WEB-INF directory. JDK version 1.8.0_111, Operating system is 16.04.6. It's same WAR file getting deployed in both tomcat versions. Only difference is server.xml has different ports. Regards, Niranjan On 6/19/20 6:13 AM, Mark Thomas wrote: On 19/06/2020 13:19,

Version migration problems

2020-06-18 Thread Niranjan Rao
point me what I can be doing wrong or what I need to do so that same WAR file works in both versions Regards, Niranjan - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h

Re: JVM job for Tomcat taking lots and lots of CPU

2020-02-12 Thread Niranjan Babu Bommu
lot of garbage-collecting. > > Would switching to Java 8 help? Would switching to 7.0.93 help? > > -- > James H. H. Lampert > > - > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > -- *Thanks* *Niranjan*

Re: setupenv.sh

2018-04-20 Thread Niranjan Babu Bommu
> > Thank You; > > Chris Cheltenham > Technology Services > The School District of Philadelphia > > Work # 215-400-5025 > Cell # 215-301-6571 > -- *Thanks* *Niranjan*

Tomcat cluster behaviour issues

2017-07-21 Thread niranjan kumar
While experimenting with cluster of two tomcat nodes node1,node2 i came to know that: 1. Don't keep your .war in watch-dir beforehand.Copy after, node1 has started,then it will be deployed to other node. 2. If .war file is there in watch-dir start the second node before .war

FarmWarDeployer configuration issues

2017-07-17 Thread niranjan kumar
Hi Team, I have used this configuration of FarmWarDeployer to configure two tomcat nodes as part of Cluster. 1: tempDir="\temp-dir\" deployDir="\webapps\" watchDir="\watch-dir\" watchEnabled="true"/> 2: tempDir="\temp-dir\" deployDir="\webapps\"

worker.properties file configuration for cluster

2017-07-13 Thread niranjan kumar
Hi Team, I used this configuration: worker.node1.redirect=node2 worker.node2.activation=disabled to configure the fail-over scenario , it seems to work fine.My question is 1: Do i need to enable

Re: Tomcat managed server

2017-06-30 Thread Niranjan Babu Bommu
Hi Subhro, tomcat document has the all the info you are looking for. https://tomcat.apache.org/tomcat-7.0-doc/RUNNING.txt https://tomcat.apache.org/tomcat-8.0-doc/RUNNING.txt look for "Advanced Configuration - Multiple Tomcat Instances" in that page. thanks Niranjan On Fri, Jun 30,

Re: tomcat installation errors

2016-12-20 Thread Niranjan Babu Bommu
-code'. > > Anyone have any ideas for me on where to start looking for the > invalidargument? > > Thanks, > > -Mary > -- *Thanks* *Niranjan*

Re: Apache/Tomcat vulnerability

2016-11-25 Thread Niranjan Babu Bommu
limited number of > connections from one client to 5 by mod_bw and limited number of > simultaneous connections from one ip by iptables but does not know if this > will help > > best regards, > artur > -- *Thanks* *Niranjan*

Re: tomcat cache database server IP forever

2016-06-16 Thread Niranjan Babu Bommu
Thanks Chris, thanks for the lead on this, will test this scenario and update on this. Thanks Niranjan On Tue, Jun 14, 2016 at 3:56 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Niranjan, > > On 6/

Re: tomcat dns cache forever

2016-06-14 Thread Niranjan Babu Bommu
Hi Chris, here is how I'm connecting to the database. Thanks Niranjan On Tue, Jun 14, 2016 at 3:41 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Niranjan, > > On 6/10/16 11:45 AM, Niranjan Babu

Re: tomcat cache database server IP forever

2016-06-14 Thread Niranjan Babu Bommu
in-house application works in jboss when we change the IP of DB server but tomcat behaving differently. I ran out of options to figure out where is the problem. Thanks Niranjan On Tue, Jun 14, 2016 at 4:04 AM, Mark Thomas <ma...@apache.org> wrote: > On 13/06/2016 19:21, Niranjan Babu Bo

tomcat cache database server IP forever

2016-06-13 Thread Niranjan Babu Bommu
=0 or -Dsun.net.inetaddr.ttl=0 java version "1.7.0_60" tomcat-7.0.56 os centos 6. can someone please help me out to fix this issue -- *Thanks* *Niranjan*

tomcat dns cache forever

2016-06-10 Thread Niranjan Babu Bommu
=0 or -Dsun.net.inetaddr.ttl=0 java version "1.7.0_60" tomcat-7.0.56 os centos 6. can someone please help me out to fix this issue? -- *Thanks* *Niranjan*

Re: Problem with monitoring with JMX

2016-05-24 Thread Niranjan Babu Bommu
henticate=false \ -Dcom.sun.management.jmxremote.ssl=false " I'm guessing when you set this in setenv.sh, this may not able to find all the classes. On Tue, May 24, 2016 at 4:31 PM, Niranjan Babu Bommu < niranjan.bo...@gmail.com> wrote: > make sense, if you are not using shared apps better to use CATALINA_OPTS.

Re: Problem with monitoring with JMX

2016-05-24 Thread Niranjan Babu Bommu
make sense, if you are not using shared apps better to use CATALINA_OPTS. On Tue, May 24, 2016 at 4:07 PM, Edwin Quijada <listas_quij...@hotmail.com> wrote: > I read that is better use CATALINA_OPTS instead of JAVA_OPTS > > ____ > From: N

Re: Problem with monitoring with JMX

2016-05-24 Thread Niranjan Babu Bommu
t.jmxremote.port= \ > -Dcom.sun.management.jmxremote.authenticate=false \ > -Dcom.sun.management.jmxremote.ssl=false " > > When I put off this configuration everything is fine and Tomcat can startup > > Any cluees?> > > #-Dcom.sun.management.jmxremote.password.file=../conf/jmxremote.password \ > #-Dcom.sun.management.jmxremote.access.file=../conf/jmxremote.access" > > > -- *Thanks* *Niranjan* *+1 781.956.6900*

Re: tomcat(7.0.56) is not releasing idle jdbc connections

2016-05-11 Thread Niranjan Babu Bommu
I'm re-posting my ds On Wed, May 11, 2016 at 10:16 AM, Niranjan Babu Bommu < niranjan.bo...@gmail.com> wrote: > I tried the same config on test stacks. numidle always "10" why it is > behaving differently in prod? > >auth="Container"

Re: tomcat(7.0.56) is not releasing idle jdbc connections

2016-05-11 Thread Niranjan Babu Bommu
I tried the same config on test stacks. numidle always "10" why it is behaving differently in prod? On Wed, May 11, 2016 at 7:35 AM, Niranjan Babu Bommu < niranjan.bo...@gmail.com> wrote: > Hi Mark > I have included defined data source in this mail, do you want me

Re: tomcat(7.0.56) is not releasing idle jdbc connections

2016-05-11 Thread Niranjan Babu Bommu
Hi Mark I have included defined data source in this mail, do you want me to include complete server.xml? thanks Niranjan On Wed, May 11, 2016 at 7:19 AM, Mark Thomas <ma...@apache.org> wrote: > On 11/05/2016 11:58, Niranjan Babu Bommu wrote: > > Hi, > > > > we

tomcat(7.0.56) is not releasing idle jdbc connections

2016-05-11 Thread Niranjan Babu Bommu
base. I'm including my config here, can someone please help me out, how to minimize idle jdbc connections. -- *Thanks* *Niranjan*

Re: Tomcat initialize SelectorContext twice when lookup for JNDI defined in web application (META-INF/context.xml)

2015-07-23 Thread Niranjan Karunanandham
Hi all On Tue, Jul 21, 2015 at 7:27 PM, Niranjan Karunanandham niranjan.k...@gmail.com wrote: Hi Tomcat Team, On Tue, Jul 21, 2015 at 4:21 PM, Konstantin Kolinko knst.koli...@gmail.com wrote: 2015-07-21 8:35 GMT+03:00 Niranjan Karunanandham niranjan.k...@gmail.com : [sending to users

Re: Tomcat initialize SelectorContext twice when lookup for JNDI defined in web application (META-INF/context.xml)

2015-07-21 Thread Niranjan Karunanandham
Hi Tomcat Team, On Tue, Jul 21, 2015 at 4:21 PM, Konstantin Kolinko knst.koli...@gmail.com wrote: 2015-07-21 8:35 GMT+03:00 Niranjan Karunanandham niranjan.k...@gmail.com : [sending to users list] On Thu, Jul 16, 2015 at 10:23 AM, Niranjan Karunanandham niranjan.k...@gmail.com wrote

Re: Tomcat initialize SelectorContext twice when lookup for JNDI defined in web application (META-INF/context.xml)

2015-07-20 Thread Niranjan Karunanandham
[sending to users list] On Thu, Jul 16, 2015 at 10:23 AM, Niranjan Karunanandham niranjan.k...@gmail.com wrote: Hi, On debugging Tomcat (7.0.59), I noticed that the SelectorContext is initialized twice when a lookup is performed for JNDI defined in web application (META-INF/context.xml

Re: Issue with JMX in tomcat

2015-04-07 Thread Niranjan Babu Bommu
, e-mail: users-h...@tomcat.apache.org -- *Thanks* *Niranjan* *+1 781.956.6900*

Re: Issue with JMX in tomcat

2015-04-07 Thread Niranjan Babu Bommu
What you see in the log? can you try chmod to read on two files? -r 1 jmxremote.password -r 1 jmxremote.access On Tue, Apr 7, 2015 at 11:19 AM, Paul, Subhro subhro.p...@pseg.com wrote: -Original Message- From: Niranjan Babu Bommu [mailto:niranjan.bo

Re: catalina.out rotation in tomcat 7.0.56

2014-11-26 Thread Niranjan Babu Bommu
Hi Chris, Can you please help me out catalina.out rotation, I have only thing pending in my migration project. I want to rotate catalina.out everyday midnight. Thanks Niranjan On Fri, Nov 21, 2014 at 2:00 PM, Niranjan Babu Bommu niranjan.bo...@gmail.com wrote: Hi Chris, Thanks for your

Re: Deploying .ca-bundle file .crt file as SSL certificates

2014-11-24 Thread Niranjan Babu Bommu
-storepass Hello1 Thanks Niranjan On Mon, Nov 24, 2014 at 10:13 AM, Kernel freak kernelfr...@gmail.com wrote: Hello friends, I am using apache tomcat and I would like to deploy a Spring-MVC application which I am working on. In that, via Spring-Security I have specified to use https which

Re: Deploying .ca-bundle file .crt file as SSL certificates

2014-11-24 Thread Niranjan Babu Bommu
, and what about the CA-Bundle file? Did you got a chance to look at the question I have posted on Stackoverflow mentioned in the original question? On Mon, Nov 24, 2014 at 4:51 PM, Niranjan Babu Bommu niranjan.bo...@gmail.com wrote: Hi Kernel, I think you have create a keystore from

Re: Deploying .ca-bundle file .crt file as SSL certificates

2014-11-24 Thread Niranjan Babu Bommu
encrypted. What am I doing wrong? On Mon, Nov 24, 2014 at 5:20 PM, Niranjan Babu Bommu niranjan.bo...@gmail.com wrote: Sorry, I did not notice that. - *Import a root or intermediate CA certificate to an existing Java keystore* keytool -import -trustcacerts -alias root

Re: Deploying .ca-bundle file .crt file as SSL certificates

2014-11-24 Thread Niranjan Babu Bommu
=TLSv1 / On Mon, Nov 24, 2014 at 11:27 AM, Niranjan Babu Bommu niranjan.bo...@gmail.com wrote: Are you able to see the 8443 port listening? nc -z ipaddress 8443 On Mon, Nov 24, 2014 at 11:25 AM, Kernel freak kernelfr...@gmail.com wrote: I have added the certificate. I modified the server.xml

catalina.out rotation in tomcat 7.0.56

2014-11-21 Thread Niranjan Babu Bommu
] %-5p %c- %m%n -- *Thanks* *Niranjan*

Re: catalina.out rotation in tomcat 7.0.56

2014-11-21 Thread Niranjan Babu Bommu
Hi Chris, Thanks for your reply. Actually I'm running multiple instances in tomcat, log-rotation works fine for all the instances but they are not rotation midnight everyday, '.'-MM-ddRollover at midnight each day. Thanks Niranjan On Fri, Nov 21, 2014 at 12:18 PM, Christopher Schultz ch

Re: Tomcat 64-bit for Solaris 64-bit OS

2013-02-01 Thread Niranjan
Jeff Sturm jeff.sturm at eprize.com writes: -Original Message- From: Caldarale, Charles R [mailto:Chuck.Caldarale at unisys.com] Sent: Thursday, January 31, 2013 3:21 PM From: Niranjan [mailto:nthota at atmi.com] Subject: Re: Tomcat 64-bit for Solaris 64-bit OS As I

Tomcat 64-bit for Solaris 64-bit OS

2013-01-31 Thread Thota, Niranjan
Hi I was looking for tomcat 64-bit for my Solaris 64-bit OS and I couldn't find one. Only the one I see is for windows but nothing for any UNIX based OS. So wondering if there is any a 64-bit tomcat for Solaris is available for download. Thanks! Niranjan Thota Programmer Analyst Analytics

Re: Tomcat 64-bit for Solaris 64-bit OS

2013-01-31 Thread Niranjan
Mark Thomas markt at apache.org writes: On 31/01/2013 14:19, Thota, Niranjan wrote: Hi I was looking for tomcat 64-bit for my Solaris 64-bit OS and I couldn't find one. Only the one I see is for windows but nothing for any UNIX based OS. So wondering if there is any a 64-bit

Re: Tomcat 64-bit for Solaris 64-bit OS

2013-01-31 Thread Niranjan
Caldarale, Charles R Chuck.Caldarale at unisys.com writes: From: Niranjan [mailto:nthota at atmi.com] Subject: Re: Tomcat 64-bit for Solaris 64-bit OS If I understand correctly, I just extract the zip file and start the server. If this is the case, how can I point my tomcat