Use this tag for questions related to version 6.1 of IBM's WebSphere Application Server.
Questions tagged [websphere-6.1]
288 questions
17
votes
2 answers
WAS 6.1 IBMJCE provider generating wrong sha256withrsa signature
We are generating a digital signature (PKCS7) using Java security API. The digest algorithm is SHA-256 and the encryption algorithm is RSA (SHA256withRSA).
Using SunRsaSign provider in the local machine, a signature was generated on some…

phani nalla
- 171
- 3
11
votes
3 answers
how to set java class loader PARENT_LAST
i have a spring mvc web application that I need to change the class loader on. I need to change the class loader to be equal to PARENT_LAST. I am using WAS 6.1 and already have a jacl script from a previous web application I can copy to do the…

Richie
- 4,989
- 24
- 90
- 177
10
votes
4 answers
How to set up Apache CXF client to use WebSphere truststore? (Receiving "No trusted certificate found" exception.)
First, I'll start with a summary. I'm using an Apache CXF client to communicate over SSL with an Apache CXF service provider that is using a self-signed certificate. I imported the certificate into the WebSphere truststore on the client server,…

Toby Artisan
- 1,639
- 3
- 23
- 26
7
votes
1 answer
Websphere 6.1 to 7 how to update ibm-web-bnd.xmi to ibm-web-bnd.xml
In Websphere 6 ibm-web-bnd.xmi file I have

john
- 193
- 2
- 2
- 6
6
votes
2 answers
Is there a server agnostic way to implement BASIC Authentication?
I am attempting to add BASIC authentication to my RESTful web-service. Currently I have BASIC authentication for an Apache Tomcat 6.0 server, but I need to deploy my web-service on a WebSphere application server ver. 6.1 as well and I am having…

ikottman
- 1,996
- 3
- 21
- 23
6
votes
1 answer
How to access authentication alias from EJB deployed to Websphere 6.1
I need to provide password for keystore in my EJB but I don't want it to be visible to developers. My idea was to create Authentication Alias in Websphere Console and later lookup for MY_ALIAS and obtain password from alias.
I found some discussion…

igor.beslic
- 954
- 2
- 9
- 16
6
votes
2 answers
How to export WAS 6.1 server Configuration
Is there a way in which I can export my server settings from WAS (running under RAD 6) such that other developers will be able to use the same script to set up their environment?

boyd4715
- 2,701
- 10
- 48
- 75
6
votes
2 answers
WAS 6.1, JPA with JTA, Hibernate, Spring : data retrieval problem
I'm running an application with the following components:
Oracle 9i
WAS 6.1.0.23 with WS and EJB3 features pack
JPA with Hibernate 3.3.2.GA as provider (with Hibernate-EntityManager 3.4.0)
Spring transaction manager for WAS : UowTransactionManager…

Gaetan
- 2,802
- 2
- 21
- 26
5
votes
2 answers
How do I get basic authentication working on WebSphere?
Okay, so I've been running a Java/Jersey webservice on Tomcat with basic authentication which works perfectly fine. I've got permissions set up in the web.xml file of my project, and users set up in tomcat-users.xml on the server. Works…

ZKSteffel
- 1,115
- 5
- 13
- 22
5
votes
1 answer
Websphere Application Server 6.1 (localized): Override locale for console messages
I have installed RAD 7.5 (based on Eclipse Ganymede 3.4.0) in Spanish. I'm working with Websphere Application Server 6.1 (spanish too).
The problem I have is that all console messages appear in Spanish, but translation is, in my personal opinion,…

Francisco Alvarado
- 2,815
- 2
- 26
- 51
5
votes
2 answers
Websphere server startup problem
When I start my websphere server6.1 in debug mode, I am getting following error in RAD.
Server WebSphere Application Server v6.1 at localhost was unable to start within 1800 seconds. If the server requires more time, try increasing the timeout in…

Srinivasan
- 11,718
- 30
- 64
- 92
5
votes
2 answers
WebSphere web.xml / bindings issue
I just recently started having issues while deploying EARS within websphere. The error I get after I install the apps is provided below.
------Start of DE processing------ = [7/18/10 10:51:19:309 CDT] , key = javax.management.MBeanException…

jwmajors81
- 1,430
- 4
- 20
- 36
5
votes
2 answers
WebSphere Application Server 6.1 support for Java 1.6?
Can I use Java 1.6 with WebSphere Application Server 6.1? IBM's website says no.
But I require Java 1.6 for a software application to be deployed and I cannot currently upgrade to Websphere 7.0, or use a different application server (WAS 6.1 is the…

El Sid
- 53
- 1
- 1
- 3
5
votes
2 answers
RAD (Rational Application Developer) -- Clean vs. Publish vs Restart
I am currently using the Spring 3.0 framework in a websphere 6.1 environment. The IDE I am using is RAD (Rational Application Developer) 7.5. I was working on a problem last night and I found that my code wasn't being 100% refreshed on the server…

jwmajors81
- 1,430
- 4
- 20
- 36
4
votes
1 answer
How to use javax/persistence/spi/PersistenceUnitInfo.getValidationMode() with WAS 6.1
I am using JPA 2.0 with Spring and hibernate in my project.
However, the runtime is WAS 6.1.
Compilation goes fine.
However, during deployment of the application, I get the following error:
com.ibm.ws.exception.RuntimeError:…

Vicky
- 16,679
- 54
- 139
- 232