how to install jsp/tomcat?

Run the
Code:
netstat -na | grep -i list | grep 80
to find why it's not starting?

Maybe rebuilt apache and restarted it fix your problem. For this follow this topic: httpd always stopped
 
Run the
Code:
netstat -na | grep -i list | grep 80
to find why it's not starting?

Maybe rebuilt apache and restarted it fix your problem. For this follow this topic: httpd always stopped

now httpd can start.
but when browse the JSP , it's error!

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request

why?
 
I think you should use nodeJS for Java Script not Tomcat, Tomcat supported java i think ;)
 
Last edited:
I think you should use nodeJS for Java Script not Tomcat, Tomcat supported java i think ;)


no JS


java version "1.6.0_43"
Java(TM) SE Runtime Environment (build 1.6.0_43-b01)
Java HotSpot(TM) Client VM (build 20.14-b01, mixed mode, sharing)
 
Back
Top