Questions tagged [websphere-liberty]

IBM WebSphere Liberty is a highly composable, fast to start, dynamic application server runtime environment.

This tag is specifically for questions relating to IBM WebSphere Liberty. IBM WebSphere is built on Open Liberty. For questions relating to Open Liberty see tag open-liberty

Developer download links

Knowledge Center links

Forum links

More resources

1629 questions
15
votes
4 answers

log4j2: Location for setting Log4jContextSelector system property for asynchronous logging

I am attempting to set up asynchronous logging (for performance reasons) within REST web methods that currently run in a liberty profile server. In order to do this, I have set up the following property: System.setProperty("Log4jContextSelector",…
James Hutchinson
  • 729
  • 2
  • 9
  • 24
14
votes
1 answer

What is the difference between OpenLiberty and WebSphere Liberty?

Recently IBM created a new open source project called "OpenLiberty" that is largely shared with the codebase for WebSphere Liberty. What is the difference between OpenLiberty vs. WebSphere Liberty? What features do I get with the free open source…
Andy Guibert
  • 34,857
  • 7
  • 32
  • 54
14
votes
4 answers

How to define CORS in Websphere Application Server Liberty Profile V8.5

Is it possible to apply cross-origin resource sharing (CORS) in a Websphere Application Server Liberty Profile V8.5 ? I searched the redbook but couldn't find IBM mention anything about…
Niek Vandael
  • 354
  • 1
  • 3
  • 14
12
votes
2 answers

WebSphere Liberty profile and Intellij: JMX administration should be enable

Is anyone running the WebSphere 8.5.0.1 Liberty Profile from inside Intellij 12? I have added a WebSphere Server Run Configuration, but all I get is: Error running WebSphere 8.5.0.1: JMX administration should be enabled I can understand the…
planetjones
  • 11,699
  • 3
  • 47
  • 51
10
votes
3 answers

What are the main diference between WAS Liberty Profile and WAS downloaded by Installation Manager

From developer viewpoint, what is diference between WebSphere Application Server(1.5GB) installed by Installation Manager and WebSphere Application Server V8.5 Liberty Profile (65 MB)? I will develop an application based on EJB, JSF and JPA.…
DemeCarv
  • 229
  • 2
  • 3
  • 12
9
votes
3 answers

Setting up a datasource with WebSphere Liberty Profile 8.5

My web app is getting a data source from JNDI with: javax.naming.InitialContext ctx = new javax.naming.InitialContext(); javax.sql.DataSource ds = (javax.sql.DataSource) ctx.lookup("java:comp/env/jdbc/db"); In the app's WEB-INF/web.xml, I…
avernet
  • 28,976
  • 43
  • 119
  • 160
8
votes
3 answers

How to use Websphere liberty in spring boot application

I want to use Websphere liberty in spring boot application instead of tomcat server. If I am correct it is not supported out of the box. How can I configure spring boot/websphere liberty to achieve this?
Arun Abraham
  • 91
  • 2
  • 8
8
votes
1 answer

Specification for Eclipse .settings/org.eclipse.wst.common.component file

Note: I asked this same question on the Eclipse Web Tools Project (WTP) forum but unfortunately haven't had any responses. I'm hoping someone on SO has some insight. Is there a specification for the .settings/org.eclipse.wst.common.component Eclipse…
7
votes
2 answers

JAX-RS exception handling on Websphere Liberty

I need some help with understanding how Websphere Liberty (18.0.0.1) handles exceptions thrown within a JAX-RS endpoint invocation. I'm using Liberty feature jaxrs-2.0, so the implementation should be provided by WLP. Now, my application has a POST…
Adam
  • 83
  • 5
7
votes
0 answers

Loading data source for @DataSourceDefinition from application in Liberty

For usage with @DataSourceDefinition I'd like to have the DataSource class loaded from the application that uses this @DataSourceDefinition annotation (or equivalent data-source element in a deployment descriptor). This works for basically every…
Arjan Tijms
  • 36,666
  • 12
  • 105
  • 134
7
votes
4 answers

New To Bluemix, getting error "The host is taken" for new app

I am new to Bluemix as part creating an app following the steps below: Log in to Bluemix with your Bluemix account. Open the Catalog menu. From the Runtimes section, click Liberty for Java. In the App field, specify the name of your app [entered…
rao
  • 71
  • 3
7
votes
1 answer

Project facet WebSphere Web (Co-existence) version 8.0 is not supported

I have been tasked with working on a web portal application at work. I have been given a pre-existing copy of project folders from eclipse. I am unable to get it to run. I am trying to setup a local server and do the development locally, then move…
Wes
  • 4,353
  • 6
  • 39
  • 53
7
votes
1 answer

Why are manifest class path entries not found on WebSphere Liberty Profile startup?

When starting my application with WebSphere Liberty Profile (release 2013.11.0.0 - 8.5.5.Next Alpha with extended content) there are a lot of warnings showing up: W SRVE9967W: The manifest class path dhbcore.jar can not be found in jar file…
mwalter
  • 955
  • 2
  • 11
  • 29
6
votes
2 answers

CloudFoundry/Springboot app using Liberty for Java on Bluemix all of a sudden crashes when starting, no changes in code for months

I have a javascript/html/css application being served with Springboot on Bluemix. Running the app locally works just fine, and the code has not been changed in a couple months. When I attempt to push the app using the CF CLI, I get the following…
6
votes
3 answers

LDAP java single sign-on on Liberty server

I want to implement Single sign on Websphere-Liberty server using Java. I want to authenticate users using LDAP. I searched a lot but could not find exact example. I have checked each available example on stack overflow as well. but no luck. It…
Yaxita Shah
  • 1,369
  • 1
  • 11
  • 16
1
2 3
99 100