RE: war not deploying

2004-12-13 Thread Phillip Qin
Have you created /tmp/cactus/tomcat5x/webapps/? -Original Message- From: Cumbers [mailto:[EMAIL PROTECTED] Sent: December 13, 2004 10:38 AM To: Tomcat Users List Subject: war not deploying Hey guys I am trying to use ant with cactus to deploy my app to Tomcat and then test. I can run

RE: war not deploying

2004-12-13 Thread Phillip Qin
Your context.xml is fine. Check your cactus. -Original Message- From: Cumbers [mailto:[EMAIL PROTECTED] Sent: December 13, 2004 11:10 AM To: Tomcat Users List Subject: Re: war not deploying Here is the error message: INFO: Processing Context configuration file URL file:/tmp/cactus

Re: war not deploying

2004-12-13 Thread Cumbers
, this points to something I am doing wrong, so I guess I should start from the bottom and work up Cheers Rich Phillip Qin wrote: What about the permission? -Original Message- From: Cumbers [mailto:[EMAIL PROTECTED] Sent: December 13, 2004 10:57 AM To: Tomcat Users List Subject: Re: war

Re: war not deploying

2004-12-13 Thread Cumbers
Hey Yeah that gets created, and in there is the war file. I am unsure how much info to give out, as this could be a cactus problem, I am still hacking at it and trawling google searches! Cheers Rich Phillip Qin wrote: Have you created /tmp/cactus/tomcat5x/webapps/? -Original Message-

RE: war not deploying

2004-12-13 Thread Phillip Qin
What about the permission? -Original Message- From: Cumbers [mailto:[EMAIL PROTECTED] Sent: December 13, 2004 10:57 AM To: Tomcat Users List Subject: Re: war not deploying Hey Yeah that gets created, and in there is the war file. I am unsure how much info to give out, as this could

Re: war not deploying

2004-12-13 Thread Cumbers
Hey The permissions are fine. I have read somewhere it could be to do with my server.xml file. Cheers Rich Phillip Qin wrote: What about the permission? -Original Message- From: Cumbers [mailto:[EMAIL PROTECTED] Sent: December 13, 2004 10:57 AM To: Tomcat Users List Subject: Re: war

Re: war not deploying

2004-12-13 Thread Cumbers
? -Original Message- From: Cumbers [mailto:[EMAIL PROTECTED] Sent: December 13, 2004 10:57 AM To: Tomcat Users List Subject: Re: war not deploying Hey Yeah that gets created, and in there is the war file. I am unsure how much info to give out, as this could be a cactus problem, I am still

Re: war not deploying

2004-12-13 Thread Cumbers
: December 13, 2004 10:57 AM To: Tomcat Users List Subject: Re: war not deploying Hey Yeah that gets created, and in there is the war file. I am unsure how much info to give out, as this could be a cactus problem, I am still hacking at it and trawling google searches! Cheers Rich Phillip Qin wrote: Have

RE: war not deploying

2004-12-13 Thread Phillip Qin
Have you checked your cactus setting? -Original Message- From: Cumbers [mailto:[EMAIL PROTECTED] Sent: December 13, 2004 11:08 AM To: Tomcat Users List Subject: Re: war not deploying I have also checked that auto deploy and unpack wars are set to true. What I do not understand

RE: war not deploying

2004-12-13 Thread Phillip Qin
I have never used cactus before. Check if cactus has any JNDI pooling resource and link it in your app's context.xml. -Original Message- From: Cumbers [mailto:[EMAIL PROTECTED] Sent: December 13, 2004 11:20 AM To: Tomcat Users List Subject: Re: war not deploying Ok found the problem