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
0
votes
1 answer

Managing lots of Websphere Liberty (websphere-liberty) app servers

I wonder if there is a way to manage multiple was liberty profile app servers in one place? Like WAS full profile has a WAS console where you can start , stop, configure, generate-pluging etc. features but something similar ?
bortek
  • 93
  • 7
0
votes
1 answer

Trying to bind a simple webservice using JAXWS to the Spring bean and there is an error of XSD reading in my application context xml

I am trying to bind already functional JAXWS web service deployed on IBM WAS Liberty 8.5.5.4 using JDK 1.7 but getting following error when binding the service as per applicationContext.xml. It is a simple web application with nothing other than web…
0
votes
1 answer

What version of ltpa version does Liberty support?

In Websphere Liberty, what version of ltpa does it support? Is there a way which I change to version 1 vs 2? Thanks. Joshua
0
votes
0 answers

How to set mapped value in h:inputText (JSF2)

I have a List of fields in FormEntry class. The bean has a method to retrieve a field by its name: public Field fieldEntryByFieldName(String name) { } Field class has "name" and "value" properties. To set a the value property in a JSF2 form, I had…
icordoba
  • 1,570
  • 21
  • 54
0
votes
1 answer

Simple Spring application not deploying in WAS Liberty 8.5.5.4

I am using WAS Liberty profile 8.5.5.4 trying to deploy simple spring hello world application which worked in WAS 8.5, using spring-4.0.6 tried with both jdk-7 and jdk-6 but get the following exception below and the server shuts down 0000001f…
0
votes
1 answer

Remote Debugging Fails with IntelliJ but works with Eclipse?

I'm attempting to debug a program running in WebSphere Liberty Profile, so I run this on the server: ./server debug This prints out Listening for transport dt_socket at address: 7777 In IntelliJ IDEA, version 13.1.3, I try: Run > Edit…
ArtOfWarfare
  • 17,763
  • 14
  • 122
  • 177
0
votes
1 answer

In WebSphere Liberty Profile, can I access variables defined in server.xml programmatically?

I want to access `wlp.password.encryption.key' variable programmatically. Is it possible?
thebat
  • 1,839
  • 4
  • 20
  • 30
0
votes
1 answer

Liberty profile POJO caching

I am attempting to set up liberty profile server so I can cache POJOs. My question is how do I access the DistributedMap within my java code? My server.xml: jsp-2.2 jaxrs-1.1
James Hutchinson
  • 729
  • 2
  • 9
  • 24
0
votes
1 answer

Chef 'wlp' cookbook throwing 404 error when trying to download Liberty

I'm thinking that the url 'used to be available' here, but now, due to something involved in accepting the license agreement, it no longer…
Jacques Betancourt
  • 1,954
  • 2
  • 13
  • 18
0
votes
2 answers

Using apache httpd as ssl store front for Liberty profile

I would like to use Apache httpd to serve the public site and to offload SSL processing Here's the topology Client Browser -> HTTPS -> Apache httpd 2.2 -> HTTP -> Libery 8.5.5.4 Any idea how to configure Apache and Liberty Profile for the above…
0
votes
1 answer

Liberty - Messages.log / Console.log / trace.log not getting rotated on server

We have specified the below configuration on server and we see that logs are not getting rotated as expected, Can you please suggest how can we control on Liberty to make sure we can rotate the messages.log, Console.log and trace.log with 20 max…
Max
  • 3,753
  • 6
  • 33
  • 57
0
votes
2 answers

How configure Web-Service client to use ws-at (WS-Transaction) on Liberty Profile?

I need to call a WebService using WS-Transaction, but my webservice client is running on IBM Liberty Profile, so how I can configure my server or application to send the Coordination Context with my SOAP request? If I were using Websphere…
0
votes
1 answer

Cannot set header. Response already committed - httpClient.execute error

I am getting the error from subject when evoking httpClient.execute to call rest web service. I read two interesting thread that have some thing similiar to my case. From the both thread I believe by increasing buffer in websphere 8 Liberty profile…
de ca
  • 21
  • 1
  • 6
0
votes
1 answer

Protect wl analytics with LDAP

I've enabled the wl anaytics on my environment, (WLP v8,5 and WL6.2) but it's entry point is unprotected. So I've looked around and found this article.…
Silva
  • 260
  • 4
  • 16
0
votes
2 answers

Monitor Websphere Liberty Profile with JConsole

I'm trying to monitor my WLP v8.5.5 with JConsole. My Liberty profile is up and running and has SSL properlly configured. I also have configured as features the monitor-1.0 and restConnector-1.0. After that I sftp'ed from my WLP the…
Silva
  • 260
  • 4
  • 16
1 2 3
99
100