How to configure OpenShift from Eclipse IDE? - eclipse

I want to deploy my web application using OpenShift. I have coded the same in Eclipse IDE. When I am trying to configure OpenShift from Eclipse by entering the Server URL and Token code, I get the following error:-
Unable to read endpoint https://api.us-west-2.online-starter.openshift.com/api
Following are the screenshots of the same:-
Thank you

Related

Trying to create Quarkus project with CodeReady: Unsupported or unrecognized SSL message

I'm new to Quarkus, but I've used CodeReady Studio with Java for a couple of years now. Like most companies, we have a company-wide proxy. We also use Nexus as Maven repository proxy. Both work fine with CodeReady Studio using the correct settings.
CodeReady Studio is running on a Windows WSL.
Now I installed another CodeReady Studio (12.21.3.GA) to experiment with Quarkus. I copied the Proxy and Maven settings from my working CodeReady Studio.
However, when I try to create a new Quarkus project, everything works fine up to the last step. After selecting the Quarkus Extensions, I click on "Finish", and then I get the error message "Unsupported or unrecognized SSL message".
Does anyone know where this comes from? Are there any Eclipse logs to search through?
I have to add that if I create a project using https://code.quarkus.io/ which I download and unzip, everything works fine using quarkus dev.

How to run application using wildfly in Eclipse?

I am new to wildfly server. I have successfully integrated wildfly server in my eclipse and able to start it.
But when i am going to Run As from project left click or Add from Server Console in eclipse. It is not showing available project to me.
As those project as not listed so I am not able to run and debug it. While from command line, I am able to make deployment files using gradale and then deployed on wildlfy server and started it.
If some one have any findings on this that will be helpful for me.

spray-servlet: Issues when war is deployed to tomcat7

I have created a sample application based on akka and spray-servlet. The code and other details can be found at https://github.com/rajvaibhav/spray-tomcat-routing. I am using embedded tomcat for development purpose. The application runs as expected when I deploy it on the embedded tomcat. But when I deploy successfully the same war file to a stand alone tomcat7 server, I am getting 404 after hitting the application's URL. This is very strange. I have checked my tomcat7 server by deploying another Servlet 3.0 application. That works fine, but following the same steps I am not able to hit my application on standalone tomcat7. Any help appreciated.

Web Services in Eclipse

I have many projects setup in eclipse. One of these projects is a Web Service Client Project. When I start tomcat using the Start Tomcat plugin in eclipse Juno, my Web Service project is not running. I get a 404 http error. However, using the Server tab in eclipse (on creating my web services project, a Server project is also created), if I start Server, my Web Service Projects runs corectly.
I am of the view therefore that Web Services projects must be started using the Server->Start option and not Start Tomcat using the plugin.
I am new to Web services. Can anyone share some information on this, and how perhaps I can get the Web Services project to run using the Tomcat plugin.
Regards
Fyzal
did you add the Web Service project on the Server ? Right Click on Webservice Project and Run on Server OR Right Click on the Server and "Add or Remove" Resource

Failed to deploy zend application on Elastic Beanstalk

I need help for deploy my aplication into Elastic Beanstalk.
So far, I only want deploy the sample provided by Zend, without BD, services, etc. (base squeleton aplication).
I have followed these steps:
Enter into Elastic Beanstalk console (without application).
Create a PHP 5.4 enviroment.
Change in (Edit/Load Configuration -> Container Tab): Document Root= \public
Clicked "Upload New Version" and configure for deploy to existing enviroment (Default).
Important:
The File uploaded is a .Zip File of the base skeleton path.
My project has been developed under Windows and use xampp with PHP Version 5.4.7.
I used Eclipse for develop, I don't have Zend Studio.
After uploading, a event error is showed (Failed to deploy application version).
What am I being wrong? or what steps missing for do it well?
I put zend folder on LIBRARY inside project
/projectfolder/library/
works for me