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

1717 questions
20
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
  • 41,446
  • 8
  • 38
  • 61
17
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
  • 841
  • 2
  • 13
  • 27
15
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
  • 394
  • 1
  • 3
  • 15
12
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
  • 249
  • 2
  • 3
  • 13
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
  • 12,469
  • 5
  • 50
  • 51
10
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
  • 1,003
  • 2
  • 13
  • 31
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
  • 30,895
  • 44
  • 126
  • 163
8
votes
1 answer

Is it good practice to commit docker container frequently?

I'm using WebSphere Liberty inside. As WebSphere Liberty requires frequent xml editing, which is impossible with Dockerfile commands. I have to docker-commit the container from time to time, for others to make use of my images. The command is…
Qing Song
  • 517
  • 1
  • 3
  • 12
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

How to clean WebSphere Application server's cache?

I am using an old WebSphere Application server version 8.5.5.9 in Windows 10. I tried to upgrade it to the latest version but my old application doesn't start up due to some dependency on the old version of WebSphere. The problem I am facing that my…
masiboo
  • 4,537
  • 9
  • 75
  • 136
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
  • 93
  • 5
7
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…
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
  • 37,782
  • 12
  • 108
  • 140
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
1
2 3
99 100