installing tomcat on eclipse - eclipse

I know there are other answers to this I have look through it and still can't find my problem I am on a windows 10 computer
I have tomcat installed and can connect to the test site apparently I can't add images so you will just have to trust me on somethings I have eclipse installed and have the web development tools installed with it
things i have installed for eclipse
{
Buildship: Eclipse Plug-ins for Gradle 3.0.0.v20181106-1441-m org.eclipse.buildship.feature.group Eclipse Buildship
EclEmma Java Code Coverage 3.1.1.201809121651 org.eclipse.eclemma.feature.feature.group Eclipse EclEmma
Eclipse IDE for Java Developers 4.10.0.20181214-0600 epp.package.java Eclipse Packaging Project
Eclipse Java Development Tools 3.16.0.v20181206-1038 org.eclipse.jdt.feature.group Eclipse.org
Eclipse Java EE Developer Tools 3.9.200.v201808172107 org.eclipse.jst.enterprise_ui.feature.feature.group Eclipse Web Tools Platform
Eclipse Java Web Developer Tools 3.11.0.v201808212348 org.eclipse.jst.web_ui.feature.feature.group Eclipse Web Tools Platform
Eclipse Platform 4.10.0.v20181206-0815 org.eclipse.platform.feature.group Eclipse.org
Eclipse RCP 4.10.0.v20181206-0815 org.eclipse.rcp.feature.group Eclipse.org
Eclipse Web Developer Tools 3.11.0.v201811192212 org.eclipse.wst.web_ui.feature.feature.group Eclipse Web Tools Platform
Eclipse XML Editors and Tools 3.12.0.v201811192212 org.eclipse.wst.xml_ui.feature.feature.group Eclipse Web Tools Platform
Git integration for Eclipse 5.2.0.201812061821-r org.eclipse.egit.feature.group Eclipse EGit
Git integration for Eclipse - Task focused interface 5.2.0.201812061821-r org.eclipse.egit.mylyn.feature.group Eclipse EGit
Java implementation of Git 5.2.0.201812061821-r org.eclipse.jgit.feature.group Eclipse JGit
m2e - Maven Integration for Eclipse (includes Incubating components) 1.10.0.20181127-2120 org.eclipse.m2e.feature.feature.group Eclipse.org - m2e
m2e - slf4j over logback logging (Optional) 1.10.0.20181127-2120 org.eclipse.m2e.logback.feature.feature.group Eclipse.org - m2e
Marketplace Client 1.7.3.v20181205-1546 org.eclipse.epp.mpc.feature.group Eclipse Marketplace Client
Mylyn Builds Connector: Hudson/Jenkins 1.16.0.v20180403-2055 org.eclipse.mylyn.hudson.feature.group Eclipse Mylyn
Mylyn Context Connector: Eclipse IDE 3.24.2.v20180905-0014 org.eclipse.mylyn.ide_feature.feature.group Eclipse Mylyn
Mylyn Context Connector: Java Development 3.24.2.v20180905-0014 org.eclipse.mylyn.java_feature.feature.group Eclipse Mylyn
Mylyn Task List 3.24.2.v20180905-0003 org.eclipse.mylyn_feature.feature.group Eclipse Mylyn
Mylyn Task-Focused Interface 3.24.2.v20180905-0014 org.eclipse.mylyn.context_feature.feature.group Eclipse Mylyn
Mylyn Tasks Connector: Bugzilla 3.24.2.v20180905-0003 org.eclipse.mylyn.bugzilla_feature.feature.group Eclipse Mylyn
Mylyn Versions Connector: Git 1.16.0.v20170629-1738 org.eclipse.mylyn.git.feature.group Eclipse Mylyn
Mylyn WikiText 3.0.25.201806201740 org.eclipse.mylyn.wikitext_feature.feature.group Eclipse Mylyn
Oomph Setup 1.12.0.v20190206-0943 org.eclipse.oomph.setup.feature.group Eclipse Oomph Project
Tip of the Day UI Feature 0.2.200.v20181107-2118 org.eclipse.tips.feature.feature.group Remain Software
}
if you are actually going to bother to go through that list if I am missing anything then tell me prehapse i installed the wrong one
when I go and create a new project it doesn't show up with apache when looking for a target runtime which is the folder for tomcat I get IBM ow2 oracle red hat red hat jboss middleware resin and SAP when I look inside all of the folders there isnt a tomcat
according to the videos that I watched I should be able to see an apache folder so am i missing something or need a different install
also, I did try an eclipse plugin for tomcat it said the server started up but I couldn't run any JSP code or find the target runtime apache folder
i have tried with tomcat versions 7 and 9 eclipse 4.10

