> a.net.BindException: Address in use: JVM_Bind this error means that the port is used by another aplication.
> className="org.apache.catalina.connector.http.HttpConnector" > port="1977" minProcessors="5" maxProcessors="75" > enableLookups="true" > redirectPort="8443" acceptCount="10" debug="0" > connectionTimeout="60000"/> next, try it to change the port 1977 to 8080 restart tomcat and try: http://localhost:8080 Tomcat 4.0.1 is installed as a service (see services on Control Panel, Administrations tools). It`s posible that another instance of tomcat is the origin of the problem, in this case the tomcat service. saludos c. -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
