Re: Where to find session cookies

2007-06-26 Thread Venkatesh Babu
Think the servlet APIs like response.addCookie() etc ... might be helpful here. You can send couple of cookies in your response header, the browser will store these cookies permanently in harddisk. -Venkatesh - Original Message From: lightbulb432 <[EMAIL PROTECTED]> To: users@tomcat.a

Tomcat going down abruptly

2007-03-13 Thread Venkatesh Babu
Hello all, We have hosted a small vehicle retail website using tomcat as app server. The site has been live from around 6-7 months, just that the number of vehicles on our site is increasing. The site was working fine till last week, but in the last week we are seeing that our site is unstable,

Problem with redeploying webapp in tomcat

2006-08-11 Thread Venkatesh Babu
Hello All, We have an automated script that builds our webapp (.war file) and deploys this app on our remote webserver, using the remove and install facilities provided by tomcat manager. We run this script daily at a particular scheduled time. The script creates the application war file, send th

Setting locale for a particular web application

2006-07-09 Thread Venkatesh Babu
Hello All, We are using Tomcat 4.1.3 . We have 2 web applications running on the same webserver. The problem I'm facing is that I need to change the locale information while instantiating one of these web application. Is such thing possible? I tried setting the JVM opts -Duser.language and -Duser

Re: Undeploy task not working

2006-06-07 Thread Venkatesh Babu
Hi Mark, I went through the link given by you. Also checked for permissions of "webapps" folder (guess things are fine). The link is for Tomcat 5.5 but I'm working with Tomcat 4.3.1 . The context entry put by tomcat, for app1, when deploying the application is: In addition I

Re: Undeploy task not working

2006-06-07 Thread Venkatesh Babu
> HTH > > > On 6/6/06, Peter Hubbard <[EMAIL PROTECTED]> > wrote: > > > > On Mon, 2006-06-05 at 23:40 -0700, Venkatesh Babu > wrote: > > > Hello All, > > > > > > I'm using Tomcat 4.1 and trying to > deploy/undeploy > > > ap

Undeploy task not working

2006-06-05 Thread Venkatesh Babu
Hello All, I'm using Tomcat 4.1 and trying to deploy/undeploy application using ant targets. Earlier I posted a mail on deploy task not working due to some protocol error. Got the solution for that :-) But right now undeploy task is not working. It is giving an error saying: FAIL - Cannot remov

Re: Problem while deploying war

2006-06-05 Thread Venkatesh Babu
Hi Mark, Thanks for the solution. Actually file:///C:\temp\app1\app1.war works -Venkatesh --- Mark Thomas <[EMAIL PROTECTED]> wrote: > Venkatesh Babu wrote: > > Can anybody help me and point out what might be > the > > problem? > > Your url starts C:/ (so C lo

Problem while deploying war

2006-06-04 Thread Venkatesh Babu
Hi all, I'm using Tomcat 4.1.31. I have a war file and I'm using the ant target "" to deploy this war. Here is the code snippet of my build.xml : http://${tomcat.server.name}:${tomcat.server.port}/manager"/> But when I call this target, I'm getting

Problem while deploying war

2006-06-02 Thread Venkatesh Babu
Hi all, I'm using Tomcat 4.1.31. I have a war file and I'm using the ant target "" to deploy this war. Here is the code snippet of my build.xml : http://${tomcat.server.name}:${tomcat.server.port}/manager"/> But when I call this target, I'm getting