Java Tutorial - Java Script :
Step 6: Restart the Servers
Now, you are ready to restart the servers. Remember to start Tomcat first and then start Apache. This will give Tomcat the opportunity to generate the configuration information that Apache needs. After the servers are running, you should be able to hit the Tomcat examples applications. Note that you will not get the Tomcat start page as before unless you changed Apache’s document root to be the same as Tomcat’s. This is so because there can only be one root context. Open your browser and enter the URL: http://192.168.0.143:8080/examples/jsp/index.html Run the snoop JSP to make sure it is working too.
