• 29 July

    What is default administrator password for Tomcat?

    When you want to deploy your application to tomcat server , you may do it using admin UI but how can you access it? Do you know default admin password? Actually tomcat does not provide any default password. You need to add users to $TomcatHome/conf/tomcat-users.xml and provide role as manager-gui(For tomcat 7 and 8) and […]

  • 17 July

    How to configure Apache Tomcat in eclipse

    In this post, we will see how to configure apache tomcat in eclipse. As per wikipedia, Apache Tomcat, often referred to as Tomcat, is an open-source web server and servlet container developed by the Apache Software Foundation (ASF). Tomcat implements several Java EE specifications including Java Servlet, JavaServer Pages (JSP), Java EL, and WebSocket, and […]