im working with tomcat and im tryng to run php thorugh tomcat. fot that i downloaded a sample JavaBridge.war file and pasted it into webapps folder of tomcat. but when i start the tomcat server it says
'he-tomcat-10.1.10\webapps\JavaBridge.war] 05-Jul-2023 20:19:09.066 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time. 05-Jul-2023 20:19:09.118 SEVERE [main] org.apache.catalina.core.StandardContext.startInternal One or more listeners failed to start. Full details will be found in the appropriate container log file 05-Jul-2023 20:19:09.625 WARNING [main] org.apache.catalina.util.SessionIdGeneratorBase.createSecureRandom Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [504] milliseconds. 05-Jul-2023 20:19:09.626 SEVERE [main] org.apache.catalina.core.StandardContext.startInternal Context [/JavaBridge] startup failed due to previous errors'
and when i hit the 'http://localhost:8080/JavaBridge/' i get the output in image.
i tried many possible solutions, but no one worked
warfile from?