Questions tagged [websphere]

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 tag for questions specific to the Liberty Profile.

Developer download links

Knowledge Center / InfoCenter links

Forum links

Fix list and fix pack downloads

Free Websphere Books (IBM Redbooks)

Other

7074 questions
1
vote
0 answers

Access to the httprequest object within POJO called by WebSphere Command/JSP/etc?

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…
GunerE
  • 11
  • 3
1
vote
2 answers

How to run my JSF 1.1 application on WAS 6.0

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…
Amr Gawish
  • 2,015
  • 1
  • 17
  • 29
1
vote
5 answers

What type of business/technology use might justify the high cost of a Websphere license?

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…
Willem Obst
1
vote
1 answer

Eclipse Helios support for WAS 6.1

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?
surya
  • 65
  • 2
  • 7
1
vote
3 answers

Can I build a .net web service that allows anonymous access but impersonates user privilages based on userid?

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…
dtc
  • 10,136
  • 16
  • 78
  • 104
1
vote
0 answers

What could cause socketConnect to hang

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…
A Costa
  • 799
  • 5
  • 10
1
vote
1 answer

JBossWS 3.3.1 upgrade client returns HTTP 404 Not Found exception

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…
bad potato
  • 213
  • 7
  • 17
1
vote
1 answer

How to display Excel content from Struts portlet on Websphere Portal

Here is the code, it don't display the .csv file: public class ForwardAction extends MultiAction { private static final String FILE_ERROR = "

INVALID FILE

"; public ActionForward doVizualizare(ActionMapping mapping,…
DFG
  • 2,217
  • 3
  • 22
  • 24
1
vote
2 answers

"Serve modules without publishing" equivalent in RAD 8?

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…
NickTee
  • 673
  • 6
  • 13
1
vote
0 answers

WAS API to change AD password Java

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…
Anshuman
  • 13
  • 2
1
vote
3 answers

How do I surface ASP.NET MVC 2 applications through Websphere Portal 7

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,…
jason
  • 2,219
  • 5
  • 33
  • 66
1
vote
0 answers

JPA Entity Manager closed by Websphere Container Managed Transaction

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…
1
vote
2 answers

Websphere Application Server cluster and JMS message consumption

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…
Paul McKenzie
  • 19,646
  • 25
  • 76
  • 120
1
vote
1 answer

Line numbers in StackTrace point to method start

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,…
rudolfson
  • 4,096
  • 1
  • 22
  • 18
1
vote
4 answers

Could not publish the portlet from RAD 7.5 to Websphere Portal Server 6.1

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…
KishoreK
  • 892
  • 5
  • 14
1 2 3
99
100