Today i started my preparation for SCWCD
But facing some problem with the server.not able to start it
the error which i got is:-
Several ports (8080, 8009) required by Tomcat v5.5 Server at localhost are already in use. The server may already be running in another process, or a system process may be using the port. To start this server you will need to stop the other process or change the port number(s).
The error says that your port 8080 or 8009 is already in use. Maybe your tomcat is already running or some other software is using that port. On windows use the netstat command to see which application is using those ports...
Hi Ankit,
I have changed the port number in server.xml file..
but not able to save the file.
it is saying permission denied.
i am using Windows7 and also login as a Administrator but donot know what is happening.
If its saying access denied that means the file is already in use. So your tomcat is already running. Use the command catalina stop from the tomcat bin directory to stop the running tomcat. You can also kill it from the windows task manager...
If you open command prompt as administrator (by right click on CMD icon and click on "Run as Administrator"), then it might run fine. If that doesn't work, reinstalling tomcat is an option...