Top "Websphere-liberty" questions

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

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.…

jdbc jndi websphere-liberty
WebSphere Liberty Profile: Context Root Not Found

I can't seem to get this working locally, even though the same WAR works on a remote server. When I …

websphere-liberty
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 …

websphere-liberty
How to Start Admin Console in WebSphere Liberty Profile

I have installed WebSphere Liberty profile 8.5 . I am able to access WebSphere server with http://localhost:9080 But not sure how …

websphere websphere-liberty
How to make "HTTPS redirect" work on WebSphere Application Server Liberty Profile?

I want make HTTP Redirect work on WebSphere Application Server Liberty Profile (WLP). For example:- When user types: http://…

ssl https websphere websphere-8 websphere-liberty
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 …

cors websphere-liberty
How to add Websphere Application Server Liberty Profile runtime dependencies to Maven POM?

I have a restful application that I converted to a maven project. Now, I get a compile error when using …

maven websphere-8 websphere-liberty ibm-was
Start Websphere Liberty in Debug mode and connect via Eclipse

I am searching for a way to start the Websphere Liberty profile in debug mode from the command line? I …

eclipse debugging jakarta-ee remote-debugging websphere-liberty
java.lang.NoClassDefFoundError: org/aspectj/weaver/reflect/ReflectionWorld$ReflectionWorldException

I am using aspectJ in my project and added dependencies in my POM file. When i am running my application …

spring websphere-liberty
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 …

classpath manifest websphere-liberty