i am asked to implement jsp file and given instruction on how to set all mysql,tomcat and all.
i did follow everything however when i open http://localhost nothing happened. only error to connect page of the browser. i'm assuming my webserver is having a problem and still not up.
in the instruction, i was asked to run this command to check if it is up:
ps –ef | grep tomcat
and the example shows that im suppose to get something like this :
but i only got this:
root 2319 2297 0 15:58/0 00:00:00 tomcat
i dont get the rest of the lines as im supposed to get in the example given. what could be the issue?