You are missing the JST Server Adapters Extensions feature mentioned at https://wiki.eclipse.org/WTP_FAQ#How_do_I_install_WTP.3F . It contains the Tomcat support.

You have to download the tomcat zip file from the official site; most of the time version 8 or 9 will be suitable for you. extract the zip file in your pc.
open the eclipse and you will find the server view in the view menu item. create a new server with your extracted folder. I hope you get the idea. If you need more clear steps to install tomcat on eclipse please let me know. I will update this answer.
cheers...!!!

Related

How to install Hibernate Tools into Eclipse Luna?

I'm using Eclipse Luna, I want to create a web app and use Hibernate for my data. In Eclipse Marketplace I found Hibernate Tools for Indigo or Helios but not for Luna.
I found just Red Hat JBoss Developper Studio for Luna ( what's that ?).
Hibernate Tools is part of JBoss Developer Studio. One option is to install (from Eclipse Marketplace) Red Hat JBoss Developer Studio (Luna), which will include the entire suite of JBoss tools (including Hibernate Tools). If you just want the Hibernate Tools, you'll have to use Help > Install New Software... and then add the JBoss Tools update site (http://download.jboss.org/jbosstools/updates/stable/luna/). From there you can select just the Hibernate Tools (or anything else you want).
I use Eclipse Web Tools Platform (WTP) version 4.4 Luna. Menu Help \ Install new software...
Add plug-in repository: http://download.jboss.org/jbosstools/updates/stable/luna/
Search modules for Hibernate (Install all JBoss plug-ins is not good practice), then install
(open screenshot image in a new window for big size)
just go to eclipse marketplace.
type jboss tools luna.
install the plugin.
Done.

Eclipse built-in maven support vs M2Eclipse

Has Eclipse 3.7.2 built-in Maven support? How does it differ from m2eclipse?
#EDIT
m2e basic version is bundled with Eclipse 3.7 Java (not yet with Java EE). For the full version one has to install m2e from either its update site or the Marketplace.
List of Indigo (Eclipse 3.7) projects: http://www.eclipse.org/indigo/projects.php
Includes Maven support [new]: http://www.eclipse.org/m2e/
As you can guess by the name it is just m2e bundled with the release (and upped the version number from the external source).
You can install maven eclipse from here - http://download.eclipse.org/technology/m2e/releases/
Note: Sonatype contributed m2e plugin to eclipse. You can read about it here http://www.sonatype.com/people/2011/06/where-is-m2eclipse/

Use groovy plugin and jboss tool simultaneously in eclipse

I have a project that uses groovy and java code. The project is deployed as a war file in jboss and it works fine (at least it deploys and I get some output through my browser). I now want to debug the code and I thought eclipse should do the trick. However it seems like I cannot use both groovy plugin and jboss plugin simultaneously in eclipse. Is this the case? Is there a workaround?
System:
Ubuntu Precise Pangolin
Eclipse Juno
Jboss tools for Indigo (Juno is unstable)
Groovy-eclipse for juno
I have groovy-eclipse installed and when I try to install Jboss tools (from marked place) I get:
Software being installed: JBoss Central Community 1.0.1.v20120715-0355-H112-Final (org.jboss.tools.community.central.feature.feature.group 1.0.1.v20120715-0355-H112-Final)
Software currently installed: VMware vFabric tc Server Integration for Eclipse 3.1.0.201210040536-RELEASE (com.vmware.vfabric.ide.eclipse.tcserver.feature.group 3.1.0.201210040536-RELEASE)
Only one of the following can be installed at once:
Mylyn Commons UI 3.6.1.v20110720-0100 (org.eclipse.mylyn.commons.ui 3.6.1.v20110720-0100)
Mylyn Commons UI 3.8.2.v20120916-1200 (org.eclipse.mylyn.commons.ui 3.8.2.v20120916-1200)
Mylyn Commons UI 3.8.0.v20120612-0600 (org.eclipse.mylyn.commons.ui 3.8.0.v20120612-0600)
Mylyn Commons UI 3.4.0.v20100608-0100-e3x (org.eclipse.mylyn.commons.ui 3.4.0.v20100608-0100-e3x)
I found a solution my self. I was installing a package consisting of groovy and grails tools and
Grails IDE
SpringSource
VMware vFabric
caused the conflicts with jboss tools. Since I only needed the groovy compiler I could untick those. I guess I could also have chosen a different package.

Eclipse classic problems to update Java EE tools

I have Eclipse classic 4.2 installed in my PC and I wanted to work on the webservices project with eclipse. I have followed the following method to update the eclipse classic to support Java EE.
I have used the install new software section and added the following URL
http://download.eclipse.org/webtools/updates/
Then i have selected Web tools platform and click next.
Then I'm getting the following error messages and i'm unable to install the web tools.
Cannot complete the install because one or more required items could
not be found. Software being installed: Eclipse Java EE Developer
Tools 3.2.0.v201005241530-7b7GHTYFSK2W9kPaFClvz0O_NQmN
(org.eclipse.jst.enterprise_ui.feature.feature.group
3.2.0.v201005241530-7b7GHTYFSK2W9kPaFClvz0O_NQmN) Missing requirement: WTP EJB UI Plug-in 1.1.500.v201004280901
(org.eclipse.jst.ejb.ui 1.1.500.v201004280901) requires 'bundle
org.eclipse.emf.edit.ui [2.2.0,3.0.0)' but it could not be found
Cannot satisfy dependency:
From: Eclipse Java EE Developer Tools 3.2.0.v201005241530-7b7GHTYFSK2W9kPaFClvz0O_NQmN (org.eclipse.jst.enterprise_ui.feature.feature.group
3.2.0.v201005241530-7b7GHTYFSK2W9kPaFClvz0O_NQmN)
To: org.eclipse.jst.ejb.ui [1.1.500.v201004280901]
Can anyone guide me how to install and get started with the current version I have?
Thanks in advance.
Use juno, http://download.eclipse.org/releases/juno to install webtools on top of Eclipse 4.2.
The webtools repo you showed above doesn't have EMF in it, so you need to add an EMF repo as well or pull it from the juno update site.

Maven missing in Eclipse - I think all software is installed

I'm trying to install Maven for Eclipse on my Mac. I've used it on Ubuntu before but for some reason I can't get it to work on Mac. Eclipse says the software is installed but I can't create or import any Maven projects - the options to do so are not in the menus. Also, there are no Maven entries in the Eclipse preferences.
I'm running:
Mac OS X 10.6
Eclipse Java EE IDE Indigo Service Release 1
Eclipse software installed:
m2e - Maven Integration for Eclipse 1.0.100.20110804-1717
Eclipse Java Development Tools 3.7.1.r371_v20110810-0800-7z8gFcoFMLfTabvKsR5Qm9rBGEBK
Eclipse Platform 3.7.1.r37x_v20110729-9gF7UHOxFtniV7mI3T556iZN9AU8bEZ1lHMcVK
Eclipse Help System 1.3.0.v20110327-7i7uFFkFFp7gNobOpNgKo0
Equinox p2 Provisioning for IDEs. 2.1.2.R37x_v20110815-1155-6-Bj9JXOeQxOURYC-l9BL7rDEQO7
Add-on Function for p2 1.0.1.R37x_v20110906-7A4FD4DiVOManqZttPtXz0lWlFbU
Equinox p2 Core Function 1.0.1.R37x_v20110906-8290FZ3FUqIcLqkVkEaTdn_14C7G
Equinox p2 RCP Management Facilities 1.0.1.R37x_v20110906-782EpBqNKGUkZQpuT8hAlWlFbUeo
Eclipse RCP 3.7.1.r37x_v20110729-9DB5FmNFnFLSFCtLxnRfMqt15A4A
Maven Integration for WTP 0.14.0.20110928-2045
Eclipse Web Developer Tools 3.3.1.v201107072200-7O7IFhREMiB5vNoYqf01XHTvUndyz-yx-9kUyXXL
Eclipse XML Editors and Tools 3.3.1.v201108102009-7H7EFZ3DxumTlaI6nheRdHo2p1KaDIL1Uz-S3PL
WST XML Core 3.3.1.v201108102009-7C7OFeKF7RZHQNI3R-OuRb
WST XML User Documentation 3.3.0.v201102071641-50FYwAkF7B77UBZFDBL
JavaScript Development Tools 1.3.1.v201108102009-7F78FXRFBBoPbXRPcHfz-uy
WST Common UI 3.3.1.v201107190400-7C79FULEdhO_pfuh6nYekfK0TyR2OK
WST Common Core 3.3.1.v201107190400-7B7DFO5F7RZHOeJ-SxQ1NJ
WST Server UI 3.3.1.v20110714_1706-7B77FGPAtJceyEUOhPIXVJNjBF39
WST Server Core 3.3.1.v20110729_1216-30FBc8s73553F5Ia2828
WST Server User Documentation 3.3.0.v20110512-20DF7w312215222664
WST Web Core 3.3.1.v201107190400-7E7EFMWAJun8_t84-MOI-iP7cRb5srz
WST Web User Documentation 3.3.0.v201102200555-31Eo8s734B3E4H7799
m2e connector for mavenarchiver pom properties 0.15.0.201109290002
Also, Mac OS seems to come with Apache Maven 3.0.3 pre-installed.
Any ideas why Eclipse isn't letting me work with Maven?