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 deploy to deploy this war. Here is the code snippet of my build.xml : property name=tomcat.server.name value=localhost/ property name=tomcat.server.port value=8080/ property name=tomcat.user.name

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 deploy to deploy this war. Here is the code snippet of my build.xml : property name=tomcat.server.name value=localhost/ property name=tomcat.server.port value=8080/ property name=tomcat.user.name

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 looks like the protocol rather than a drive

Undeploy task not working

2006-06-06 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

Re: Undeploy task not working

2006-06-07 Thread Venkatesh Babu
-0700, Venkatesh Babu wrote: 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

Re: Undeploy task not working

2006-06-08 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: Context

Setting locale for a particular web application

2006-07-10 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

Tomcat going down abruptly

2007-03-14 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

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: