IBM WebSphere Application Server, a software application server, is the flagship product within IBM's WebSphere brand. WebSphere Application Server is built using open standards such as Java EE, XML, and Web Services.
This tag is specifically for questions relating to the IBM WebSphere Application Server. Also see the websphere-liberty tag for questions specific to the Liberty Profile.
Short version: How can I access to HttpRequest object from a POJO code that is called by a Command/JSP which is executed by WebContainer?
POJO is not aware of the CommandContext or HttpRequest (or its cousins).
POJO is pretty deep down in the…
I face troubles accessing my website deployed on Websphere Application Server 6.0 when I deploy my application which uses JSF1.1 Runtime Environment.
At first It loaded with some errors telling me that my commandLink is missing bodyContent, which is…
In a large corporation I worked in previously a manager purchased a $50,000+ Websphere production license despite the fact that he only needed a container to run a couple of servlets on a small intranet system.
Assuming we agree that this was…
I am trying to deploy my java web project to websphere application server v6.1 using Eclipse.
But I don't see any Websphere6.1 server in Eclipse - Sever view. I see till websphere 6.0.
Any idea?
I have a web application on an IBM WAS server (Windows).
In the WAS app users are able to browse files on a different server. This functionality connects to a web service in order to retrieve a listing of files from a network path.
The web service…
I'm running a web application in tomcat (from within eclipse) in my win7 laptop, connecting to a websphere server in a remote lab. I'm able to invoke some of the APIs of my middleware installed there, but others aren't able to respond. I can see in…
Web service - Service is on WAS v7. Client is on JBoss v5. We recently upgraded to JBossWS 3.3.1. Since then the client is unable to communicate with the service on WAS.
Without any changes to code, we get the below exception
2012-01-19…
It appears as though the way RAD publishes dynamic web projects to WebSphere has changed between RAD 7.5 and RAD 8.
In RAD 7.5, content from the "WebContent" folder in a dynamic web project was served directly from that folder. So if changes were…
I am using Container based authentication to authenticate my Web Application against Windows 2003 Active Directory. I am using WAS 6.1 as application server. Now there is a new requirement to change the password from the Web application itself. I…
I know this question sounds like utter madness, but hear me out for a second. We're a mixed language shop that has a lot of ASP.NET MVC 2 applications in production. We've no interest in rewriting those applications in another language. That said,…
Our application use IBM WAS6.1 container with EJB3.0 feature pack. Transactions are container managed via EJB3.0 transactions started from ejb service bean. We use Spring for DI. There are 3 layers. Spring DAO, Spring Service and EJB3.0 Bean…
We are developing an application that will be deployed to a WAS cluster. The app consumes messages off a number of JMS (Websphere MQ) queues and writes results to a single database.
However, we have a requirement that deep within the app all…
We're developing a web application with Rational Application Developer 7.5 (based on Eclipse 3.4) for WebSphere Application Server 6.1 . When examining stacktraces on a staging server, the line numbers always point to the beginning of the methods,…
I am trying to publish a portlet project which is included in an EAR file from RAD 7.5. If I create new portlet projects, I am able to publish it. But for the projects I have taken from SVN, it is throwing error like this.
EJPPG0024I: Web…