Can some please help me out with this?. recently we have started migrating
our application from Tomcat 8.5.49 (tar file) to the RPM-installed Tomcat
8.5.89. We encountered a 404 error after the migration
tomcat 8.5.49 tar file installation:
TOMCAT_HOME: /deploy/software/tomcat
TOMCAT_BASE: /de
iddleware Admin
> T +91.7879364483
> EMail - priyanka.kuma...@dxc.com
> DL - ams-leveraged-webadmin-offsh...@dxc.com
>
> DXC Technology
>
>
>
>
>
>
> -Original Message-
> From: Niranjan Babu Bommu
> Sent: 22 September 2021 04:53
> To: Tomcat User
Another way you get supported is TLS and the cipher suite.
nmap -sV --script ssl-enum-ciphers -p
nmap -sV --script ssl-enum-ciphers -p
On Tue, Sep 21, 2021 at 5:25 PM Christopher Schultz <
ch...@christopherschultz.net> wrote:
> Priyanka,
>
> On 9/21/21 13:52, Kumawat, Priya
have you turned on codecahe , if that is true can you monitor codecahe?
known issue with codecache in java 7, when codecache fills up the compiler
may not get get restarted even after the codecache occupancy drops down to
half after the emergency flushing, this may cause high cpu usage by the
compi
options -d32 and -d64 have been addd to the java launcher to specify
whether the program is be run in a 32-bit or 64-bit env, this is valid only
certain unix(solaris) env, windows and linux have their own 32-bit or
64-bit java installations.
On Fri, Apr 20, 2018 at 8:32 AM, Cheltenham, Chris <
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, 2017 at 11:
may be pid file lying around from earlier stop/start?
remove the pid file and start again.
/opt/tomcat/temp/tomcat.pid
On Tue, Dec 20, 2016 at 4:08 PM, Mary Wiegand
wrote:
> Hi,
>
> I'm installing tomcat v8.5.9 on ubuntu 16.04
>
> this is my tomcat.service file:
>
> #System unit file for tom
you can find who is flooding site in apache access.log and block them in
firewall.
ex to find the IP:
cat /var/log/apache2/access.log |cut -d' ' -f1 |sort |uniq -c|sort -gr
On Fri, Nov 25, 2016 at 8:42 AM, Jaaz Portal wrote:
> hi,
> we are from some weeks struggling with some Polish hackers
14/16 10:06 AM, Niranjan Babu Bommu wrote:
> > Thanks for your reply, here I'm attaching server.xml file in this
> > email.
> >
> > actually we are running MHA for mysql where we can spin up new db
> > server and add to the cluster or change the IP of db server
&g
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
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
Hi All,
I have an issue with tomcat dns cache ttl, where if I change the IP address
of the database, tomcat still sending connection requests to an old IP
until I restart tomcat, this is not the case with Jboss. I verified in java
security, this what we have in java.
#networkaddress.cache.ttl=-1
Hi All,
I have an issue with tomcat dns cache ttl, where if I change the IP address
of the database, tomcat still sending connection requests to an old IP
until I restart tomcat, this is not the case with Jboss. I verified in java
security, this what we have in java.
#networkaddress.cache.ttl=-1
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
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
I think this would be JAVA_OPTS.
CATALINA_OPTS="-Xms512M -Xmx1024M -server -XX:+UseParallelGC"
On Tue, May 24, 2016 at 2:50 PM, Edwin Quijada
wrote:
> Hi!
> I am trying to monitor my Tomcat server using JMX remote when I configure
> the JMX protocol when I try to start Tomcat I get this
>
> Cou
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
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
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
Hi,
we are migrating prod servers to tomcat, since we are doing it slowly we
have found an issue in jdbc connection pool, tomcat is not releasing idle
jdbc connections, even we have tried setting maxIdle="10" but "NumIdle 97"
always. due to this threads are piling up in database.
I'm including my
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
I think the following OPTS is missing.
-Dcom.sun.management.jmxremote=true
On Tue, Apr 7, 2015 at 10:45 AM, Paul, Subhro wrote:
> Dear Team,
>
> Below is the property I was using to enable JMX in tomcat.conf file
> without authentication :
>
> CATALINA_OPTS="${CATALINA_OPTS} -Dcom.sun.managemen
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,
>
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
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
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
Hi Kernel,
I think you have create a keystore from the cert, please follow these
instruction and ket me know.
Create store with temporary key inside:
keytool -genkey -alias -keystore yourkeystore.jks -storepass
Hello1
Then delete existing entry:
keytool -delete -alias temp -keystore yourkeysto
er Schultz <
ch...@christopherschultz.net> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> Niranjan,
>
> On 11/21/14 10:38 AM, Niranjan Babu Bommu wrote:
> > I’m working on a project migrating apps from jboss to tomcat, I’m
> > running into an issu
Hi
I’m working on a project migrating apps from jboss to tomcat, I’m running
into an issue that is catalina.out rotation, I’m using log4.properties.
Everything works fine, log rotation happening but not everyday midnight. I
‘m having difficult time to figure out. could some one help me out on this
;
this.ds = null;
this.rs = null;
this.iter = null;
}
-Original Message-
From: Babu, Tinu [mailto:tinu.b...@amd.com]
Sent: Monday, August 26, 2013 2:51 PM
To: Tomcat Users List
Subject: RE: JspTagException- Stream closed
The RowSetIterate tag is declared in the JSP itself
Subject: Re: JspTagException- Stream closed
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Tinu,
On 8/20/13 9:59 PM, Babu, Tinu wrote:
> Here is the piece of codes which is throwing the error.
>
> datasource="userRole" > "> datasource="userRole" datait
JspTagException- Stream closed
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Babu,
On 8/19/13 2:59 AM, Babu, Tinu wrote:
> Thank you Konstantin and Chris for your valuable comments.
>
> No image IO operation has been performed by the thread. Basically what
> it does is, we have a
Hi,
We are using tomcat 6.0.18 and we got common vulnerability reported for
having default files, example JSPs and Servlets from the Tomcat
Servlet/JSP container.
I need a steps to Remove default files, example JSPs and Servlets from the
Tomcat Servlet/JSP container.
Thanks
Sures
hanks
Suresh
On Wed, May 8, 2013 at 10:11 AM, Daniel Mikusa wrote:
> On May 8, 2013, at 12:11 PM, suresh babu yella wrote:
>
> > We are using tomcat 6.0.18 and we found below number of Common
> > Vulnerabilities and Exposures (CVE).
>
> Not surprising given the versio
We are using tomcat 6.0.18 and we found below number of Common
Vulnerabilities and Exposures (CVE).
High Vulns: 98
Medium Vulns: 50
Low Vulns: 6
We cannot upgrade/patch any of those components due to supportability
concerns from Autonomy.
How can I apply a fix for all the CVE, I see the build
Good Work Bala.
-Original Message-
From: B. Balakrishna Rao [mailto:balakrishna_...@persistent.co.in]
Sent: Thursday, August 05, 2010 5:29 PM
To: Tomcat Users List
Subject: RE: Memory leak in using SSL with Tomcat 6.0.18 - Solved
The problem with memory leak using Tomcat 6.0.18 with SSL+
Hello
We are having Desktop SSO for an application hosted on tomcat. The Desktop SSO
uses kerberos authentication. We are using spnego.sourceforge.net solution for
enabling SSO on tomcat end. Now, desktop SSO works charm.
Now we would like to front tomcat with APache and use mod_jk for connecting
(DelegatingConnection.java:159)
at
org.apache.tomcat.dbcp.dbcp.PoolingDataSource$PoolGuardConnectionWrapper.createStatement(PoolingDataSource.java:204).
With Regards
Sharat Babu Shravanam
Byte and Switch Names Solix
(BasicDataSource.java:880)
at utils.ConnectionBroker.makeConnection(ConnectionBroker.java:256)
at utils.ConnectionBroker.makeConnection(ConnectionBroker.java:76)
at beans.PurgeProcess_T.run(PurgeProcess_T.java:166)
With Regards
Sharat Babu Shravanam
"CONNECTION NEVER CLOSED".
With Regards....
Sharat Babu Shravanam
From: Gaurav Lohiya [mailto:gloh...@gmail.com]
Sent: Wed 9/16/2009 8:21 AM
To: Tomcat Users List
Subject: Re: Re : Connection Closed Issue
Do you have the validation query
: run() Thread 78: Exception Releasing Resources
java.sql.SQLException: Connection oracle.jdbc.driver.T4CConnection@
1c9e95a is closed. for CONFIG 100019 For RUN_ID 100063
With Regards
Sharat Babu Shravanam
Byte and
Hello all,
Please note my new maild ID [EMAIL PROTECTED] , and also
please send test mail as well...
--
Suresh Babu,
Software Engineer,
Computer Associates-India
Think the servlet APIs like response.addCookie() etc ... might be helpful here.
You can send couple of cookies in your response header, the browser will store
these cookies permanently in harddisk.
-Venkatesh
- Original Message
From: lightbulb432 <[EMAIL PROTECTED]>
To: users@tomcat.a
tion_tcp_send_message::jk_ajp_common.c (896): 12 34 00 E6
02 02 00 08 48 54
54 50 2F 31 2E 31 - .4..HTTP/1.1
With regards,
Babu Satasiya
--
View this message in context:
http://www.nabble.com/increase-the-backend-idle-connection-timeout-or-the-connection_pool_minsize-tf352236
increase the nos for
worker.tomcat-publicweb-01.connection_pool_size=50
worker.tomcat-publicweb-01.connection_pool_minsize=26
This modification you need to do in workers.properties.
Please update this does not help.
With regards,
Babu Satasiya
Cisco System Inc.
Fletcher Cocquyt wrote
Hello all,
We have hosted a small vehicle retail website using tomcat as app server. The
site has been live from around 6-7 months, just that the number of vehicles on
our site is increasing. The site was working fine till last week, but in the
last week we are seeing that our site is unstable,
one can do session replication and it will help to have high
availabilty and load balancing together.
Please update.
Babu Satasiya
Cisco System Inc.
Scott Danforth wrote:
>
> Aha!!!
>
> I was confused by the XML. I was changing the Engine element that was
> previously commente
,
Babulal Satasiya
Cisco System Inc.
Sriram Narayanan wrote:
>
> On 2/14/07, Babu Satasiya <[EMAIL PROTECTED]> wrote:
>>
>> Hi,
>>
>> Please update about cluster option in server.xml, without that how does
>> it
>> work. If you can post all the
Hi,
oh!!
Its always - Apache+mod_jk - connecting to multiple tomcates on different
systems.
With regards,
Babu Satasiya
Propes, Barry L [GCG-NAOT] wrote:
>
> New using Tomcat 5 series -- just where is mod_jk within Tomcat?
>
> Please let me know.
>
> Thanks,
>
Hi,
Please update about cluster option in server.xml, without that how does it
work. If you can post all the steps will help others, otherwise it may even
confuse to others.
Thanks for posting on session replication, please let me know if we anyone
have live application and if they go for sessio
paramenters in sever.xml. It could be
2 miliseconds so I put 20 seconds in mod_jk.
Please past server.xml and workers.properties (which you did).
With regards,
Babu Satasiya
Cisco System Inc.
Dave Gardner wrote:
>
> mod_jk seems to fail if not in debug mode
>
> I've set up
thius.
With regards,
Babulal Satasiya
Rainer Jung-3 wrote:
>
> Version 1.2.6 of mod_jk is an antiquity. First update before
> investigating the problem.
>
> babu wrote:
>> Hi,
>>
>> We are also facing same problem and we are using mod_jk 1.2.6 with apache
&g
Hi,
I am also running with same problem, Please let me know if any settings have
helped to solve this problem.
With regards,
Babulal Satasiya
Cisco System Inc.
Sanjose, CA
JNeuhoff wrote:
>
>> Do I remember correctly, that Apache and Tomcat are on the same machine?
>> Is there a firewall on
Hi,
We are also facing same problem and we are using mod_jk 1.2.6 with apache
2.0.53 and tomcat 5.0.27. Mod_jk is configured with loadbalancer. We have
Apache+mod_jk with LB + 9 tomcats in backend. Mod_jk is set with sticky bit
set.
Partial workers.properites
worker.list=loadbalancer
worker.lo
commands, e-mail: [EMAIL PROTECTED]
--
Suresh Babu,
Software Engineer,
Computer Associates-India
fSjZ+YlIfUXzaXatPV0Kg=
=mxZ3
-END PGP SIGNATURE-
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Suresh Babu,
Software Engineer,
Computer Associates-India
Hello All,
We have an automated script that builds our webapp
(.war file) and deploys this app on our remote
webserver, using the remove and install facilities
provided by tomcat manager. We run this script daily
at a particular scheduled time.
The script creates the application war file, send th
k/ControlServlet.class"?
Another thing you could try is this:
$ javap -classpath webapps/abc/WEB-INF/lib/abc.jar \
com.abc.framework.ControlServlet
This should print out the API of your class. If it does not, then either
the JAR is broken or the package and class names are
GC details will be printed in console
On 7/20/06, MW Janssen <[EMAIL PROTECTED]> wrote:
thx for the fact that you want to look into it..i set those parameters and
restarted tomcat..are GC details printed in stout.log??
Maarten
-Oorspronkelijk bericht-
Van: Suresh babu [mailto:
-mail: users@tomcat.apache.org To unsubscribe,
>> e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>> --
>> No virus found in this incoming message.
>> Checked by AVG Free Edition.
>> Version: 7.1.394 / Virus Database: 268.10.1/391 - Release Date:
18-7-2006
>>
>>
>
>
>
> -
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
--
Suresh Babu,
Software Engineer,
Computer Associates-India
ot the intended recipient, you
should
delete this communication and/or shred the materials and any attachments
and
are hereby notified that any disclosure, copying, or distribution of this
communication, or the taking of any action based on it, is strictly
prohibited.
Thank you.
--
Sures
Hi,
Use following line in catalina file
set JAVA_OPTS=%JAVA_OPTS% -verbosegc -XX:+PrintGCDetails in windows change
accordingly to linux.
Run stratup.sh from command line: to see all heap information on console.
On 7/19/06, Suresh babu <[EMAIL PROTECTED]> wrote:
Hi
It's an op
based on it, is strictly prohibited.
Thank you.
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Suresh Babu,
Software Engineer,
Computer Associates-India
-verbosegc -XX:+PrintGCDetails
On 7/18/06, Suresh babu <[EMAIL PROTECTED]> wrote:
Hi,
Using -verbose:gc will also help in finding out the heap size
On 7/18/06, Christopher Schultz <[EMAIL PROTECTED]> wrote:
>
> Ibrahim,
>
> > I've increased the heaps
Hi,
Using -verbose:gc will also help in finding out the heap size
On 7/18/06, Christopher Schultz <[EMAIL PROTECTED]> wrote:
Ibrahim,
> I've increased the heapsize in my development enviroment.
> And I don't knowhow to confirm the change has been made to the effect
the
> whole system is affe
Hello All,
We are using Tomcat 4.1.3 . We have 2 web applications
running on the same webserver. The problem I'm facing
is that I need to change the locale information while
instantiating one of these web application. Is such
thing possible?
I tried setting the JVM opts -Duser.language and
-Duser
Hi Mark,
I went through the link given by you. Also checked for
permissions of "webapps" folder (guess things are
fine). The link is for Tomcat 5.5 but I'm working with
Tomcat 4.3.1 .
The context entry put by tomcat, for app1, when
deploying the application is:
In addition I
> HTH
>
>
> On 6/6/06, Peter Hubbard <[EMAIL PROTECTED]>
> wrote:
> >
> > On Mon, 2006-06-05 at 23:40 -0700, Venkatesh Babu
> wrote:
> > > Hello All,
> > >
> > > I'm using Tomcat 4.1 and trying to
> deploy/undeploy
> > > ap
Hello All,
I'm using Tomcat 4.1 and trying to deploy/undeploy
application using ant targets.
Earlier I posted a mail on deploy task not working due
to some protocol error. Got the solution for that :-)
But right now undeploy task is not working. It is
giving an error saying:
FAIL - Cannot remov
Hi Mark,
Thanks for the solution.
Actually file:///C:\temp\app1\app1.war works
-Venkatesh
--- Mark Thomas <[EMAIL PROTECTED]> wrote:
> Venkatesh Babu wrote:
> > Can anybody help me and point out what might be
> the
> > problem?
>
> Your url starts C:/ (so C lo
Hi all,
I'm using Tomcat 4.1.31.
I have a war file and I'm using the ant target
"" to deploy this war. Here is the code
snippet of my build.xml :
http://${tomcat.server.name}:${tomcat.server.port}/manager"/>
But when I call this target, I'm getting
Hi all,
I'm using Tomcat 4.1.31.
I have a war file and I'm using the ant target
"" to deploy this war. Here is the code
snippet of my build.xml :
http://${tomcat.server.name}:${tomcat.server.port}/manager"/>
But when I call this target, I'm getting
r on how to get tomcat running
with only the JRE using the zipped varient will
greatly help.
Thanks,
Babu
On 12/8/05, Vijay Babu <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> Thanks for your suggestions. But unfortunately none of them worked.
>
> Actually the application sets the Locale based on browser settings. So
> the response encoding is set to the appropriate Locate t
s that specified in no 1 (UTF-1 in my
> example). Some might argue that this is not necessary, but the fact is
> that there're still browsers out there not capable of parsing encoding
> info in HTTP header.
>
> HTH
>
> Seak
>
> Vijay Babu wrote:
>
> &
Hi all,
I am facing a problem with i18n using Tomcat 5.5.9. I have an application
which has been internationalized for a couple of languages and is working
fine with Tomcat 4.1.x. But the same application when deployed in Tomcat
5.5.9 does not work. When a jsp page having some text is accessed,
76 matches
Mail list logo