Tomcat 6 server creation using eclipse IDE on ubuntu

后端 未结 17 1808
礼貌的吻别
礼貌的吻别 2020-12-22 17:37

I\'m having a problem running tomcat 6 with eclipse 3 in ubuntu.

I installed tomcat 6 on my machine and when I tested it using http://localhost:8080, it

17条回答
  •  忘掉有多难
    2020-12-22 18:13

    I wrote a patch for solving this problem and it has been merged in Ubuntu and Debian. Now its possible to configure tomcat6 inside Eclipse without any pains.

    In Ubuntu 11.04 you can install tomcat6-user package. Then configure a user instance of tomcat6 by running this command

    $tomcat6-instance-create ~/my-tomcat-dir

    A user instance of tomcat6 will be configured in ~/my-tomcat-dir directory.

    Now to add tomcat6 inside eclipse to setup your development environment, simply point eclipse towards this directory and you will be ready to go.

    If you are running an older version of Ubuntu, then you can simply download the latest version of tomcat6-user package from the Debian FTP: http://packages.debian.org/hu/sid/all/tomcat6-user/download

提交回复
热议问题