Relative Content

Tag Archive for tomcat

JavaEE server experience matters for a developer?

Lately I am seeing quite a few application development job ads asking for experience with this or that Java EE server. I can understand this if it is for a server administrator, however I find it stupid and ridiculous to ask for some one with a specific server implementation experience when the job is Java software development. The whole idea behind Java EE as I studied in my initial days was for development of standards and to deploy to any platform of choice that including servers, OS, etc.

Unable to Restrict Access to Tomcat by IP Address

I’m running Tomcat 10.1.26 on Ubuntu 20.04, and I’m attempting to restrict access to a specific webapp by IP address. I have looked at these articles, followed their instructions, and cannot get it to work:

Error 404 Tomcat: required resource is not available

Im having an issue starting my application with tomcat: Error 404 not found. I have already checked that all my files are in a correct place and configuration files are ok, but still having this problem. Any help is welcome as Im am very new in this.

Cant’t acess pages using tomcat in diferent devices

I am using Tomcat to host my app. On the machine where I am running the app, it works properly when I enter my website at localhost:8080/app. However, when I try to access it from another computer or mobile device, I can only access the Tomcat server. When I try to open a page that exist, it creates an empty HTML page with nothing on it. If I go to a URL that doesn’t exist, Tomcat gives me a 404 error.