Re: [EXTERNAL EMAIL] Ubuntu Tomcat package maintenance

2024-07-12 Thread Niranjan Rao
download tar.gz files for both JRE and tomcat and just expand it in /usr/share directory and adjust path. Never gave us any trouble. Regards, Niranjan --

Re: [EXTERNAL EMAIL] Apache Tomcat Default Files - TEN-12085

2024-07-08 Thread Niranjan Rao
l? It also mentions custom error handling Regards, Niranjan

Re: [EXTERNAL EMAIL] RE: The Import cannot be resolved

2024-06-24 Thread Niranjan Rao
You will have better luck if you open your own thread Regards, Niranjan On 6/23/24 21:25, Shekhar Dhotre wrote: Hello Team, Is there any document or link that can point me to Tomcat and ldap integration ? I googled and nothing came out except few vidoes which doesn’t show steps. We have IBM

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

2023-12-05 Thread Niranjan Rao
h I don'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

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 dire

JSP include not working

2023-12-05 Thread Niranjan Rao
t that it's not able 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-Tim

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

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
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
and file handles keep piling up. 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 cl

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: L

Access log format in the access og files

2021-11-09 Thread Niranjan Rao
he file, it will 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 ? > Also I

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
9 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 fro

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 For

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 bas

Re: Out of memory exception

2021-02-18 Thread Niranjan Rao
e too 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 que

Out of memory exception

2021-02-18 Thread Niranjan Rao
rashed 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:

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
lder 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/2

Version migration problems

2020-06-18 Thread Niranjan Rao
lease 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: us

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

2020-02-12 Thread Niranjan Babu Bommu
ng a 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 fi

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
tomcat.service: Main process exited, code=exited, status=2/INVALIDARGUMENT > PID file found but no matching process was found. Stop aborted. > tomcat.service: Control process exited, code=exited status=1 > tomcat.service: Unit entered failed state. > tomcat.service:Failed with result 'exit-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
t; 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 Ba

Re: tomcat cache database server IP forever

2016-06-14 Thread Niranjan Babu Bommu
ks fine, the same 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 wrote: > On 13/06/2016 19:21, Niranjan Babu

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_O

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 wrote: > I read that is better use CATALINA_OPTS instead of JAVA_OPTS > > > From: Niranjan Babu Bommu > Sent: Tuesda

Re: Problem with monitoring with JMX

2016-05-24 Thread Niranjan Babu Bommu
> -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&q

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 wrote: > On 11/05/2016 11:58, Niranjan Babu Bommu wrote: > > Hi, > > > > we are migrating prod servers to

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

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 wrote: > 2015-07-21 8:35 GMT+03:00 Niranjan Karunanandham >: > > [sending to users list] > > > > On Thu, Jul 16, 2015 at 10:23 AM, Niranjan Karunanandham < > > niranjan.k...@gmail.com&

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 >

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 wrote: > > > -Original Message- > From: Niranjan Babu Bommu [mailto:niranjan.bo...@gmail

Re: Issue with JMX in tomcat

2015-04-07 Thread Niranjan Babu Bommu
tely. This notice is > included in all e-mail messages leaving PSEG. Thank you for your > cooperation. > > ----- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > -- *Thanks* *Niranjan* *+1 781.956.6900*

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, >

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

2014-11-24 Thread Niranjan Babu Bommu
it works for me with this conf. 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 8443 > > On Mon, Nov 24, 2014 at 11:25 AM, Kernel freak > wrote: > >> I have

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

2014-11-24 Thread Niranjan Babu Bommu
ct, your connection to this website maynotbe 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. > > > > > >- *Impor

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

2014-11-24 Thread Niranjan Babu Bommu
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 t

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

2014-11-24 Thread Niranjan Babu Bommu
ass Hello1 Thanks Niranjan On Mon, Nov 24, 2014 at 10:13 AM, Kernel freak 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

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, Christoph

catalina.out rotation in tomcat 7.0.56

2014-11-21 Thread Niranjan Babu Bommu
ersionPattern=%d [%t] %-5p %c- %m%n -- *Thanks* *Niranjan*

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

2013-02-01 Thread Niranjan
Jeff Sturm eprize.com> writes: > > > -Original Message- > > From: Caldarale, Charles R [mailto:Chuck.Caldarale unisys.com] > > Sent: Thursday, January 31, 2013 3:21 PM > > > > > From: Niranjan [mailto:nthota atmi.com] > > >

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

2013-01-31 Thread Niranjan
Caldarale, Charles R unisys.com> writes: > > > From: Niranjan [mailto:nthota 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

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

2013-01-31 Thread Niranjan
Mark Thomas 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 U

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 Pro