Re: memory leaks (Tomcat 5.5.20 and JDK 1.6)

2007-08-10 Thread suchitha koneru
Thank you so Chris , I missed the part which talks about jira's memory leak issue. Will try to increase the heap memory and detect more memory leaks. On 8/10/07, Christopher Schultz <[EMAIL PROTECTED]> wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > &

memory leaks (Tomcat 5.5.20 and JDK 1.6)

2007-08-10 Thread suchitha koneru
Hello Tomcat Users , Our web application uses Tomcat 5.5.20 with Java 1.6. The application's front end is designed in Flex and back end is web servcies deployed on axis. The application id running out of memory in about 2 days. We are optimizing the code and fixing memo

Re: broker start up in Tomcat

2007-07-27 Thread suchitha koneru
wall problems etc. I guess its because you have message beans in an > application server somewhere.... just wondering. > > - Original Message - > From: "suchitha koneru" <[EMAIL PROTECTED]> > To: > Sent: Friday, July 27, 2007 12:48 AM > Subject: broker st

Re: broker start up in Tomcat

2007-07-26 Thread suchitha koneru
Initialized method that calls the > aforementioned function. Thus, Active MQ will be initialized when the > first webapp starts up, whichever it is. > -- > Len > > On 7/26/07, suchitha koneru <[EMAIL PROTECTED]> wrote: > > Hello Tomcat Users, > >

broker start up in Tomcat

2007-07-26 Thread suchitha koneru
Hello Tomcat Users, I am using Tomcat server 5.5.20 along with Java 1.6, and Active MQ 4.1.1. There are two web applications A and B which communicate via the active mq broker. Our application has a requirement of starting the broker before any of the web apps. Where shoul

order of web app initialization.

2007-06-29 Thread suchitha koneru
Hello Tomcat users , Iam using Tomcat 5.520 . I have three web application contexts Context A, B and C. I have a requirement because of which Context A should start Before B and C. All the web applications contexts are placed as WARS under Tomcat/webapps. How can we indicate the order i

Re: Deployment problem on tomcat

2007-03-09 Thread suchitha koneru
how are you acessing the jsp files . Acording to your explanation , jsp files are placed in tomcat/webapps/Login/ assuming taht tomcat is started at 8080 , if you have a jsp called hello.jsp, you have to acess it as http://localhost:8080/Login/hello.jsp. On 3/9/07, Ersoy, Perihan <[EMAIL PROT

Re: unable to launch a servlet using tomcat 5.5.20

2007-03-09 Thread suchitha koneru
broker, before any of the webapps get initialized. is there any other way I can make sure that the broker will start before any of the web apps . Iam using tomcat 5.5.20 and Java 1.5 On 3/8/07, suchitha koneru <[EMAIL PROTECTED]> wrote: Hello Tomcat Users , I am fa

unable to launch a servlet using tomcat 5.5.20

2007-03-08 Thread suchitha koneru
Hello Tomcat Users , I am facing a problem starting a servlet from tomcat's web.xml . I am using Tomcat 5.5.20. The reason , I am placing this servlet in tomcat's web.xml instead of a web app is because I want , this servlet to start before tomcat loads any of the web applica

unable to start tomcat from ant target

2007-01-09 Thread suchitha koneru
am using ant 1.6.2 version. I am having problem with ant target used to start tomcat server. Tomcat server is 5.5.20 version. The target is as follows I get the the following message , when I run the target [exec] Result -1723061 The tomcat server does not start. Iam running this target f

RE: Servlet Plugins for Eclipse

2006-12-29 Thread Suchitha Koneru \(sukoneru\)
To start with , download eclipse with WTP from the following link http://download.eclipse.org/webtools/downloads/ The following link would give a sim ple example in setting up the WTP plug in. http://www.eclipse.org/webtools/community/tutorials/BuildJ2EEWebApp/Buil dJ2EEWebApp.html Good luck

RE: Tomcat plugin in eclipse environment

2006-12-28 Thread Suchitha Koneru \(sukoneru\)
(http://www.eclipse.org/webtools/) you have a great eclipse integration, its free and it allows you have several servers in you ide (jboss, bea, tomcat, etc.) regards From: Suchitha Koneru (sukoneru) [mailto:[EMAIL PROTECTED] Sent: Thu 12/28/2006 9:55 AM To

Tomcat plugin in eclipse environment

2006-12-28 Thread Suchitha Koneru \(sukoneru\)
Hello Tomcat users, I am trying to use the sysdeo plug in in eclipse env , to start/stop tomcat, so that debugging web applications , would be possible. I have the following problem , when trying to use the sysdeo plugin version (tomcat_3.2.0.beta3). I have set up the eclipse environment as per th