Unable to see server location while installing apache in eclipse -


i trying install apache tomcat in eclipse. when doing new-> server, getting following window

enter image description here

after clicking on next, not asking tomcat installation directory , not able run it. please help

probably installed tomcat , have deleted manually. have 2 options:

  1. delete or change workspace address in eclipse , try install tomcat again. work.

  2. delete tomcat configuration files workspace folder following:

    1. close eclipse

    2. got {workspace-directory}/.metadata/.plugins/org.eclipse.core.runtime/.settings

    3. delete these files

      • org.eclipse.wst.server.core.prefs
      • org.eclipse.jst.server.tomcat.core.prefs
    4. start eclipse again

    5. install tomcat again

enter image description here


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -