Questions tagged [tomcat10]

141 questions
0
votes
1 answer

Netbeans 12.4 Tomcat 10 "View Server Output" grayed out

I'm developing a Java web application using netbeans 12.4 and tomcat 10. When I try to debug i see in the output window only the output of the compilation and the output of the Tomcat Server log, while the windows of the server output is missing. I…
user3552867
  • 1
  • 2
  • 4
0
votes
1 answer

DisableLoopbackCheck does not work for IIS 10 sites configured for Tomcat 10 AJP Connector

DisableLoopbackCheck is not working for IIS 10 sites configured with Tomcat 10 AJP Connector. I am able to locally authenticate into sites not configured with Tomcat on the same IIS instance using the site FQDN. I get 401.3 only for sites configured…
Omar S
  • 21
  • 2
0
votes
1 answer

Hi I am trying to deploy spring mvc project in tomcat 10 but I am getting following error . I search a lot but not find the solution

I am running the project by using the startup.bat option in tomcat 10 windows. I did not modify my code from javax to Jakarta As there are lots of codes getting changed if I modify the code also not able to find out spring dependency for Jakarta. As…
vaibhav
  • 3
  • 2
0
votes
0 answers

ClassNotFoundException with ServletContextlistener on Tomcat 10

I am trying to build a webapplication project using Netbeans 12.4 and Tomcat 10.0.13. And I am surprised to see my project compile well but the context listener is never invoked. Instead I see messages like java.lang.NoClassDefFoundError:…
Queeg
  • 7,748
  • 1
  • 16
  • 42
0
votes
0 answers

Unable to use JSTL Library in my JSP Page, getting the following error

HTTP Status 500 – Internal Server Error Type Exception Report Message org.apache.jasper.JasperException: Failed to load or instantiate TagLibraryValidator class: [org.apache.taglibs.standard.tlv.JstlCoreTLV] Description The server encountered an…
0
votes
1 answer

How to run Java Server Faces on Apache tomcat 10

I'm using Apache Tomcat 10 together with Java JDK 16, but it's giving an error when configuring the Java server faces: 24-Sep-2021 13:57:24.063 SEVERE [http-nio-8080-exec-55] org.apache.catalina.core.StandardContext.loadOnStartup Servlet [Faces…
Artso
  • 9
  • 3
0
votes
1 answer

What Maven Dependencies are necessary to run Resteasy version 4.x on Apache Tomcat version 10.x?

Unfortunately I was not able to find any information on how to run a Resteasy based application on Tomcat 10.x. I would appreciate if anybody could show me an example web.xml and pom.xml to make it work.
0
votes
0 answers

How to avoid clear text password in JDBC data source in Tomcat 10

I am using Tomcat 10 and added a JDBC data source in server.xml with clear text password. I want to use an encrypted database password for security purposes. How can I add a custom data source factory in server.xml file of Tomcat 10 to achieve data…
0
votes
1 answer

Why do I get java.lang.ClassNotFoundException: org.zkoss.zk.ui.http.HttpSessionListener when I try to run a deployed zk war?

I am trying to run a deployed .war made with the zk framework and Java, in a Debian server with tomcat 10 but it doesn't work. When I checked the log in the file /opt/tomcat/logd/localhost.2021-xx-xx.log, an error message appeared as…
0
votes
3 answers

ConfigServletWebServerApplicationContext: nested exception is java.lang.NoClassDefFoundError: jakarta/servlet/jsp/JspFactory using Tomcat 10 - Spring

I am trying to make the SpringBoot tutorial from Youtube. But in IntelliJ + Maven, not Eclipse. At the 1 hour mark, they add the jasper dependency and then run the program and it works nicely. Before I add the jasper dependency, I have no errors.…
Nexx
  • 51
  • 1
  • 2
  • 7
0
votes
1 answer

jakarta.faces.FacesException: Unable to find CDI BeanManager- weld tomcat 10 and JSF 3, JDK11

I am to set up a Skeleton with AdoptOpenJDK 11, tomcat 10.0.8, Jakarta EE9, weld and primefaces 10 jsf I have seen several posts regarding this issue and have tried all the fixes but do not seem to be able to get this to work and the project will…
0
votes
0 answers

springboot application javax to jakarta migration question

I have a springboot2.x application and I want to deploy springboot war file to tomcat10. I think I have to migrate javax to jakarta. How should I migrate the same?
Leejinsol
  • 31
  • 3
0
votes
0 answers

tomcat10 jakarta lib not coming in servlet creation

i am creating a servlet in tomcat10 but in eclipse superclass javax …. coming not Jakarta
0
votes
0 answers

classDefinationNotFound : HttpServlet

I was trying to create a simple my first application in Servlet. I mapped my '/hello' url to HelloServlet. When I tried to access /hello I got this. HTTP Status 500 – Internal Server Error Type Exception Report Message Class…
vishal rana
  • 33
  • 1
  • 1
  • 7
0
votes
0 answers

Tomcat 10 Port 8443 (SSL) not working on local/external IP address but working on localhost

I have been trying to configure Tomcat 10.0.4 alongside IntelliJ Idea for my Java Web project. However, I am unable to run the project using SSL on port 8443. I have also included the Tomcat Native Library dll in the tomcat bin folder. Under build…
1 2 3
9
10