Hi, I was trying to update a web application deploying a war file.
The manager says that is able to deploy the war but the application
fails to start
I had saved the previous war file and tried to redeploy it that was
correctly running (update was a bug fixing), but I'm getting the same error
I'm facing a similar problem with basic tomcat installing too
On Mon, 9 Oct 2023, 8:00 pm Ivano Luberti,
wrote:
> Hi, I was trying to update a web application deploying a war file.
>
> The manager says that is able to deploy the war but the application
> fails to start
>
> I had saved the previo
I solved my own issue:
In my web.xml
I had two times the same mapping for a servlet
reportservlet
/repinvenduti/reportservlet
But there was no error message in tomcat logs with this regard.
Maybe tomcat logging is not tuned correctly?
Because doing the same mistake in Eclipse leads
Ivano,
On 10/9/23 16:05, Ivano Luberti wrote:
I solved my own issue:
In my web.xml
I had two times the same mapping for a servlet
reportservlet
/repinvenduti/reportservlet
But there was no error message in tomcat logs with this regard.
Maybe tomcat logging is not tuned correctl
Chris, yes checked other files and I have also logs/localhost_*.log but
the deployments event reported there are the same found in catalina.out.
There is manager log too, same as above
Il 10/10/2023 04:54, Christopher Schultz ha scritto:
Ivano,
On 10/9/23 16:05, Ivano Luberti wrote:
I solve