I am experimenting with GWT and I created a GWT Application Project within Eclipse (project name is "echo"), as explained in GWT tutorial. I left the ...
I am experimenting with GWT and I created a GWT Application Project within Eclipse (project name is "echo"), as explained in GWT tutorial. I left the ...
Description of the service: This spring boot application is essentially a web socket proxy for charging stations (using OCPP protocol over websocket) ...
As part of a bash script I check the recently installed Apache Tomcat status with sudo systemctl status tomcat The output is as follows ● tomcat.s ...
I would like to create simple Java SOAP web service that should run on Tomcat 10. I'm using Eclipse and Maven for this purpose. I'm creating new Maven ...
I wrote a Java WebApp using Tomcat Version 9.0.69 and Wicket 9.12.0 plus Chrome Version 109.0.5414.75 for display, but CSP (Content-Security-Policy) t ...
I need to provide a config file path to my Java web application that runs in Apache Tomcat 10.1. The config path must be set outside of the deploymen ...
I have a webserver with some applications on Tomcat, with 4GB of RAM as the maximum consumption adjusted for the JVM and the truth is that the perform ...
In my spring boot application I added ssl properties in application.yml as below: and the application war file has successfully deployed on tomcat ...
I have a Spring Boot application, deployed as WAR file in a Tomcat in Godaddy.Now, I do need to enable HTTPS on it.I had installed SSL on our domain a ...
I am trying to use Weld with Embedded Tomcat (10.1.5) using a basic example and settings from official weld docs. This weld injection with same code ...
I upgraded a JSP application to Spring Boot 3 and now it won't start when running as a standalone application. If I start the application using gradl ...
looking for some support with MySql and Orbeon forms. I've been at this for a few days, and I cannot seem to find any completed / published forms in M ...
In my catalina.out I have this error /opt/tomcat/bin/catalina.sh: 1: eval: Syntax error: Unterminated quoted string I think this means that a s ...
I just want to run the hello world web page on my tomcat server. But nothing happens. I want to troubleshoot this problem, but I don't know where to s ...
I have a brand new installation of tomcat 9. It is running a webapp called jasperreports. When a report is downloaded from a browser I want it to disp ...
I'm currently upgrading an application from Spring Boot 2.7.7 to Spring Boot 3.0.2 and hit a 404 at the tomcat. The interesting thing is that the app ...
I'm trying to remove Log4j from my project. The project is building sucessfully after removing but I'm getting this error while running the build. ...
When deploying the app, certain environment-specific settings need to be applied to the server.xml, which cannot be applied when the container is buil ...
I am very new to the server configuration topic. I have developed my own site on Spring MVC and I want it to be on the server. I bought VPS with Ubunt ...
I am attempting to run a newly created Maven web application within NetBeans. I keep getting the following error: java.lang.NoClassDefFoundError: ...