|
I am getting errror #202, how do I fix it? |
ERROR# 202 means "You can't access the servlet - Servlet is not available".
- Verify that you install server side (servlets) properly
- Use port in URL. The default port for Tomcat is 8080
- Sometimes IE works locally (autonomous work) and it uses the cache. Delete the cahce and try again
After installation of the servlets and starting the Tomcat try to invoke the "Admin Zone": http://yourhost:port/[install_dir]/pump
If you see the login page you installed the servlets properly. |