Seasarプロジェクト開発環境セットアップ、色々Eclipseにプラグインをインストール
今回インストールするプラグイン- Dolteng
- SAStruts Plugin
- DbLauncher
- S2JUnit4 Plugin
Eclipseのメニューから「ヘルプ」>「新規ソフトウェアのインストール」を選択
作業対象に「http://eclipse.seasar.org/updates/3.3/」を入力
上記項目をチェックし、インストール
※DbLauncherに関してはhttp://eclipse.seasar.org/updates/3.2にある
次にTomcatのインストール
Eclipseの「サーバー」ビューで右クリック、「新規」「サーバー」を選択
Tomcatを選択
次の画面で空のディレクトリー選択して、新規インストールができる〜
みたいな話でしたが、変なエラーがっ!!
という事で地道にTomcat7をインストール。。。
↓ここを参考
http://qiita.com/deconcepter/items/2393cc68d73b19e9ad65
$ cd eclipse/
$ ls
Eclipse.app dropins features plugins
artifacts.xml eclipse notice.html readme
configuration epl-v10.html p2 tomcat
$ cd tomcat/
$ ls
LICENSE RUNNING.txt lib webapps
NOTICE bin logs work
RELEASE-NOTES conf temp
$ cd bin
$ ls
bootstrap.jar setclasspath.sh
catalina-tasks.xml shutdown.bat
catalina.bat shutdown.sh
catalina.sh startup.bat
commons-daemon-native.tar.gz startup.sh
commons-daemon.jar tomcat-juli.jar
configtest.bat tomcat-native.tar.gz
configtest.sh tool-wrapper.bat
daemon.sh tool-wrapper.sh
digest.bat version.bat
digest.sh version.sh
setclasspath.bat
$ sudo chmod +x *.sh
Password:
$ ls -l *.sh
-rwxr-xr-x@ 1 slowhand staff 20779 11 3 11:43 catalina.sh
-rwxr-xr-x@ 1 slowhand staff 1922 11 3 11:43 configtest.sh
-rwxr-xr-x@ 1 slowhand staff 7888 11 3 11:43 daemon.sh
-rwxr-xr-x@ 1 slowhand staff 1965 11 3 11:43 digest.sh
-rwxr-xr-x@ 1 slowhand staff 3547 11 3 11:43 setclasspath.sh
-rwxr-xr-x@ 1 slowhand staff 1902 11 3 11:43 shutdown.sh
-rwxr-xr-x@ 1 slowhand staff 1904 11 3 11:43 startup.sh
-rwxr-xr-x@ 1 slowhand staff 5024 11 3 11:43 tool-wrapper.sh
-rwxr-xr-x@ 1 slowhand staff 1908 11 3 11:43 version.sh
$ ./startup.sh
Using CATALINA_BASE: /Applications/eclipse/tomcat
Using CATALINA_HOME: /Applications/eclipse/tomcat
Using CATALINA_TMPDIR: /Applications/eclipse/tomcat/temp
Using JRE_HOME: /Library/Java/JavaVirtualMachines/jdk1.7.0_60.jdk/Contents/Home
Using CLASSPATH: /Applications/eclipse/tomcat/bin/bootstrap.jar:/Applications/eclipse/tomcat/bin/tomcat-juli.jar
Tomcat started.
$
インストールして起動してみる
起動できてるにゃ〜。
という事でもう一回Eclipseのサーバーを追加してみる。
とりあえず、追加はできたごた〜。
0 件のコメント:
コメントを投稿