Actually i am not able to configure tomcat8 server in eclipse or liferay studio as liferay plugin is showing only 6.2 with tomcat7 option not 6.2 with tomcat8. enter image description here
How can i setup Liferay 6.2 tomcat8 server configuration in eclipse or liferay studio? Is it supportable?
345 views Asked by Amar At
1
There are 1 answers
Related Questions in ECLIPSE
- I need the BIRT.war that is compatible with Java 17 and Tomcat 10
- GUI window is not appearing
- I am trying to run java application in Eclipse, When I try to do Run > Run as > Java Application it starts to show little processing but nothing happe
- Migrating Google App Engine - Eclipse Java 8
- Unable to compile the class for JSP in tomcat 8.5.95
- Eclipse + CMake: Eclipse index unable to resolve header files
- Commit Each Change from Eclipse to GitHub as a different Branch
- Using Eclipse Maven project, import new version of a class from a jar file created from another Maven project
- Is the Eclipse RCP "Window > Show View" menu predefined somewhere
- To enable syntax highlighting with color for JBehave stories in Eclipse
- Eclipse: "package...does not exist" when building a Maven package that references a class in another project
- TestNG update related issue
- How to print a value by comparing 2 fields inside JSON - RestAssured
- How to build using Eclipse Tycho
- "Cannot be resolved as a type" problem with Java
Related Questions in SERVER
- Sending data from C++ server to React.js client
- Deploy Flutter and Laravel php mobile app on the host server
- Protect Server Actions with Next Auth in Next JS 14
- Cannot interact with netcat server over distance
- Facing fatal errors while running "yum update" command on CentOS 7/Cloudlinux 7
- Is there any way to set a printer as default according with Active Directory Policy Security Group and PC hostname?
- How to run GRPC and REST server on same port in Go?
- Share files from the server without data or internet usage
- Django Not Sending Tasks to Celery in Production
- Install Postfix Mail Server
- Is it viable proxying all my mobile apps requests, to some kind knowing that a request is coming from a secure source
- How does a server handle multiple requests, and how does is know where to send which response?
- Trying to launch batch file from powershell, and immediately closes
- Apache: How can I redirect to a subfolder with a URL param but serve required content via the main URL?
- Developing on a remote server an app symfony
Related Questions in TOMCAT8
- Java+Tomcat8.5.78: Not calling action on form submit with files over 100KB
- Restrict Tomcat web.xml and other resources under WEB-INF from user access
- Getting "Failed to clear soft references from ObjectStreamClass$Caches for web application" error while starting app- tomcat8
- Cannot Open to Tomcat Manager Screen
- Tomcat service stop and start commands calling from a jar
- Browser not sending cookies back for 302 redirect response
- I am trying to upgrade a soap based web service which is using tomcat 7 and jdk 1.7 to tomcat version 8.5 and same jdk version
- Vaadin 7 UI in one browser tab waiting on UI in another browser tab
- Risk of high value in maxParameterCount
- Unable set user and password on tomcat 8.0.36
- IntelliJ IDEA - Local Tomcat startup error - NameNotFoundException
- Setting up SSL certificate: APR tomcat-native Library installed, but APR Connector does not initialize
- Tomcat Basic Authentication for 1 Webapp only
- fatal error has been detected by the Java Runtime Environment[SIGBUS (0x7) at pc=0x00007f5c1f9dc200, pid=367, tid=0x00007f5ba8c4a640]
- Unable to Execute Platform Threads in Spring Boot Application - Only NIO Threads Working
Related Questions in LIFERAY-6.2
- Radio button is not clickable in a Liferay portlet after migration from 6.1 to 6.2
- sort of entries by the additional field "Date"
- Ext changes are not loading for liferay 6.2 with Maven build, ext-impl LoginUtil class
- Liferay 6.0 get WebForm-portlet data from db with java controller
- Put the flag secure and httponly in the cookies, in Liferay 6.2 (Localhost)
- Error when adding new table on service.xml - Liferay 6.2
- SSL Handshake Failure Alert for JDK7
- How to use Liferay Mobile SDK 6.2.18 to generate jar libraries now that http is deprecated by both Gradle and Maven?
- Problem when importing a large .lar file in liferay 6.2 Portal?
- How do you get a list of users for a Liferay 6.2 site
- How can i setup Liferay 6.2 tomcat8 server configuration in eclipse or liferay studio? Is it supportable?
- ClassNotFoundException: net.htmlparser.jericho.Source : Newsletters
- How to remove Public render parameter from jsp or render phase of portlet class
- i want to fetch country based on our local timing
- Liferay mail is sending hostname and user information with header
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?
Popular Tags
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)
Looking at Liferay's 6.2 Compatibility Matrix, it looks like Tomcat 8 is a supported EE configuration when patched to SP15+.
I'd imagine that using a Tomcat 8 server with Liferay would be simpler in their studio than with basic Eclipse, and could probably be accomplished by:
Alternatively, you could set up Liferay's Plugins SDK to be used with your Liferay version/application server of choice.
If you already have existing projects in Eclipse, though, you could probably modify the steps in this article to use a 6.2 Liferay .war with Tomcat 8 in Eclipse.