Wednesday, March 27, 2013

Installing and Running 'Tomcat' on Kali Linux

You can install Tomcat by typing in Shell :

$ apt-get install tomcat7

then to Start the Tomcat, type :

$ service tomcat7 start

Test if its running by typing the following URL in your browser :

http://127.0.0.1:8080

The directory from where it loads index.html and JSP is :

PATH :   /var/lib/tomcat7/webapps/ROOT/

4 comments: