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

Generate custom com.ibm.ws.admin.client_8.5.0.jar

Is there any way to generate custom com.ibm.ws.admin.client_8.5.0.jar? I want to remove org.osgi.* packages from default jar file provided in WebSphere package.
Peter Penzov
  • 1,126
  • 134
  • 430
  • 808
0
votes
2 answers

NTLM Windows authentication in WAS Liberty

I have a web application on Liberty that uses form-based authentication. Is there native support in Liberty to integrate NTLM-based Windows Authentication (Liberty version 8.5.5.6) ?
Anton
  • 153
  • 2
  • 12
0
votes
3 answers

Exceptions while accesing mongodb using java

I tried to connect to mongodb through Java using restful services. I got many exceptions. I'm using websphere Application server Liberty Profile. This is my code in java class package com; import javax.ws.rs.GET; import javax.ws.rs.Path; import…
ahmed
  • 1
  • 2
0
votes
1 answer

How do I configure a webserver for a collective in Bluemix?

I found doc that indicates I need to setup a webserver in my collective environment, however, I cannot determine the correct set of steps. Thoughts?
0
votes
1 answer

How can I setup a cell and collective in Bluemix

I'm trying to setup a cell and a collective in a WAS for bluemix service. I've found a few steps online for generic liberty setup, but nothing specific for a bluemix collective or cell. Can someone point me in the right direction?
JackEvans
  • 121
  • 7
0
votes
0 answers

Log4j with arquillian on Websphere liberty profile

I am trying to run arquillian on Websphere liberty profile. If I exclude log4j codes from my app test methods work properly. But with the log4j.xml the test run ages and profile starts and not stops. When I look at liberty profile logs I see the…
makbolat
  • 1
  • 2
0
votes
1 answer

Spring Integration is hanging WebSphere Liberty thread

I have a Spring + Spring Integration + Hibernate WebApp deployed in a WebSphere Liberty Application Server. Sometimes, when i try to Stop the application, the server goes down. I see this in the Log: [12/16/15 9:27:27:146 CET] 00000096 webapp …
Ildelian
  • 1,278
  • 5
  • 15
  • 38
0
votes
0 answers

OmniFaces ExtensionlessURL feature not working with skinny WAR files

I'm using the OmniFaces ExtensionlessURL FacesViews feature in one of my projects and have found that this feature does not appear to work when the web application is packaged as skinny WAR archive inside an EAR archive and deployed to either a…
Paul H
  • 2,104
  • 7
  • 39
  • 53
0
votes
1 answer

Not able to read VCAP_SERVICES in Bluemix

I used the following code to read my VCAP_SERVICES environment variable of Liberty application. And I am not getting any values, result shows null or "not found". private void readECaaSEnvVars() { Map env = System.getenv(); …
Meera
  • 31
  • 8
0
votes
0 answers

Amazon S3 SSL Certificate Expiration Issue

Hi We are using Amazon S3 as Image Store. We have a Web application (java + liberty server) from where we upload the images in Amazon S3 using HTTPS. We store the SSL Certificate From Amazon S3 in our server Keystore. The issue we didn't know when…
0
votes
0 answers

Spring STS (STS) Conflicts with WebSphere Development Tools for Eclipse (Wasdev WDT) - Spring features disappear

My problem is that as soon as I add the WebSphere Developer Tools 8.5.5 for Mars into Spring STS some of the spring features disappear. The first feature I noticed missing was "Spring Starter Project" under Right Click -> New. I thought it had…
0
votes
1 answer

How to deploy JavaEE 7 / JPA 2.1 Dynamic Web Application to IBM Liberty Profile WITHOUT web.xml

I have a Dynamic Web Application that access a DB2 v10 zOS Database. I wish to use Hibernate 5 as my JPA 2.1 Provider and access my EntityManager via CDI. I do not want to use the Spring Framework at all; I also do not wish to have a web.xml…
Hector
  • 4,016
  • 21
  • 112
  • 211
0
votes
1 answer

Does WAS Liberty support and

I just recently installed WAS Liberty 8.5.5.7 as I am doing a conversion to Liberty for a projected presently deployed and configured for a GlassFish 4 environment. The glassfish project, has a number of and configured within its domain …
Sergio
  • 95
  • 9
0
votes
2 answers

Does WAS Liberty 8.5.5.7 Support mail-resource configurations?

I just recently installed WAS Liberty 8.5.5.7 as I am doing a conversion to Liberty for a projected presently deployed and configured for a GlassFish 4 environment. The glassfish project, has a configured within its domain…
Sergio
  • 95
  • 9
0
votes
1 answer

Unable to add more than one custom log in BlueMix Containers

I am able to collect one custom log using the LOG_LOCATIONS environment variable w/o problem. When I add a second log (LOG_LOCATIONS=log1,log2,log3...) this appears to break logging and no logs (even default container logs) show up in the logging…