viernes, 12 de octubre de 2012

Eclipse y Tomcat

Una opción es instalar el plugin JBoss Tool, pero este plugin para el eclipse Indigo  no trea el adaptador para el servidor tomcat.

Y para el adaptador del Tomcat necesitamos el JST server adapter.

JST server adapter y JST server adapter extensions - Esto instala
http://stackoverflow.com/questions/5066088/eclipse-wtp-plugin-no-apache-tomcat-adapter
http://codeissue.com/issues/i84f32f12843884/tomcat-web-server-plugin-for-eclipse

1. Go to Help > Install New Software...
2. From the Work With, select "Indigo - http://download.eclipse.org/releases/indigo"
3. From the list, select "Web, XML, and Java EE Development"
4. Then select "JST Server Adapters

Para Eclipse LUNA:

1. Go to Help/Install new Software
2. Choose "Luna - http://download.eclipse.org/releases/luna"
3. Check "JST Server Adapters" and "JST Server Adapters Extensions"
4. Check "m2e-wtp Maven integration for wtp"
5. Once installed, go to "Window/Preferences/Server/Runtime Environments" and you'll find Apache Tomcat servers
Como alternativa para un HTTP servecer podemos bajarnos un subset del WTP llamado WST que trae los adaptadores clasicos HTTP.

O bien otra alternativa es instalar el plugin conocido como WTP: para lo cual debemos ingresar la siguiente URL: http://download.eclipse.org/webtools/repository/luna/
Ver> https://www.mulesoft.com/tcat/tomcat-wtp#wtp

WST adapter - Esto instalal  dos adaptadores HTTP Server:
https://yoxos.eclipsesource.com/yoxos/node/org.eclipse.wst.server_adapters.feature.feature.group

No hay comentarios:

Publicar un comentario