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?
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
- 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?
- Whats wrong with just giving customers space off of one domain name so their URL is http://www.mycompany.com/theircompany?
- Why do I receive "localhost is not found" when I try to access http://localhost:8000?