Hello Megha,

I am afraid that with that information you can not be sure if your webapp
has been deployed or not. Maybe you can have a look at the manager app of
your tomcat [1] instance (http://localhost:8080/manager), or query for the
state of the applications using the jmxproxyservlet (
http://localhost:8080/manager/jmxproxy/?qry=*:j2eeType=WebModule,*)

About the logs: I would recommend you to increase the level. The tomcat
logging [2] can be a good place to start, or check in your application
sources, chances are that you are using some logging framework.

Hope it helps,

Luis

[1] http://tomcat.apache.org/tomcat-9.0-doc/manager-howto.html
[2] http://tomcat.apache.org/tomcat-9.0-doc/logging.html

El mar., 5 may. 2020 a las 6:23, Megha Agrawal (<me...@appperfect.com>)
escribió:

> Hi,
>
> > Where did you look for the logs ?
> I look into the files inside the logs folder.
>
> >Please check your Tomcat configuration. If there are errors during the
> >deployment they must be written to logs/catalina.out.
>
> There is no file named Catalina.out in the logs folder. In
> logs/catalina.txt file no such error logged that means deployment of
> project is successful.
> Project is deploying successfully but unable to run the API related to
> project.
>
> Thanks
> Megha Agrawal
>
>
> From: Martin Grigorov
> Sent: Monday, May 4, 2020 7:49 PM
> To: Tomcat Users List
> Subject: Re: Getting 404 error while accessing URL after deployment
>
> Hi,
>
> On Mon, May 4, 2020 at 5:02 PM Megha Agrawal <me...@appperfect.com> wrote:
>
> > Hi
> >
> > I am trying to deploy my project on the tomcat server and access the URL
> > using browser. Project is deploying successfully on the server but unable
> > to access URL related to that project. Also, logs are not generating for
> > the deployment and request. Therefore unable to find the reason for the
> > problem.
> >
>
> Where did you look for the logs ?
> Please check your Tomcat configuration. If there are errors during the
> deployment they must be written to logs/catalina.out.
>
>
> >
> > I am using the following configurations:
> > Tomcat version: 9.0.34
> > Operating system: Windows 10 (64-bit)
> > IDE: Eclipse (Version: 2019-03 (4.11.0), Build id: 20190314-1200)
> > Java: JDK-8
> >
> > The same project is running fine on other machines and also other
> projects
> > are running fine on this server.
> > Please look into this issue and provide some details about it.
> >
> > Thanks and regards
> > Megha Agrawal
> >
>
>

-- 

"Ever tried. Ever failed. No matter. Try Again. Fail again. Fail better."

- Samuel Beckett

Reply via email to