Hello again,
Today I was able to get an application deployed with auto-deploy, by
simply copying the directory into webapps.
I still can't deploy an application at another disk location using the
GUI or the URL call, same error:
FAIL - Failed to deploy application at context path /JSPTut2
Thank
On Mon, May 3, 2010 at 3:43 PM, Caldarale, Charles R
wrote:
>
> Let's stop here and go back to the basics: can you access *anything* on this
> Tomcat? A "server not found" message indicates that Tomcat may not be
> running, or there's something blocking the port.
Hi Chuck,
I can access Tomcat
> From: Luís de Sousa [mailto:luis.a.de.so...@gmail.com]
> Subject: Re: Failed to deploy application
>
> I initially tried to access the application without deploying and got
> the server not found message.
Let's stop here and go back to the basics: can you access *anything*
Hi Konstantin,
I initially tried to access the application without deploying and got
the server not found message. I then tried deploying it with the GUI
and was also unsuccessful. I then dug out of some old notes the
command that had the tag and tried it, receiving the FAIL message. I
though this
2010/5/3 Luís de Sousa :
> Hello,
>
> Trying with this command:
>
> http://localhost:8080/manager/deploy?path=/JSPTut&war=file:/var/lib/tomcat6/webapps/JSPTut
>
> The result is the same:
>
> FAIL - Failed to deploy application at context path /JSPTut
>
Do you try to automate something?
Or you just
Hello,
Trying with this command:
http://localhost:8080/manager/deploy?path=/JSPTut&war=file:/var/lib/tomcat6/webapps/JSPTut
The result is the same:
FAIL - Failed to deploy application at context path /JSPTut
Thank you,
Luís
2010/5/3 Luís de Sousa :
>
> I'm trying to deploy an application that is located under the webapps
> directory. I'm using the http call:
>
> http://localhost:8080/manager/deploy?path=/var/lib/tomcat6/webapps/JSPTut&tag=JSPTut
>
> And I'm getting this answer back:
>
> FAIL - Failed to deploy applica
On Mon, May 3, 2010 at 1:09 PM, Jie Sheng Chua wrote:
> Hi Luís de Sousa,
>
> Could you provide your
> OS:
> Tomcat Version:
> JDK:
Hi, sorry for not including this info,
OS: Ubuntu 9.10
Tomcat: Apache Tomcat/6.0.20
JDK: OpenJDK Runtime Environment (IcedTea6 1.6.1) (6b16-1.6.1-3ubuntu3)
Out of
Hi Luís de Sousa,
Could you provide your
OS:
Tomcat Version:
JDK:
If you trying to deploy pointing it to a folder, you need to ensure that the
folder have the needed permission.
2010/5/3 Luís de Sousa
> Hello,
>
> I'm trying to deploy an application that is located under the webapps
> director