RE: Basic Doubt

2001-05-23 Thread Nathan Brown
ache default page is dispayed .. does this mean that both apache and tomcat are working fine .. in what cases does the request is serverd by tomcat .. how do I access servlets without using the port number ?? Do I have to make changes in web.xml file to include servlet thanks Venkatesh From: &q

RE: Basic Doubt

2001-05-22 Thread Nathan Brown
Venkatesh, Tomcat listens for activity on several ports (depending on how you configure it). The ports of most concert are: 8080 Http Request Handler & 8007 Ajp12 Connection Handler Depending on the Apache module you use (JServe or mod_JK)will dictate which port the connection will pass through