On Wed, 10 Jul 2002, João Luiz de Brito Macaíba wrote:

> Date: Wed, 10 Jul 2002 17:52:05 -0300 (EST)
> From: João Luiz de Brito Macaíba <[EMAIL PROTECTED]>
> Reply-To: Tomcat Users List <[EMAIL PROTECTED]>
> To: Tomcat Users List <[EMAIL PROTECTED]>
> Subject: Re: deploying a new application using /manager - application
>     could not be started
>
> Hi Craig,
>
> Historians believe that in 2002-07-10 Craig R. McClanahan wrote:
>
> > Installing an application automatically starts it -- you don't need to do
> > that separately.  The only reason you'd need "start" is if you did a
> > "stop".
> >
> > Craig
>
> I only tried to *start* it because after I installed the application I
> noticed that it was *stopped*. I found nothing about that in the logs. :(
>

The only reason it would be stopped after an install is if there were some
problem during startup (such as a parsing error on web.xml, a missing
servlet class, or something like that).  Check the log files for more info
on what went wrong.

> regards,
> Macaíba.
>

Craig


> > On Wed, 10 Jul 2002, João Luiz de Brito Macaíba wrote:
> >
> > > Date: Wed, 10 Jul 2002 17:38:44 -0300 (EST)
> > > From: João Luiz de Brito Macaíba <[EMAIL PROTECTED]>
> > > Reply-To: Tomcat Users List <[EMAIL PROTECTED]>
> > > To: [EMAIL PROTECTED]
> > > Subject: deploying a new application using /manager - application could
> > >     not be started
> > >
> > > Hi,
> > >
> > > I am trying to deploy a application (jcvslet). So, I took the following
> > > actions:
> > >
> > > 1. Installing the application
> > >    --------------------------
> > >
> > > in :
> > > 
>http://localhost/manager/install?path=/jcvslet&war=jar:file:///C:/Program%20Files/Apache%20Tomcat%204.0/war/jcvslet.war!/
> > >
> > > out:
> > > OK - Installed application at context path /jcvslet
> > >
> > >
> > > 2. Checking the installation
> > >    -------------------------
> > >
> > > in :
> > > http://localhost/manager/list
> > >
> > > out:
> > > OK - Listed applications for virtual host localhost
> > > /manager:running:0
> > > /examples:running:0
> > > /jcvslet:stopped:0
> > > /tomcat-docs:running:0
> > > /webdav:running:0
> > > /eDoc:running:0
> > > /test:running:0
> > > /:running:0
> > >
> > >
> > > 3. Starting the application
> > >    ------------------------
> > >
> > > in :
> > > http://localhost/manager/start?path=/jcvslet
> > >
> > > out:
> > > FAIL - Application at context path /jcvslet could not be started
> > >
> > > ---
> > >
> > > I did not find anything neither in the logs nor in the archives that could
> > > explain that.
> > >
> > > Any idea  ?
> > >
> > > Thanks in advance,
> > > Joao Macaiba.
> > >
> > > --
> > > >>From "The Practice Programming" by Brian W Kernighan & Rob Pike:
> > >
> > >   Another effective [debugging] technique is to explain your code to
> > > someone else. This will often cause you to explain the bug to yourself.
> > > Sometimes it takes no more than a few sentences, followed by an
> > > embarrassed "Never mind. I see what's wrong. Sorry to bother you."
> > >
> > >   This works remarkbly well; you can even use non-programmers as
> > > listeners. One university computer center kept a teddy bear near the help
> > > desk. Students with mysterious bugs were required to explain them to the
> > > bear before they could speak to a human counselor.
> > >
> > >
> > > --
> > > 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]>
> > >
> > >
> >
> >
> > --
> > To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
> >
>
> --
> From "The Practice Programming" by Brian W Kernighan & Rob Pike:
>
>   Another effective [debugging] technique is to explain your code to
> someone else. This will often cause you to explain the bug to yourself.
> Sometimes it takes no more than a few sentences, followed by an
> embarrassed "Never mind. I see what's wrong. Sorry to bother you."
>
>   This works remarkbly well; you can even use non-programmers as
> listeners. One university computer center kept a teddy bear near the help
> desk. Students with mysterious bugs were required to explain them to the
> bear before they could speak to a human counselor.
>
> *----------------------------------------------------------------*
> |  .''`.  | Debian GNU/Linux: <http://www.debian.org>            |
> | : :'  : | Debian BR.......: <http://debian-br.sourceforge.net> |
> | `. `'`  |                                                      |
> |   `-    |                  Be Happy! Be FREE!                  |
> *----------------------------------------------------------------*
>
> ----------------------------------------------------------------------
> João Macaíba                         Serviço de Suporte a Informações
> +55 21 2274.7445                    Rede Nacional de Ensino e Pesquisa
>                                             http://www.rnp.br
> ----------------------------------------------------------------------
>
>
> --
> 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