Hi,
I have jdk 5 version installed on my laptop.I installed Apache Tomcat 5.5 version with default settings.But when i tried to access the index page
using the url :
http://localhost:8080 the browser pompted me for a login dialog box.Even after providing my local system user account's user id and password AND using admin as user name and password none it didnt worked.
When i saw the logs i got the following information:
Error initializing endpoint:
java.net.BindException : Address already in use:JVM_Bind:8080
at org.apache.tomcat.util.net_PoolTcpEndPoint........ ......................................
.....................
..........
Severe:Catalina.start
LifecycleException
rotocolhandler initialization failed:
java.net.BindException:Address already in use JVM_Bind:8080
at org.apache.catalina.connector.Connector.initialize ..........
...........................................
Error Starting End point
java.net.BindException : Address already in use:JVM_Bind:8080
.................................................. .................................................. .
After that i installed Tomcat 4.1 version.But in this case when i run the start script by setting the required variables like CATALINA_HOME..etc ,i dont get anything and the console window gets closed immediately in a second with some error but i was not able to view the error.Also i checked logs but nothing was available.
So can anybody please let me know what could be the problems and how to resolve them ??