i believe that the install command automatically starts the application.
The FAIL comes then from the fact that the application is already
started.

check your logs to make sure.  you should see a LifecycleException that
says your application has already been started.

nick



On Thu, 2002-12-19 at 23:44, ajTreece wrote:
> I've installed the subject mentioned Tomcat server and have tried to 
> deploy a webapp via the ant instructions. The app installs correctly (I 
> think), but when I try and start the app I get errors:
> 
> Here is a listing from ant:
> 
> [4:39pm] eras1:(~/eras-home)--> ant install
> Buildfile: build.xml
> 
> init:
> 
> java:
>      [javac] Compiling 1 source file to 
> /home/at12441/eras-home/build/classes
>      [mkdir] Created dir: /home/at12441/eras-home/src/web/WEB-INF
>       [copy] Copying 1 file to /home/at12441/eras-home/src/web/WEB-INF
>      [mkdir] Created dir: /home/at12441/eras-home/src/web/WEB-INF/lib
>       [copy] Copying 14 files to /home/at12441/eras-home/src/web/WEB-INF/lib
>      [mkdir] Created dir: /home/at12441/eras-home/src/web/WEB-INF/config
>       [copy] Copying 2 files to 
> /home/at12441/eras-home/src/web/WEB-INF/config
>      [mkdir] Created dir: /home/at12441/eras-home/src/web/WEB-INF/tlds
>       [copy] Copying 7 files to /home/at12441/eras-home/src/web/WEB-INF/tlds
> 
> classes:
> 
> web-eras-home:
>      [mkdir] Created dir: /home/at12441/eras-home/src/web/WEB-INF/classes
>       [copy] Copying 67 files to 
> /home/at12441/eras-home/src/web/WEB-INF/classes
> 
> war-eras-home:
>        [jar] Building jar: /home/at12441/eras-home/build/wars/eras-home.war
> 
> war:
> 
> dist:
>       [copy] Copying 1 file to /home/at12441/eras-home/dist
>     [delete] Deleting directory /home/at12441/eras-home/src/web/WEB-INF
> 
> install:
>    [install] OK - Installed application at context path /eras
> 
> 
> BUILD SUCCESSFUL
> Total time: 19 seconds
> [4:40pm] eras1:(~/eras-home)--> ant start
> Buildfile: build.xml
> 
> start:
>      [start] FAIL - Application at context path /eras could not
> 
> 
> BUILD FAILED
> file:/home/at12441/eras-home/build.xml:238: FAIL - Application at 
> context path /eras could not
> 
> Total time: 2 seconds
> Exit 1
> 
> 
> What does this mean?
> 
> 
> Thanks, ajTreece
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
> 
> 



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to