Tomcat -Ant Deploy task not found problem

2005-05-17 Thread Robert Sinner
I am trying to install tomcat on red hat enterprise server 8 with ant and apache. However when trying to run ant (to compile a simple servlet I get the following error). …/build.xml:146: taskdef class org.apache.catalina.ant.DeployTask cannot be found Using the simple build file I get the followi

RE: ant deploy task?

2003-02-20 Thread Wendy Smoak
>> http://jakarta.apache.org/tomcat/tomcat-4.1-doc/appdev/sample/build.xml >No, that's a sample build file - I'm after something like Javadoc. Me, too... or something like the ant user manual. The sample build.xml above does not speak to the 'start' and 'stop' tasks, for instance. I don't know

Re: ant deploy task?

2003-02-20 Thread Rasputin
* Raible, Matt <[EMAIL PROTECTED]> [0248 17:48]: > > > > > for the tasks defined in catalina-ant.jar. Does anyone know > > where they are? > > > > http://jakarta.apache.org/tomcat/tomcat-4.1-doc/appdev/sample/build.xml No, that's a sample build file - I'm after something like Javadoc. -- Ras

RE: ant deploy task?

2003-02-20 Thread Raible, Matt
> > for the tasks defined in catalina-ant.jar. Does anyone know > where they are? > http://jakarta.apache.org/tomcat/tomcat-4.1-doc/appdev/sample/build.xml - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: ant deploy task?

2003-02-20 Thread Rasputin
* Paul Yunusov <[EMAIL PROTECTED]> [0223 16:23]: > On Thursday 20 February 2003 06:43 am, Rasputin wrote: > > * John Ruffin <[EMAIL PROTECTED]> [0205 18:05]: > > > I asked this same question last week - with no response. > > > What I did was tell TC to not auto-expand and get everything from the w

Re: ant deploy task?

2003-02-20 Thread Paul Yunusov
On Thursday 20 February 2003 06:43 am, Rasputin wrote: > * John Ruffin <[EMAIL PROTECTED]> [0205 18:05]: > > I asked this same question last week - with no response. > > > > What I did was tell TC to not auto-expand and get everything from the war > > file itself. Ant will copy the war file to cat

Re: ant deploy task?

2003-02-20 Thread Rasputin
* John Ruffin <[EMAIL PROTECTED]> [0205 18:05]: > I asked this same question last week - with no response. > > What I did was tell TC to not auto-expand and get everything from the war > file itself. Ant will copy the war file to catalina_home/webapps. Then I > use Manager to stop and start th

Re: ant deploy task?

2003-02-19 Thread Paul Yunusov
On Wednesday 19 February 2003 12:55 pm, Wendy Smoak wrote: > What's the least amount of work I can do to deploy a new version of my > webapp? I've been cheating and developing directly under the webapps > directory. Now I've moved to a separate directory structure and am > building a .war file wh

RE: ant deploy task?

2003-02-19 Thread John Ruffin
My apologies, I do see responses to the thread (Best practices - dev & deploy?). I now know to follow your thread for longer than a few hours :-). -Original Message- From: John Ruffin Sent: Wednesday, February 19, 2003 12:05 PM To: 'Tomcat Users List' Subject: RE: ant de

RE: ant deploy task?

2003-02-19 Thread John Ruffin
"Best Practices" from the seasoned folks on the list is greatly appreciated. -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 19, 2003 11:55 AM To: 'Tomcat Users List' Subject: ant deploy task? What's the least amount of

RE: ant deploy task?

2003-02-19 Thread pqin
PM To: 'Tomcat Users List' Subject: ant deploy task? What's the least amount of work I can do to deploy a new version of my webapp? I've been cheating and developing directly under the webapps directory. Now I've moved to a separate directory structure and am building a .

RE: ant deploy task?

2003-02-19 Thread Shapira, Yoav
and restart the webapp using the manager webapp or the ant task. You won't have to remove any directories. Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Wendy Smoak [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, February 19, 2003 12:55 PM >To: 'To

ant deploy task?

2003-02-19 Thread Wendy Smoak
What's the least amount of work I can do to deploy a new version of my webapp? I've been cheating and developing directly under the webapps directory. Now I've moved to a separate directory structure and am building a .war file which gets copied over to webapps. Since Tomcat auto-expands the wa

Re: catalina ant deploy task problem... (solved - Tomcat-4.1.19 bug)

2003-01-19 Thread Jacob Kjome
I figured out the problem and it is a bug in Tomcat-4.1.19. Actually, it is more of an oversight. The servlet-mapping "/deploy" wasn't specified in the manager's web.xml. See details about it here. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16243 Hopefully, this can be fixed by the n

catalina ant deploy task problem...

2003-01-18 Thread Jacob Kjome
I have always used the "install" task, so I haven't run into this issue until now. I have a .war file which I want to deploy to Tomcat. The path is correct because I've tried the same file:/// URL to do an "install" from the manager web GUI and that was successful. I also use the same path,

Re: Ant Deploy Task

2002-10-29 Thread Jon Eaves
; I'm using Ant 1.5.1 and Tomcat 4.1.12 Clues ? Cheers, -- jon Check out the Barracuda project to see this stuff integrated pretty transparently into the build. http://barracuda.enhydra.org/software/cvs/cvsweb.cgi/Projects/EnhydraOrg/toolsTech/Barracuda/src/ Jake At 05:06 PM

Re: Ant Deploy Task

2002-10-29 Thread Jacob Kjome
/EnhydraOrg/toolsTech/Barracuda/src/ Jake At 05:06 PM 10/29/2002 +1100, you wrote: Hi all, The Tomcat Ant deploy task can take a WAR file to be installed which is just great, but I want to be able to configure the as part of the deployment. Does the deploy task have the capability of taking an optio

Ant Deploy Task

2002-10-28 Thread Jon Eaves
Hi all, The Tomcat Ant deploy task can take a WAR file to be installed which is just great, but I want to be able to configure the as part of the deployment. Does the deploy task have the capability of taking an optional config="foo.xml" in the same way as the install task ? Cheer

ant deploy task -> auomatic creation of

2002-10-18 Thread psalazar
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Greetings, I would like to use a database connection in my web application. Since is not possible to define in web.xml and I'm using the ant deploy task on development, I'm forced to stop tomcat and add a resourcelink in my web c