I am using MyEclipse CI 2018.9.0.
I need to define a new Server Runtime Environment based on TomEE Plus v7.1.0.
I go through the
Preferences -> Servers -> Runtime Environments -> Add
wizard, but the available types under TomEE are limited to v7.0.
If I choose environment type TomEE v7.0 and select my TomEE v7.1 installation directory, I get the error that installation directory is not valid.
Alternatively, if I choose Apache Tomcat v8.5 as the type of runtime environment, I am allowed to select my TomEE v7.1 installation directory, but this is not a runtime environment that I can use to deploy J2EE applications, i.e. EAR packaged applications.
Is there any hack I could use to make the integration?
I have read the How to use Tomcat 8.5.x and TomEE 7.x with Eclipse? post but it is more about tomcat versioning.
Integrate TomEE Plus 7.1.0 with MyEclipse CI 2018
146 Views Asked by KAC At
1
There are 1 best solutions below
Related Questions in APACHE-TOMEE
- URL's generated with TomEE are not working
- TomEE 10.0.27. No errors in stacktrace, but application cannot be reached
- TomEE 9.0.37 the bean encountered a non-application exception; Nested exception is: org.apache.openejb.OpenEJBRuntimeException
- openjpa not creating schema from persistence.xml
- Migrating TomEE 7.1.2 to 9.1.2 throws javax.naming.NameNotFoundException: Name "nullDatabasePropertiesServiceImplLocal" not found
- Update TomEE 9.1.0 to 9.1.1/9.1.2 for JakartaEE 9.1 application results in UnsatisfiedResolutionException for specific inject
- Performance Degradation and Connection Pooling Issues during Migration from GlassFish to TomEE with Oracle Database
- TomEE - How does ClassLoader load from 3 webapps
- deployment path in Tom EE plume
- Where can I find a list of TomEE 9.x / tomcat 10.0 provided jars?
- Deploying WAR with multi-version jar fails
- Jakarta Mail works as standalone but not in Web Applicaton - where it throws Authentication exception
- SEVERE: ConnectionStrategyFailed with Apache TomEE
- Tomee MultipartProvider didn't consider body as readable
- Module path problem when looking for a remote EJB in JNDI
Related Questions in MYECLIPSE
- why myeclipse's edit table function failed?
- MyEclipse Html(JS) editors cursor position changes randomly
- Cannot detect Connector Project version. Please specify version of Connector Project through Maven project property <connectorVersion>
- Project in Eclipse not finding javax.servlet.* with open liberty
- MyEclipse React New Project Giving Error "Node 14+ version is required" with v18.16.0 Installed on Mac
- Not able to start weblogic 12.2.1.4 in genuitec myeclipse
- Include Run Configurations in SVN project in MyEclipse
- Eclipse "Failed to create the part's controls" InlinedAnnotationSupport
- HTTP Status 500 - The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed
- Cannot load JDBC driver class 'oracle.jdbc.OracleDriver' despite adding JAR file
- "Cannot find tag library descriptor" error in myEclipse
- Running my JSP myEclipse page gives a blank page
- Ant classpath build issues in MyEclipse
- Extra files showing up in searching that are not in classpath
- java.lang.OutOfMemoryError Java heap space MyEclipse JBoss
Related Questions in TOMEE-7
- org.apache.openejb.OpenEJBException: Unable to load servlet class: com.sun.xml.ws.tx.coord.v11.endpoint.RegistrationRequesterPortImpl: null
- Run Embedded TomEE 7.1.5 with Gradle
- @Autowired not working in openJdk8 but worked in jdk7
- Installation of APR/native for apache-tomee-plus-7.0.6 on Windows Server (with Binaries)
- Running TomEE 7.0.3 on port 443 on Centos 7 server
- java.util.ConcurrentModificationException starting ear files with the release of Apache Tomee Plus 7.1.2
- Apache TomEE external ActiveMQ resource not rolling back in distributed transaction
- Tomcat start not recognised by IDE
- Apache Tomee 7.0.2 - Maven compilation error for microservices
- TomEE - Netbeans - folder outside project
- TomEE Embedded: Resource defined in resources.xml not available within webapp
- The javax.servlet.request.X509Certificate property returns null
- java.lang.ClassNotFoundException: javax.ws.rs.ext.MessageBodyReader in Apache TomEE when trying to use Jackson instead of Johnzon as JSON provider
- I get the error "ORA-25351: transaction in use" when I access the Oracle database from a Java application running on a Tomee server
- Persistence unit complains datasource is closed even when it is not
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
The TomEE 7.0 server connector is checking for a
tomee-webapp-7.0.x.jarfile in the lib folder of the TomEE runtime installation. So all you need to do (assuming there are no gotchas with running TomEE 7.1 as TomEE 7.0) is rename thetomee-webapp-7.1.0.jarin that folder totomee-webapp-7.0.jar.Genuitec will be looking to add that support directly in an upcoming release. Sorry about the inconvenience.