Find the effective classpath in a spring webapp's Controller

2022-08-22 Thread anjan bacchu
Hi there, I have a Controller in a spring webapp deployed to tomcat as a .war file(this is not a boot app). I have this code in the Controller this.getClass().getClassLoader().getResourceAsStream(licenseFile) The licenseFile is a 3rd party license file in our artifactory repository and gets

Re: Tomcat Thread Dump

2015-12-10 Thread Anjan Bacchu
hi yogesh, depending on how you launch tomcat, a) through tomcat.exe -- tomcat will show as tomcat in process explorer/task manager b) startup.bat/sh -- tomcat will show up as java.exe. If you have a JDK, then you can run jps and from the output list, you can determine which of the proces

Http 2 support in Tomcat

2015-05-15 Thread anjan bacchu
wondering what the plans are for supporting HTTP 2 support in tomcat ? When is it planned ? Which version(s) are likely to get support ?

Re: Fix for java.lang.VerifyError in tomcat 7.0.19 all the way thru tomcat 7.0.27!!

2012-05-31 Thread Anjan Bacchu
Hi Chris, Thank you. Do you/they need any additional info to help fix the bug ? Thanks again, BR, ~A On Thu, May 31, 2012 at 11:42 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Anjan, > > On

Re: Fix for java.lang.VerifyError in tomcat 7.0.19 all the way thru tomcat 7.0.27!!

2012-05-31 Thread Anjan Bacchu
ion of the eclipse compiler ? Do you suggest that the Eclipse compiler developers be told about this bug so they can fix it in the next release ? Thank you very much, BR, ~A BR, ~A On Thu, May 31, 2012 at 7:08 PM, Konstantin Kolinko wrote: > 2012/5/31 Anjan Bacchu : > > Hi all, &

Fix for java.lang.VerifyError in tomcat 7.0.19 all the way thru tomcat 7.0.27!!

2012-05-31 Thread Anjan Bacchu
Hi all, I've been a tomcat user for about 10 years -- starting with 3.x. So thanks the user and dev community for all the help. I recently tried moving our appserver from 5.5 to 7. as soon as I deployed our webapp to tomcat 7.0.27 and tried the app, I got a java.lang.VerifyError. down below is

Re: Peak load of Tomcat-powered server(s)?

2006-12-27 Thread anjan bacchu
or low "transaction type system, long prepartion times locally in browser for complex forms". Regards, Rainer - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- BR, Anjan Bacchu Summit Information Systems

Re: Memory leaks on webapp redeploy

2006-11-27 Thread anjan bacchu
itional commands, e-mail: [EMAIL PROTECTED] -- BR, Anjan Bacchu Summit Information Systems

Re: max memory..

2006-09-06 Thread anjan bacchu
least its what we have tested. > > leon > > On 9/6/06, Asensio, Rodrigo <[EMAIL PROTECTED]> wrote: > > Im here again. > > It's a 32 bits OS > > > > Definely GC gonna take longer if has more to collect. > > > > > > > > -Original

Re: max memory..

2006-09-05 Thread anjan bacchu
e notify the sender immediately. -- BR, Anjan Bacchu Summit Information Systems

Re: Handling huge amount data

2006-08-29 Thread anjan bacchu
- > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > ----- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- BR, Anjan Bacchu Summit Information Systems

Re: Tomcat's scalability

2006-06-21 Thread anjan bacchu
ance of Tomcat and using round robin is better than > adding a separate JVM. > - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- BR, Anjan Bacchu Summit Information Systems

Concise way of closing DB resources code sample

2006-05-17 Thread anjan bacchu
block. Just wanted to share this -- if the developers think it makes sense, then the updated sample would be useful to all the tomcat users, especially noobs. Thank you, <http://tomcat.apache.org/tomcat-5.5-doc/jndi-datasource-examples-howto.html>-- BR, Anjan Bacchu Summit Information Systems