Question

After spending a few hours searching the internet (including this site), I am unable to find a resolution to my issue and hopefully someone here can help out.

I did a clean install of eclipse kepler (ee version) this morning and my issue is getting Tomcat to be made available on the menu as well as on the preferences tab.

I have set up a Tomcat server in eclipse and have been able to start and stop it without any issue and that has me believing that Tomcat is set-up correctly in eclipse.

A few things tried were to create a dynamic web project hoping this would trigger the addition of the Tomcat options to the menu and preferences screen - nothing here, exited eclipse and re-entered thnking it may need a restart - again nothing. This instance is current as far as updates are concerned and with it being the ee version, the WTP tools are also installed.

I am thinking something very obvious is being overlooked but I cannot figure that out at the moment. Any direction you can point me me is greatly appreciated.

Thank you.

Tom

Was it helpful?

Solution 2

Ok, got this figured out with the help of a co-worker.

I needed to use the Tomcat plug-in (we use the one from Sysdeo) to get this going. I mistakenly thought that by using the EE edition of Eclipse along with having the webtools plugins (WTP) all that was needed was in place. Not so.

The downloaded plug-in was extracted into the eclipse/plugins folder. Once that was done, Eclipse was restarted and the Tomcat references were in place on the menu, the preferences dialog box, and the projects' properties dialog box.

Hope this information will be of value to anyone experiencing the same problem.

OTHER TIPS

I think the only thing you can do with Tomcat is start it and stop it. What options were you looking for? I think everything you want is under the Tomcat run-configuration that you have already been using. Just edit that run-configuration to set whatever options you want (e.g. heap size, permgen, stack size, debugging options, etc.).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top