Re: "/" getting added to action path

2012-06-07 Thread Dharamshila Khandelwal
nd I have no clue where it is coming from. On Wed, Jun 6, 2012 at 7:38 AM, Konstantin Kolinko wrote: > 2012/6/6 Dharamshila Khandelwal : > > Tim, > > > > It worked fine with IE 6. > > Tomcat logs clearly say that the path is invalid. > > Wierd this is that when

Re: "/" getting added to action path

2012-06-07 Thread Dharamshila Khandelwal
EGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Dharamshila, > > On 6/7/12 9:58 AM, Dharamshila Khandelwal wrote: > > I added AccessLogValve in server.xml and was able to find the exact > > problem. The problem is not with "/", the problem is following: > > &

Tomcat uses 99% of CPU - Something to do with AJP connector

2012-06-11 Thread Dharamshila Khandelwal
Hi, I use a combination of tomcat (version 6.0.32) and apache (version 2.2.17) connected by mod_proxy_ajp connector. The website starts responding slow all of a sudden and I see that tomcat process uses 99% of the CPU. At the same time I see the following in apache error_log: [Sun Jun 10 00:20:36

Re: Tomcat uses 99% of CPU - Something to do with AJP connector

2012-06-11 Thread Dharamshila Khandelwal
Hi Konstantin, I cannot upgrade Tomcat because we upgraded last year. I will do a thread dump when it slows down next time. However, I still need answers to AJP connection time out. Thanks, DS. On Mon, Jun 11, 2012 at 12:39 PM, Konstantin Kolinko wrote: > 2012/6/11 Dharamshila Khandel

Servlet mapping doesn't work after upgrading from Tomcat 5 to 6

2011-03-08 Thread Dharamshila Khandelwal
Hi, I have the following servlet mapping in webapps//WEB-INF/web.xml action *.do This mapping worked fine with Tomcat 5, but when I am running the application with the same mapping, it is not able to load the servlet saying that the requested servlet not found. Can anyone please h

Re: Servlet mapping doesn't work after upgrading from Tomcat 5 to 6

2011-03-08 Thread Dharamshila Khandelwal
Thanks for your response Kolinko, I tried putting the servlet-mapping inside servlet tag but it didn't work. I am attaching web.xml that I am using. On Tue, Mar 8, 2011 at 5:11 PM, Konstantin Kolinko wrote: > 2011/3/9 Dharamshila Khandelwal : > > Hi, > > > > I have the

Re: Servlet mapping doesn't work after upgrading from Tomcat 5 to 6

2011-03-08 Thread Dharamshila Khandelwal
et/uom.update type Status report message /uom/servlet/uom.update description The requested resource (/uom/servlet/uom.update) is not available. On Tue, Mar 8, 2011 at 5:33 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > Fro

Re: Servlet mapping doesn't work after upgrading from Tomcat 5 to 6

2011-03-08 Thread Dharamshila Khandelwal
gt; -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Dharamshila, > > On 3/8/2011 5:27 PM, Dharamshila Khandelwal wrote: > > Thanks for your response Kolinko, I tried putting the servlet-mapping > > inside servlet tag but it didn't work. I am attaching web.xml that

Re: Servlet mapping doesn't work after upgrading from Tomcat 5 to 6

2011-03-09 Thread Dharamshila Khandelwal
here controller_page = 'default.jsp'] [INFO] RequestProcessor - -Processing a 'GET' for path '/login' ----------- On Wed, Mar 9, 2011 at 4:11 AM, Bob Hall wrote: > Dharamshila, > > --- On Tue, 3/8/11 at 7:35 PM, Dharamshila Khandelwal

Re: Servlet mapping doesn't work after upgrading from Tomcat 5 to 6

2011-03-09 Thread Dharamshila Khandelwal
l for your help! DS. On Wed, Mar 9, 2011 at 9:16 AM, Dharamshila Khandelwal < dharmshil...@gmail.com> wrote: > *Localhost.log* > >

Not able to get webapp context to work in Tomcat6

2011-03-15 Thread Dharamshila Khandelwal
Hi, I have my webapps's context define in $CATALINA_HOME/conf/Catalina/localhost. The application is not reading the datasource, I get the following error in catalina logs: Unhandled SQL Exception: org.apache.tomcat.dbcp.dbcp.SQLNestedException: *Cannot create JDBC driver of class '' for connect

Re: Not able to get webapp context to work in Tomcat6

2011-03-15 Thread Dharamshila Khandelwal
Thank you Mark and Thomas! I was able to get that to work. I didn't realize the syntax as I am upgrading from Tomcat 5 to Tomcat 6. On Tue, Mar 15, 2011 at 11:21 AM, Thomas Freitag wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi Dharamshila, > > On 15.03.1

War file deployment deletes configuration descriptor in Tomcat 6

2011-06-08 Thread Dharamshila Khandelwal
Hi, Every time I deploy war file in webapps, it deletes the configuration descriptor which is present at $CATALINA_BASE/conf/[enginename]/[hostname] directory. Tomcat auto deploys war file in my Tomcat 6 configuration. How should I stop this problem? Any idea? Thanks, DS.

Re: War file deployment deletes configuration descriptor in Tomcat 6

2011-06-08 Thread Dharamshila Khandelwal
20 PM org.apache.catalina.startup.HostConfig deployWAR INFO: Deploying web application archive MOVE.war On Wed, Jun 8, 2011 at 1:47 PM, Dharamshila Khandelwal < dharmshil...@gmail.com> wrote: > Hi, > > Every time I deploy war file in webapps, it deletes the configuration > descriptor which is present at $CATALIN