I get connection time for everything on Tomcat, the log says it all 404. How can I debug this?

Simptom:

Any connection to the Tomcat 7 server gives a blank page. The register registers like this, there is a connection to the JSP pages or to individual JPG files, which, as I know, are available on the server:

192.168.0.130 - - [23/Apr/2015:00:45:53 -0300] "GET / HTTP/1.0" 404 -
192.168.0.130 - - [23/Apr/2015:00:51:23 -0300] "GET / HTTP/1.0" 404 -
172.18.109.82 - - [23/Apr/2015:14:00:59 -0300] "GET /APPS/portal/index.jsp HTTP/1.1" 404 -
172.18.109.82 - - [23/Apr/2015:14:00:59 -0300] "GET /favicon.ico HTTP/1.1" 404 -
172.18.109.82 - - [23/Apr/2015:14:01:18 -0300] "GET /APPS/portal/index.jsp HTTP/1.1" 404 -
172.18.109.82 - - [23/Apr/2015:14:01:52 -0300] "GET /APPS/portal/index.jsp HTTP/1.1" 404 -
172.18.109.82 - - [23/Apr/2015:14:01:55 -0300] "GET / HTTP/1.1" 404 -
127.0.0.1 - - [23/Apr/2015:14:02:30 -0300] "GET /manager/html HTTP/1.1" 404 -
172.18.109.82 - - [23/Apr/2015:14:15:44 -0300] "GET /APPS/portal/imgs/main.jpg HTTP/1.1" 404 -

This is a Windows 2008 R2 server, it runs .NET on port 8088 and Tomcat on port 80.

What I tried to do:

Check if the conf files inside Tomcat have changed. Everything seems normal. server.xml and baseapp are all correct.

Windows Firewall still has the correct incoming rules. I can even check the IP address, and the DNS intranet is working correctly.

Web sites working on the .NET port are working fine. The problem is only with Tomcat 7.

How can I debug this situation further?

EDIT:

, , :

.NET

.NET, , -.

Tomcat

Tomcat, , .

, ROOP webapp.

+4
2

Tomcat? , , , Tomcat, URI ( ), Tomcat 404 0 ('-').

404 , - "ROOT" ( ) .

- ( - , ROOT ), Tomcat .

( , , ErrorReportValve) Tomcat HTTP , , .

,

  • Tomcat, -.

  • , ROOT webapp. <Host> server.xml — - ROOT.

    "webapps/ROOT". . ( WEB-INF/web.xml. conf/web.xml).

  • , "defaultHost" <Engine> server.xml <Host>.

+3

  • .NET, , IIS, , .
  • .NET , .
  • Tomcat , , 888.
  • , , , .

IIS Tomcat IIS Tomcat .

+1

Source: https://habr.com/ru/post/1584339/


All Articles