Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

When I try to access Tomcat using the URL http://localhost:8007 its giving a HANDLER THREAD PROBLEM: stream broken. What may be the problem?

0
Posted

When I try to access Tomcat using the URL http://localhost:8007 its giving a HANDLER THREAD PROBLEM: stream broken. What may be the problem?

0

Location: http://www.jguru.com/faq/view.jsp?EID=294244 Created: Jan 5, 2001 Modified: 2001-01-05 07:17:09.87 Author: Alex Chaffee (http://www.jguru.com/guru/viewbio.jsp?EID=3) Question originally posed by Madhu sudan (http://www.jguru.com/guru/viewbio.jsp?EID=264930 Port 8007 is reserved for communication between Apache (or any web server) and Tomcat, using the AJP protocol. To use the HTTP protocol, you must access port 8080, or whatever port you established in the server.xml file. Try http://localhost:8080 instead.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123