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
>> 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
* 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
>
> 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,
* 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
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
* 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
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
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
"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
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 .
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
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
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
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,
;
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
/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
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
-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
19 matches
Mail list logo