RE: [org.apache.jasper.JasperException: Unable to compile class for JSP] with root cause

2023-04-03 Thread Kesavan, Suresh Prabhu (Fed)
wed correctly. Mark On 27/03/2023 16:47, Kesavan, Suresh Prabhu (Fed) wrote: > Hi Mark, > > Sure, below is the policy file > > */_catalina.policy_/* > > // Licensed to the Apache Software Foundation (ASF) under one or more > // contributor license agreements. See the

RE: [org.apache.jasper.JasperException: Unable to compile class for JSP] with root cause

2023-03-27 Thread Kesavan, Suresh Prabhu (Fed)
java.net.SocketPermission "*.noaa.gov:80", "connect"; // }; // // The permissions granted to the context WEB-INF/classes directory // grant codeBase "file:${catalina.base}/webapps/examples/WEB-INF/classes/-" { // }; // // The permission granted to your JDBC driver // grant

[org.apache.jasper.JasperException: Unable to compile class for JSP] with root cause

2023-03-27 Thread Kesavan, Suresh Prabhu (Fed)
d$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Thread.java:833) [tomcat@c793762ed6ee logs]$ Thanks, Suresh Kesavan OISM/ASD National Institute of Standards and Technology Office:- 301-975-6973 From: Kesavan, Suresh Prabhu (Fed) Sent: Friday, March 24, 2023 9:50 A

Re: java.lang.OutOfMemoryError: PermGen space when we redeploy same application multiple times

2020-10-12 Thread Prabhu Gurunathan
Thanks Manuel Dominguez On Mon, Oct 12, 2020 at 5:51 PM Manuel Dominguez Sarmiento wrote: > > The articles in this page will be helpful: > https://java.jiderhamn.se/category/classloader-leaks/ > > On 12/10/2020 04:19, Mark Thomas wrote: > > On 11/10/2020 02:39, Prabhu Guru

Re: java.lang.OutOfMemoryError: PermGen space when we redeploy same application multiple times

2020-10-12 Thread Prabhu Gurunathan
Thanks Mark , for your thoughts , will explore more and get back . On Mon, Oct 12, 2020 at 12:49 PM Mark Thomas wrote: > > On 11/10/2020 02:39, Prabhu Gurunathan wrote: > > Hi All, > > > > We have an setup where we are using OpenJDK 1.7 and Tomcat 7.0.100 , > > in C

java.lang.OutOfMemoryError: PermGen space when we redeploy same application multiple times

2020-10-10 Thread Prabhu Gurunathan
The problem here is When we try to undeploy and deploy same applications multiple time we are getting into java.lang.OutOfMemoryError: PermGen space very quickly . Want to know is it very generic problem on this deployment model or is this can be fixed anyway ? Thanks , Pra

RE: "Too Many Connections" exceptions after moving to Tomcat 8

2015-07-29 Thread Prabhu Mannu
efficient tool. Hope it helps. With regards Prabhu -Original Message- From: Jerry Malcolm [mailto:techst...@malcolms.com] Sent: Wednesday, 29 July, 2015 1:39 PM To: Tomcat Users List Subject: "Too Many Connections" exceptions after moving to Tomcat 8 I am trying to move my cli

RE: Re: how to block the duplicated requests?

2015-05-20 Thread Prabhu Mannu
imple request filter servlet would do the job. And maybe you might want to change the CAPTCHA, to a not_so_obvious_to_figure_out kind With regards Prabhu -Original Message- From: javalishixml [mailto:javalishi...@163.com] Sent: Wednesday, 20 May, 2015 4:22 PM To: Tomcat Users List Su

Re:Re: how to block the duplicated requests?

2015-05-19 Thread prabhu
--- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org Look into Mod_evasive for httpd IMHO as suggested earlier you are better off experimenting with servlet level With regards

RE: Tomcat 7.0.57 - Deployment Issue

2015-05-11 Thread Prabhu Mannu
ne vhost config for each domain and different root context. *it help you get better solution if you actually post the server.xml with unnecessary contents stripped out With regards Prabhu - To unsubscrib

Re: Tomcat 7.0.57 - Deployment Issue

2015-05-08 Thread prabhu
On Friday 08/05/2015 at 16:26, Mark Thomas wrote: Wearing my list moderator, Tomcat PMC member and ASF member hats. Let me make something perfectly clear. There is no place *at all* at the ASF for views like those expressed by "orn amental". I would draw people's attention to the ASF cod

RE: Help required to calculate Apache Tomcat resource

2015-02-12 Thread Prabhu Mannu
Answers below -Original Message- From: David kerber [mailto:dcker...@verizon.net] Sent: Thursday, 12 February, 2015 9:42 PM To: Tomcat Users List Subject: Re: Help required to calculate Apache Tomcat resource > > >... > > > > Hi Mark, > > Thanks for your reply. By miss I sent the first e-

RE: Tomcat 8 encoding issues: unable to change the default encoding iso-8859-1 to utf-8 in http header

2015-01-23 Thread Prabhu Mannu
et=UTF-8" %> And in server.xml Before changes to config prabhu@dev01 ~ $ curl -I http://localhost:8088//user/index.action HTTP/1.1 200 OK Server: Apache-Coyote/1.1 Set-Cookie: JSESSIONID=5CB483D8DC5F2C574DBDDE1E102763EC; Path=/x/; HttpOnly Content-Type: text/html;charset=ISO-8859-

RE: Tomcat 8 encoding issues: unable to change the default encoding iso-8859-1 to utf-8 in http header

2015-01-22 Thread Prabhu Mannu
Hi all, Found the issue it's the jsp page itself that was encoded in iso-8859-1 format. Sighs .. I became such a noob. Sorry all for the trouble. With regards Prabhu -Original Message- From: Prabhu Mannu [mailto:pra...@fernridge.com] Sent: Friday, 23 January, 2015 3:21 PM To:

Tomcat 8 encoding issues: unable to change the default encoding iso-8859-1 to utf-8 in http header

2015-01-22 Thread Prabhu Mannu
cause this application need to support Japanese language. I welcome anyone to give me any suggestion/comments/or pointers on what I am doing wrong. With regards Prabhu - To unsubscribe, e-mail: users-unsubscr...@tomcat.apach

Using Tomcat manager to deploy application in clustered Tomcat 7.0.42

2014-10-16 Thread Prabhu, Ganesh
Hi, I have a question about using tomcat manager to deploy applications when tomcat nodes are in a clustered environment. Setup Description Tomcat Node 1 : Tomcat version 7.0.42; JDK 1.6 update 27 (clustered) Tomcat Node 2 ; Tomcat version 7.0.42; JDK 6 update 27 (clustered) I have verified th

Re: deploy a war file

2008-05-19 Thread ashok prabhu - Sun Microsystems - Bangalore India
Hi, I am running solaris 10. Where do I find the webapps directory. Let me know the command to restart tomcat. Thanks, ~Ashok. Dilip Diascore Kolandairaj wrote: Just place the war file in tomcat/webapps directory and restart your tomcat. Note : Please make sure that you are not having the a

[Fwd: deploy a war file]

2008-05-19 Thread ashok prabhu - Sun Microsystems - Bangalore India
Hi folks, I downloaded a war file. I need to deploy the war file in tomcat. Please let me know how do i do it? I am running Solaris 10. Thanks, ~Ashok. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe,

deploy a war file

2008-05-19 Thread ashok prabhu - Sun Microsystems - Bangalore India
Hi folks, I downloaded a war file. I need to deploy the war file in tomcat. Please let me know how do i do it? Thanks, ~Ashok. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED]

Tomcat skips certain exceptions without logging

2007-10-14 Thread Prabhu
I am noticing this weird problem, in which tomcat randomly skips logging few exceptions. I am using tomcat 6.0.13. Can someone help me to resolve this. Regards, Prabhu - To start a new topic, e-mail: users@tomcat.apache.org

swallowOutput option in tomcat 6

2007-06-14 Thread Prabhu
How to get swallowOutput option working in tomcat 6. I am not able to get this from the context documentation. -- Regards, Prabhu - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL

swallowOutput attribute in tomcat 6

2007-06-12 Thread Prabhu
EMAIL PROTECTED] -- Regards, Prabhu - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Tomcat 6 clustering question

2007-06-08 Thread Prabhu
ster entry here. Any thoughts on this? -- Regards, Prabhu - To start a new topic

SSL fails to work in tomcat 5.5.17

2007-03-01 Thread Sudarshan Prabhu
Hi, I have migrated tomcat from 5.0.28 to 5.5.17 with native dll support, after the migration SSL certificate in PKCS2 format does not work. I observe it is getting redirected to secure port (i can see https in the URL) but application fails to load. Tomcat5.5.17 is running with java v

apache+ssl with tomcat ..

2006-10-05 Thread Siddesh Prabhu
Hi Gurus... Can any one tell me how to integrate apache+ssl, with tomcat. I have apache Apache/2.0.59 (Win32) mod_ssl/2.0.59 OpenSSL/0.9.8b mod_jk/1.2.19 . http://server_name/jsp-examples is working fine, now i configured apache for ssl, https://server_name is working fine. Ho

How to redirect HTTP request to HTTPS on Tomcat

2006-06-09 Thread Siddesh Prabhu
Hi Gurus, I am using Tomcat 5.0.28, I have configured SSL. Now i want to know whether it is possible to redirect http request to https using server.xml file, meaning if i give http://localhost:8080 it should go to https://localhost:8443, I googled a lot but did not get a firm solution on

settingheap sizes for JVM in tomcat

2006-05-19 Thread Siddesh Prabhu
hi ppl, Is there any criteria/way to determine the suitable heap sizes ( -Xms nad -Xmx ) for JVM in tomcat ?? Thanks in advance Siddesh - Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2¢/min

Problem with apache tomcat

2006-05-15 Thread Siddesh Prabhu
Hi Experts,   I have problem with my apache tomcat, the detail of the problem is s below. I have a box with Business Objects 6.5.1 installed with Apache 2.0,Apache tomcat version 5.0.28 and Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_01). There is freqent problem with Tomcat. I

RE: A simple question about creating a thread in Tomcat app

2006-02-22 Thread Sethuraman, Prabhu \(Cognizant\)
Using Servlet Context listener would be the best and simple solution. THere are articles which describe step by step implementation of the solution. Let us know if you are not able to locate this. Prabhu S -Original Message- From: Artur Rataj [mailto:[EMAIL PROTECTED] Sent: Wednesday

RE: Java Question

2006-02-22 Thread Sethuraman, Prabhu \(Cognizant\)
multicase mode and you might not get to see the CEOs picture itself :) No kidding. We did have the same issue, where a critical transaction in a Production system was trying to get data from an EJB which was running in a test system. Prabhu S -Original Message- From: Andrew English [mailto

Strange behaviour by Tomcat

2006-01-28 Thread Prabhu
uot;catalina.out". But i want these ones also in my log file. Kindly suggest some solution for this. -- Prabhu Mobile: (0) 98414 05819 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Catalina.policy to add new file permissions

2005-12-22 Thread Sethuraman, Prabhu \(Cognizant\)
wrong here so that I/else someone can help you out. Thanks, Prabhu S -Original Message- From: George Azzopardi [mailto:[EMAIL PROTECTED] Sent: Thursday, December 22, 2005 5:18 PM To: users@tomcat.apache.org Subject: Catalina.policy to add new file permissions Hi people, I have a web

RE: How to load a class when tomcat starts

2005-12-11 Thread Sethuraman, Prabhu \(Cognizant\)
Add the relevant classes to web-inf/classes, start your app and its all done. Thanks, Prabhu S -Original Message- From: vineesh kumar [mailto:[EMAIL PROTECTED] Sent: Friday, December 09, 2005 11:07 AM To: Tomcat Users List; [EMAIL PROTECTED] Subject: How to load a class when tomcat s

Tomcat 5.0.18 crashes everyday

2005-12-07 Thread Sethuraman, Prabhu \(Cognizant\)
so we feel there is enough memory available to the application. Thanks, Prabhu S This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information. If you are not the intended recipient, please contact the