We’re running MyEclipse 9.1 and 10.6 (we’re in transition to the latter) and are reviewing our configurations. We deploy to Tomcat running on a JRE (which it can do because it bundles a version of JDT for compilation) in production, and want to ensure that our development server environment is as close to production as possible.
We tried setting up the Installed JREs as true JREs (pointing them to the /jre folder rather than the jdk root folder) and all works great until we try and set up the server. I can point my Tomcat server to the JRE I configured, but can’t launch it. (Error dialog.)
I did find this link which says explicitly that we can’t use a JRE but must use a JDK in order to provide JSP compilation capability:
http://www.myeclipseide.com/documentation/quickstarts/appservers/
I’m sure that’s true for most other servers, but it is NOT required for Tomcat.
I’m hesitant to call this a MyEclipse bug because it is working “as designed” but it does represent a slight development inconsistency here for Tomcat users.
So I’d like to submit an enhancement request to allow certain servers (a la Tomcat) to be run with just a JRE from within MyEclipse.
What else would you need in this post to complete that enhancement request?