Tomcat Errors in J2EE
Error
--------------------------------
java.net.BindException: Address already in use: JVM_Bind
solution
=======================
i had the above error in tomcat .So i changed the port address and its resolved for now.
By default the 3 ports in tomcat is
1.Tomcat admin port 8080
2.HTTP/1.1 9090
3.AJP/1.3 8080
Now I have changed the ports as follows
8013
9091
8011
now its working fine.
Steps to change the ports-------------------
1)Go to server and then double click on
apache tomcat
2)Then the tomcat page will open and you can change your port
1.Go to server....double click on apache tomcat
(Follow the below picture)
2)Now the following page will open...scroll right to find the port addresses
now chane the three port
1.Tomcat admin port
2.HTTP/1.1
3.AJP/1.3
#java.net.BindException: Address already in use: JVM_Bind
#tomcat errors
--------------------------------
java.net.BindException: Address already in use: JVM_Bind
solution
=======================
i had the above error in tomcat .So i changed the port address and its resolved for now.
By default the 3 ports in tomcat is
1.Tomcat admin port 8080
2.HTTP/1.1 9090
3.AJP/1.3 8080
Now I have changed the ports as follows
8013
9091
8011
now its working fine.
Steps to change the ports-------------------
1)Go to server and then double click on
apache tomcat
2)Then the tomcat page will open and you can change your port
1.Go to server....double click on apache tomcat
(Follow the below picture)
2)Now the following page will open...scroll right to find the port addresses
now chane the three port
1.Tomcat admin port
2.HTTP/1.1
3.AJP/1.3
#java.net.BindException: Address already in use: JVM_Bind
#tomcat errors
Comments
Post a Comment