Re: Strange problem involving the word "localhost"

2023-09-08 Thread James H. H. Lampert
On 9/8/23 8:34 AM, Ivano Luberti wrote: I had similar problem with mod_security installed on servers and apache used as proxy. mod_security intercept the request and if considers it suspicious generate a 403 error Found it. It's in the AWS WAF. A rule called "AWS#AWSManagedRulesCommonRuleS

Re: Strange problem involving the word "localhost"

2023-09-08 Thread Ivano Luberti
I had similar problem with mod_security installed on servers and apache used as proxy. mod_security intercept the request and if considers it suspicious generate a 403 error Il 08/09/2023 17:25, James H. H. Lampert ha scritto: Yesterday, I discovered that our Tomcat-based webapp (running on a

Strange problem involving the word "localhost"

2023-09-08 Thread James H. H. Lampert
Yesterday, I discovered that our Tomcat-based webapp (running on a Amazon AWS) doesn't like the word "localhost." If I enter it in a text field, through the UI, it won't save the record, and if I feed it into our web services, it comes back with a 403:Forbidden. My primary hypothesis is that

Re: Strange problem with data source Tomcat 6.0.18

2009-09-01 Thread Michael Ludwig
Schalk, glad you solved it. Michael Ludwig schrieb: Then I suspect a typo in your resource definition. I once had Resource/@url instead of Resource/@uri with the MySQL driver. The error was just: For posterity, I got this the wrong way around: Resource/@url is correct, Resource/@uri is incorr

RE: Strange problem with data source Tomcat 6.0.18

2009-08-31 Thread Caldarale, Charles R
> From: sch...@afrigis.co.za [mailto:sch...@afrigis.co.za] > Subject: RE: Strange problem with data source Tomcat 6.0.18 > > I technically do not have to include the Context definition bit > at all in the context.xml and can basically just use the Resource > definitions on its o

RE: Strange problem with data source Tomcat 6.0.18

2009-08-31 Thread Caldarale, Charles R
> From: Michael Ludwig [mailto:mil...@gmx.de] > Subject: Re: Strange problem with data source Tomcat 6.0.18 > > Try capitalizing to . Also make sure there is no conf/Catalina/[host]/myapp.xml file lying around; if so, it will override your META-INF/context.xml file. The copy in c

RE: Strange problem with data source Tomcat 6.0.18

2009-08-31 Thread Schalk
, the path as well as docbase and walla! Thanks again! -- Kind Regards Schalk Neethling -Original Message- From: Michael Ludwig [mailto:mil...@gmx.de] Sent: 01 September 2009 12:56 AM To: Tomcat Users List Subject: Re: Strange problem with data source Tomcat 6.0.18 sch...@afrigis.co.za

RE: Strange problem with data source Tomcat 6.0.18

2009-08-31 Thread Schalk
: Tomcat Users List Subject: Re: Strange problem with data source Tomcat 6.0.18 sch...@afrigis.co.za schrieb am 01.09.2009 um 00:29:34 (+0200): > I am starting to think it might very well have to do with my > context.xml file. I just saw in the logs that Tomcat was actually > giving error sa

Re: Strange problem with data source Tomcat 6.0.18

2009-08-31 Thread Michael Ludwig
sch...@afrigis.co.za schrieb am 01.09.2009 um 00:29:34 (+0200): > I am starting to think it might very well have to do with my > context.xml file. I just saw in the logs that Tomcat was actually > giving error saying that it could not deploy myapp.xml. After reading > some on the web I discovered

RE: Strange problem with data source Tomcat 6.0.18

2009-08-31 Thread Schalk
t: 01 September 2009 12:13 AM To: Tomcat Users List Subject: Re: Strange problem with data source Tomcat 6.0.18 sch...@afrigis.co.za schrieb am 31.08.2009 um 23:57:07 (+0200): > Hi there Michael, > > Ok, I removed the mysql jar from my app and left it in tomcat/lib > > I also undeployed

Re: Strange problem with data source Tomcat 6.0.18

2009-08-31 Thread Michael Ludwig
sch...@afrigis.co.za schrieb am 31.08.2009 um 23:57:07 (+0200): > Hi there Michael, > > Ok, I removed the mysql jar from my app and left it in tomcat/lib > > I also undeployed and then redeployed the war file via the manager app > but the problem persists. Then I suspect a typo in your resource

RE: Strange problem with data source Tomcat 6.0.18

2009-08-31 Thread Schalk
: 31 August 2009 11:28 PM To: users@tomcat.apache.org Subject: Re: Strange problem with data source Tomcat 6.0.18 sch...@afrigis.co.za schrieb am 31.08.2009 um 23:16:48 (+0200): > I have set-up a data source using the context.xml file located inside > my META-INF and added the relevant entry

RE: Strange problem with data source Tomcat 6.0.18

2009-08-31 Thread Schalk
aring from you. -- Kind Regards Schalk Neethling -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: 31 August 2009 11:26 PM To: Tomcat Users List Subject: RE: Strange problem with data source Tomcat 6.0.18 > From: sch...@afrigis.co.za [ma

Re: Strange problem with data source Tomcat 6.0.18

2009-08-31 Thread Michael Ludwig
sch...@afrigis.co.za schrieb am 31.08.2009 um 23:16:48 (+0200): > I have set-up a data source using the context.xml file located inside > my META-INF and added the relevant entry in the web apps web.xml. I > also have the MySQL connector/j driver inside my own apps lib as well > as inside the serv

RE: Strange problem with data source Tomcat 6.0.18

2009-08-31 Thread Caldarale, Charles R
> From: sch...@afrigis.co.za [mailto:sch...@afrigis.co.za] > Subject: Strange problem with data source Tomcat 6.0.18 > > I also have the MySQL connector/j driver inside my own apps lib > as well as inside the server's lib(same version). Don't ever do that. A given class

Strange problem with data source Tomcat 6.0.18

2009-08-31 Thread Schalk
Hi everyone, I sincerely hope someone can point me in the right direction here. I have set-up a data source using the context.xml file located inside my META-INF and added the relevant entry in the web apps web.xml. I also have the MySQL connector/j driver inside my own apps lib as well as inside

Re: strange problem w/ connection pool and Oracle

2009-02-12 Thread John Cartwright
er, I wouldn't have associated the strange looking class cast exception w/ the different classloaders. Thanks again for the help! --john Caldarale, Charles R wrote: From: john.c.cartwri...@noaa.gov [mailto:john.c.cartwri...@noaa.gov] Subject: strange problem w/ connection pool and Ora

Re: strange problem w/ connection pool and Oracle

2009-02-12 Thread ovidiu asiminei
Hi John, This is my context.xml In my tomcat lib directory ( /tomcat/lib ) I have a copy of the Oracle JDBC jar ( ojdbc14_10g.jar ) Regards, Ovidiu On Wed, Feb 11, 2009 at 5:41 PM, wrote: > Hello All, > > I'm having a rather strange problem using Oracle-

RE: strange problem w/ connection pool and Oracle

2009-02-11 Thread Caldarale, Charles R
> From: john.c.cartwri...@noaa.gov [mailto:john.c.cartwri...@noaa.gov] > Subject: strange problem w/ connection pool and Oracle > > Cause: java.lang.ClassCastException: oracle.sql.STRUCT cannot > be cast to oracle.sql.STRUCT This is a classic symptom of having a class file loaded b

strange problem w/ connection pool and Oracle

2009-02-11 Thread John . C . Cartwright
Hello All, I'm having a rather strange problem using Oracle-specific types obtained from a connection pool defined my my context.xml. I'm reading the ResultSet w/ getObject, but then when I try to cast the Object to the correct type, I see: Cause: java.lang.ClassCastException: oracle.

Re: JNDI realm strange problem(Tomcat 6.0.16)

2008-06-23 Thread Kumar Gaurav Srivastava
hello chris, yes, our ldap server and tomcat server are both up for 24 hours and 7 days. yes, restarting tomcat server, problem vanishes. thank you, On Fri, 2008-06-20 at 10:20 -0400, Christopher Schultz wrote: > king again? -- Kumar Gaurav Srivastava A B Technologies SDF Building

Re: JNDI realm strange problem(Tomcat 6.0.16)

2008-06-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kuman, Kumar Gaurav Srivastava wrote: | i have my realm configuration in server.xml, every thing is fine i can | login. but when i try to login the next morning it gives error | | SEVERE: Exception performing authentication | javax.naming.NoInitialCo

JNDI realm strange problem(Tomcat 6.0.16)

2008-06-19 Thread Kumar Gaurav Srivastava
hello , i will be really grateful if someone can help me on this. i have my realm configuration in server.xml, every thing is fine i can login. but when i try to login the next morning it gives error SEVERE: Exception performing authentication javax.naming.NoInitialContextException: Need to sp

Re: Strange problem after uploading the war file to server

2008-06-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Vyravan, Vyravan Ramanathan wrote: | Am getting the following exception after uploading the war file to the server running tomcat 5.0.27, am trying to retrive some data's from database and trying to set that in the form bean and trying to retrive in

Strange problem after uploading the war file to server

2008-06-11 Thread Vyravan Ramanathan
Hi All, Am getting the following exception after uploading the war file to the server running tomcat 5.0.27, am trying to retrive some data's from database and trying to set that in the form bean and trying to retrive in the JSP, but am getting this error in linux server not in my localho

Very strange problem with forms ...

2008-02-11 Thread Rafal Markut
Hello, I know that this list isn't for web developping but I have impression that maybe tomcat makes problems so I'm writting here ... I made very simple web application. Namely on the main page there is list of records (list.jsp). I can create new record, edit and delete. So when user clic

Strange Problem in Tomcat

2007-12-19 Thread Gaurav Pruthi
Hi, I am new to tomcat and using Tomcat 6.0.14 with apache, mod_jk Here is the Host configured in server.xml www.tomcatuser.org Below is the VirtualHost configured in Apache. ServerAdmin [EMAIL PROTECTED] ServerName tomcatuser.org DocumentRoot /usr/local/tomcat/webapps/tomc

Re: [Tomcat 5.5.17] Strange Problem With Batabase Connection Pool

2007-11-30 Thread albert quinn
Hi, (n+1)-th times !! : I've new information about the Database Connection Pool's mistery. After the last setup, adding testWhileIdle="true" and timeBetweenEvictionRunsMillis="240" it worked nice after about 3 hours of inactivity, but I don't undestand why It seems to work now and it didn'

Re: [Tomcat 5.5.17] Strange Problem With Batabase Connection Pool

2007-11-30 Thread albert quinn
Hi for the n-th time ! : I've set up testWhileIdle="true" and timeBetweenEvictionRunsMillis="240". I'll try again in about an hour with this new setup and I'll come back if the new setup give me any new information. 2007/11/30, albert quinn <[EMAIL PROTECTED]>: > Hi again : > > I've r

Re: [Tomcat 5.5.17] Strange Problem With Batabase Connection Pool

2007-11-30 Thread albert quinn
Hi again : I've read the URLs about DBCP configuration. Then, I've set up DBCP for my connection pool. I've added a validation query and I've set testOnBorrow="true". I've tried again and I've achieved the same strange behaviour : after about and hour of inactivity, it waits forever in the 3th

Re: [Tomcat 5.5.17] Strange Problem With Batabase Connection Pool

2007-11-29 Thread albert quinn
Hi once more time : Thanks again for your help. Sorry, I didn't know the connections aren't really closed. I've to leave now, but I'll read the URLs you gave me tomorrow and then, I'll try to set up DHCP properly. Thanks a lot. I'll come back if I get any kind of new information about the m

Re: [Tomcat 5.5.17] Strange Problem With Batabase Connection Pool

2007-11-29 Thread Mark Thomas
albert quinn wrote: > Hi again, Mark : > > I've benn thinking about the problem and I don't really think it > could be a problem with database connection timeout due to inactivity > because when the web service is called, the web service gets a > connection from the pool, it uses the connectio

Re: [Tomcat 5.5.17] Strange Problem With Batabase Connection Pool

2007-11-29 Thread albert quinn
Hi again, Mark : I've benn thinking about the problem and I don't really think it could be a problem with database connection timeout due to inactivity because when the web service is called, the web service gets a connection from the pool, it uses the connection, and then it closes the connec

Re: [Tomcat 5.5.17] Strange Problem With Batabase Connection Pool

2007-11-29 Thread Jackie Justice
All of a sudden I have gotten several emails concerning tomcat. All I wanted to do was to get to petedge. Jackie - Original Message - From: "albert quinn" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday, November 29, 2007 4:26 PM Subject: R

Re: [Tomcat 5.5.17] Strange Problem With Batabase Connection Pool

2007-11-29 Thread Jackie Justice
I don't know why you are writing to me. I just wanted to get to petedge. Jackie J - Original Message - From: "Mark Thomas" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday, November 29, 2007 3:54 PM Subject: Re: [Tomcat 5.5.17] Strange Proble

Re: [Tomcat 5.5.17] Strange Problem With Batabase Connection Pool

2007-11-29 Thread albert quinn
It could be. I'm really lost, and have no idea about what is happening. I forgot to tell that, when I call the web service after about an hour of inactivity and it waits forever at the 3th line, if i call the web service again, it works nice and it keeps on working nice (except if I wait about

Re: [Tomcat 5.5.17] Strange Problem With Batabase Connection Pool

2007-11-29 Thread Mark Thomas
albert quinn wrote: > The lines 1 and 2 are executed, but the 4th line is never reached. > Any idea of what could be happening here or how could I do to discover > what's happening? does it seems to be a bug on my code or a setup > problem? Could you database connection be timing out due to inac

[Tomcat 5.5.17] Strange Problem With Batabase Connection Pool

2007-11-29 Thread albert quinn
Hi all ! : I'm facing a very strange problem. I'm developing a web service with : - Apache Axis 2 RC 1.3 running on Tomcat 5.5.17, running on Windows XP Professional - Java JDK 1.5 I've set up a database connection pool in Tomcat. My Web Service gets a connectio

Re: Strange problem with virtual host

2007-06-30 Thread Mark Thomas
Caldarale, Charles R wrote: >> by the way, is there a DTD or schema for server.xml? > > Not that I'm aware of. This is correct and there will never be one since server.xml can contain custom realms etc that may define their own attributes. Mark -

RE: Strange problem with virtual host

2007-06-29 Thread Caldarale, Charles R
> From: Toby Hobson [mailto:[EMAIL PROTECTED] > Subject: Re: Strange problem with virtual host > > I've just realised that the last two host elements have > appbase attributes, not appBase That will do it. By the way, you also have a mixture of line terminators; the ori

Re: Strange problem with virtual host

2007-06-29 Thread Toby Hobson
Subject: Re: Strange problem with virtual host There's something strange going on here - every time i send the file it's getting screwed up I'll try attaching it instead Toby - Original Message From: "Caldarale, Charles R" <[EMAIL PROTECTED]> To: Tomcat Use

Re: Strange problem with virtual host

2007-06-29 Thread Toby Hobson
0:19:46 PM Subject: RE: Strange problem with virtual host > From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] > Subject: RE: Strange problem with virtual host > > > From: Toby Hobson [mailto:[EMAIL PROTECTED] > > Subject: Re: Strange problem with virtual host > > > &

Re: Strange problem with virtual host

2007-06-29 Thread Toby Hobson
... - Original Message From: "Caldarale, Charles R" <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Friday, 29 June, 2007 10:19:46 PM Subject: RE: Strange problem w

RE: Strange problem with virtual host

2007-06-29 Thread Caldarale, Charles R
> From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] > Subject: RE: Strange problem with virtual host > > > From: Toby Hobson [mailto:[EMAIL PROTECTED] > > Subject: Re: Strange problem with virtual host > > > > Here's the actual file: > > The one

RE: Strange problem with virtual host

2007-06-29 Thread Caldarale, Charles R
> From: Toby Hobson [mailto:[EMAIL PROTECTED] > Subject: Re: Strange problem with virtual host > > Here's the actual file: The one sent in the most recent message has only two elements, yet your original message described problems when you were adding a fourth. Will the real

Re: Strange problem with virtual host

2007-06-29 Thread Toby Hobson
ers List Sent: Friday, 29 June, 2007 9:54:01 PM Subject: RE: Strange problem with virtual host > From: Toby Hobson [mailto:[EMAIL PROTECTED] > Subject: Re: Strange problem with virtual host > > Haha - well it was opened in vim (over an SSH terminal), then > I removed all the co

RE: Strange problem with virtual host

2007-06-29 Thread Caldarale, Charles R
> From: Toby Hobson [mailto:[EMAIL PROTECTED] > Subject: Re: Strange problem with virtual host > > Haha - well it was opened in vim (over an SSH terminal), then > I removed all the comments - I'll admit it's not the prettiest xml :-) It's not just not pretty -

Re: Strange problem with virtual host

2007-06-29 Thread Toby Hobson
29 June, 2007 8:51:15 PM Subject: Re: Strange problem with virtual host On 6/29/07, Toby Hobson <[EMAIL PROTECTED]> wrote: > Hi guys, > > I'm experiencing some really strange behaviour with a new virtual host that I > have created. Here's a little bit of background:

Re: Strange problem with virtual host

2007-06-29 Thread Hassan Schroeder
On 6/29/07, Toby Hobson <[EMAIL PROTECTED]> wrote: Hi guys, I'm experiencing some really strange behaviour with a new virtual host that I have created. Here's a little bit of background: If the following is an actual copy/paste of your server.xml, you really need a better (XML-aware!) editor

Strange problem with virtual host

2007-06-29 Thread Toby Hobson
Hi guys, I'm experiencing some really strange behaviour with a new virtual host that I have created. Here's a little bit of background: I have two virtual hosts within my "Engine": www.esuri-apartment.com and www.falconsoftware.co.uk. I also have the default "localhost" host. Everything works

Re: strange problem

2006-06-24 Thread Martin Gainty
message in error, please notify the sender immediately by telephone or email and destroy the original message without making a copy. Thank you. - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Saturday, June 24, 2006 11:58 AM Subject: strange problem tomcat 5.5.9 conne

strange problem

2006-06-24 Thread ksh95
tomcat 5.5.9 connector-j 3.0.17-ga mysql 4.0.15 JRE 5.0 I have recently added an extra resource inside of a context.xml file (I now have a local and a remote database within the same context). When first attempting to access the remote database from a JSP, tomcat refuses to load any new page. The

Strange problem with startup, InvocationTargetException

2006-04-09 Thread NMCMINN
I am trying to get Liferay Portal 4.0.0RC1 up and running on an existing installation of Tomcat 5.5.12 using JDK 1.5.0_05. Everything is set up according to the instructions, but when I go to start the Tomcat server I get the following exceptions: java.lang.reflect.InvocationTargetException at sun

Re: STrange problem with a thread made in Servlet.init()

2006-02-22 Thread Artur Rataj
I replaced HttpServlet.init() with a listener, do both startup/shutdown of the thread, and also shut down HSQLDB not before VM shutdown, but in the listener. And now the thread works OK, and these error messages are gone. Best regards, Artur ---

Re: STrange problem with a thread made in Servlet.init()

2006-02-22 Thread Artur Rataj
On 2/22/06, David Smith <[EMAIL PROTECTED]> wrote: > Hmmm A very verbose exception message. Can we see the code that > threw the exception? Are there any other exceptions in the logs before > this one? > There is a servlet that loads on start up. In its init(ServletConfig config) is a code s

Re: STrange problem with a thread made in Servlet.init()

2006-02-22 Thread David Smith
Hmmm A very verbose exception message. Can we see the code that threw the exception? Are there any other exceptions in the logs before this one? --David Artur Rataj wrote: I made a servlet that starts on startup, and in its init() method a new thread is started. The thread reads from a

STrange problem with a thread made in Servlet.init()

2006-02-22 Thread Artur Rataj
I made a servlet that starts on startup, and in its init() method a new thread is started. The thread reads from a FS and uses JDBC, yet, it does not work, as many errors similar to that occur: Feb 22, 2006 5:26:27 PM org.apache.catalina.loader.WebappClassLoader loadClass INFO: Illegal access: thi

Re: Strange problem with tomcat Please help

2006-02-03 Thread Mike Sabroff
no route to host is a dns or network problem. it would not be in the catalina.out do a ps on apache...you will probably find that the default fedora setup (unless you did not set up web server on installation) is to install and run apache on boot-up which would be on port 80. [EMAIL PROTECTED]

Re: Strange problem with tomcat Please help

2006-02-03 Thread rrshwrk
ok, i got it. sees like it was some firewall problem. i stopped iptables service and it worked! On 2/3/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > But, http://otherpc:8080 is working? > > On 2/3/06, Danny Lee <[EMAIL PROTECTED] > wrote: > > > > That obviously means, that the port 8080 is

Re: Strange problem with tomcat Please help

2006-02-03 Thread rrshwrk
But, http://otherpc:8080 is working? On 2/3/06, Danny Lee <[EMAIL PROTECTED]> wrote: > > That obviously means, that the port 8080 is kind of closed in your local > network, try to contact your admin, maybe he knows more. > > Danny > > > -

Re: Strange problem with tomcat Please help

2006-02-03 Thread Danny Lee
That obviously means, that the port 8080 is kind of closed in your local network, try to contact your admin, maybe he knows more. Danny - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTEC

Re: Strange problem with tomcat Please help

2006-02-03 Thread rrshwrk
Hmm, but http is connecting i mean http://mypcname/ is connecting. If its a firewall issue, i thought even that shouldnt be connecting? ~Rsh On 2/3/06, Dieter Schicker <[EMAIL PROTECTED]> wrote: > > Maybe a firewall issue? > > Dieter > > [EMAIL PROTECTED] wrote: > > Hi all > > > > I am a newbie t

Re: Strange problem with tomcat Please help

2006-02-03 Thread Dieter Schicker
Maybe a firewall issue? Dieter [EMAIL PROTECTED] wrote: Hi all I am a newbie to tomcat. I installed jarkarta tomcat 5.5.9 with fedoracore3 OS. I already have j2sdk1.5.2 installed on it. I downloaded and configured tomcat from http://www.coreservlets.com/Apache-Tomcat-Tutorial/tomcat5.5-file

Strange problem with tomcat Please help

2006-02-02 Thread rrshwrk
Hi all I am a newbie to tomcat. I installed jarkarta tomcat 5.5.9 with fedoracore3 OS. I already have j2sdk1.5.2 installed on it. I downloaded and configured tomcat from http://www.coreservlets.com/Apache-Tomcat-Tutorial/tomcat5.5-files/jakarta-= tomcat-5.5.9-preconfigured.zip

Strange problem with tomcat Please help

2006-02-02 Thread rrshwrk
Hi all I am a newbie to tomcat. I installed jarkarta tomcat 5.5.9 with fedoracore3 OS. I already have j2sdk1.5.2 installed on it. I downloaded and configured tomcat from http://www.coreservlets.com/Apache-Tomcat-Tutorial/tomcat5.5-files/jakarta-= tomcat-5.5.9-preconfigured.zip

Re: Strange problem with tomcat Please help

2006-02-02 Thread rrshwrk
Hi all I am a newbie to tomcat. I installed jarkarta tomcat 5.5.9 with fedoracore3 OS. I already have j2sdk1.5.2 installed on it. I downloaded and configured tomcat from http://www.coreservlets.com/Apache-Tomcat-Tutorial/tomcat5.5-files/jakarta-= tomcat-5.5.9-preconfigured.zip

strange problem with extra sessions being created

2006-01-17 Thread Klotz Jr, Dennis
Hello. This has got to be one of the strangest problems I've ever come across and I'm running out of ideas. I have two different keystore.ks files. One causes problems, the other does not. Please read on... I have configured tomcat to use SSL with a self-signed certificate. One version of the key

RE: Strange Problem -Internal Server Error

2005-11-14 Thread Richard Mixon
lto:[EMAIL PROTECTED] Sent: Monday, November 14, 2005 7:02 AM To: tomcat-user@jakarta.apache.org Subject: Strange Problem -Internal Server Error Hi Gurus , We are facing a strange problem,our reports were running fine on our Tomcat+BES server for a long time suddenly a strange problem has started happ

Strange Problem -Internal Server Error

2005-11-14 Thread birendar . waldiya
Hi Gurus , We are facing a strange problem,our reports were running fine on our Tomcat+BES server for a long time suddenly a strange problem has started happening that when we request a report , we are facing performance problem.Somtime I get Internal Server however when I checl my logs I didnt