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
0
votes
0 answers

OpenLiberty server.xml boolean variable data-types

OpenLiberty does not seem to support variable substitution of boolean data-types. I have a MicroProfile JWT configuration element (ignoreApplicationAuthMethod) that I would like to tokenize. Are there best practices for externalizing boolean…
0
votes
0 answers

How to modularize resources used by .war

I have a simple Spring/Gradle/Liberty REST service that I would like to deploy on several different servers, with each deployment having different resources (e.g., connection parameters). Is there some way to keep the resource folder(s) separately…
Mark Lavin
  • 1,002
  • 1
  • 15
  • 30
0
votes
0 answers

ViewExpiredException on liberty

I have the application running fine on websphere 8.5.10 with JSF 2.1. Now we are switching to JSF 2.2 and liberty 17. And start getting the ViewExpiredException when load the second page. I have the below in…
rickcoup
  • 275
  • 1
  • 5
  • 20
0
votes
1 answer

Moving simple Spring app from Tomcat to Liberty doesn't work

For learning Spring, I created a very small project and I built successfully using Gradle. I was then able to run the resulting .war successfully using java -jar UserSettingController.war, getting the Spring message: . ____ _ …
Mark Lavin
  • 1,002
  • 1
  • 15
  • 30
0
votes
1 answer

How to enable session affinity in liberty server

I need to enable the session affinity in liberty server. Is it enabled by default or do we have some tags or attributes which can be configured in server.xml file.
P Darius
  • 3
  • 5
0
votes
1 answer

Need to install Liberty 17 and JRE 7

I was attempting to use the Installation Manager install pack to setup 17.0.0.4 with JRE 7 (windows workstation). The install manager won't show Liberty 17 as an option even though my repo is setup correctly. I can't install JRE 7 because it wants…
0
votes
1 answer

Why doesn't my Spring-based web application respond to its defined endpoints

I'm developing a simple Spring-based web service userSetting to run on Liberty 8.5.5.9. I'm able to build and deploy the service, and when I start it, it appears to understand its context root (userSetting) but none of its endpoints; I believe I'm…
Mark Lavin
  • 1,002
  • 1
  • 15
  • 30
0
votes
0 answers

Grails 2.3.11 with JDK 8 having an error in liberty server

Currently I am working on Grails application and update the Grail version that compatible with JDK8. Configuration: JDK 8u31 Grails 2.3.11 Maven 3.2.1 Liberty 17.0.0.2 My application is maven based. Everything is working fine on local, but when I…
0
votes
1 answer

Websphere Liberty WSRP security configuration

We are trying to configure a Liberty Server to host and render custom JSR286 portlets to IBM Portal via WSRP. The Default Server configuration for features and LDAP, LTPA and SSO is done and two IBM WSRP 2.0 Producer EAR files have been deployed.…
Corne
  • 93
  • 6
0
votes
1 answer

Spring MVC on WebSphere Liberty, 404s on all Spring URLs

Eclipse Oxygen with WebSphere Development Tools (WDT), Spring MVC 4.3.14, WebSphere Liberty Core 18.0.0.1 on Java 8. Liberty Features enabled (deliberately not latest) are: adminCenter-1.0
dbreaux
  • 4,982
  • 1
  • 25
  • 64
0
votes
1 answer

Custom cache key missed authentication cache. Need to re-challenge the user to login again

Using liberty 18.0.0.1 set up in a collective. I have a custom TAI that creates a subject with a custom cache key. This works out of the box with WAS Classic Cell, but in my collective, when authenticated on one server, and then acessing another…
bwa
  • 71
  • 7
0
votes
1 answer

Liberty: Custom User Registry with unresolved dependencies

Am a noob in OSGI development. Due to requirements, I had created a osgi bundle project, for a custom user registry feature in Eclipse with WDT and subsequently a feature project to export a .esa file for it. I'm then able to install the feature…
ipohfly
  • 1,959
  • 6
  • 30
  • 57
0
votes
2 answers

Pushing liberty app + server to Bluemix

I want to deploy a liberty application along with server config to Bluemix, I found these options listed in the documentation https://console.bluemix.net/docs/runtimes/liberty/optionsForPushing.html#options_for_pushing My question is should we be…
aryanRaj_kary
  • 503
  • 2
  • 7
  • 28
0
votes
1 answer

Liberty Profile and MQ version conflict

I currently have an environment where I am trying to get a Liberty Profile v8.5.5.9(using Java 7) to utilize a WebSphere MQ v9.0.3(using Java 8). These two are on the same box, the server.xml is configured correctly, but I'm getting a namespace…
fergp25
  • 41
  • 4
0
votes
0 answers

How to configure Liberty servers server.xml file

In Liberty profile, How can we remove the default keystore and add new keystore file ? in server.xml file we have onlydefault configuration and we have below requirement. 1) we created a new keystore file using ikeyman named ccm.jks 2) opened the…
saran
  • 139
  • 1
  • 2
  • 12