Questions tagged [websphere-6.1]

Use this tag for questions related to version 6.1 of IBM's WebSphere Application Server.

288 questions
0
votes
1 answer

Not able to install feature pack for web services WAS 6.1

I tried creating the Webservices on my RAD 7.5 with WAS 6.1 but it says that the feature pack for Webservices JAX-WS is not available. When i tried installing the feature pack by using the Modify option from IBM Installation manager it's asking me…
user3182536
  • 128
  • 1
  • 12
0
votes
2 answers

Websphere 6.1 and BASIC Authentication

I have a sample file for BASIC page authentication that works perfectly in tomcat but it wont work at all in websphere. Any ideas what needs to be done differently in Websphere? Thanks Damien
Damien
  • 4,081
  • 12
  • 75
  • 126
0
votes
3 answers

RSA 8.5.1 doesn't let me to publish my web app on Websphere 6.1

My problem is related to the publish of a web app in RSA 8.5.1 using WebSphere 6.1. The web app is developed in Struts 1 with Spring 3.0. Before this problem, I was developing in RAD 7.0 (using the same version of WebSphere) without problems. But…
ridgeBoy
  • 21
  • 4
0
votes
1 answer

Can the code developed and running in Websphere application server v5.1 run in Websphere application server v6.0/6.1/7.0?

Can the code developed and running in Websphere application server v5.1 run in Websphere application server v6.0/6.1/7.0 without any problems? My scenario: Originally, the application developed using Java 1.4 and WAS v5.1. As part of change request,…
0
votes
1 answer

Websphere 6.1 server installation in RAD 7.5

I have installed RAD 7.5 in my system and during the installation I have selected the websphere 7.0 server alone. Now I want to use Websphere 6.1 server. How can I install Websphere 6.1 server now? Do I need to install RAD software again from…
user2369634
  • 897
  • 3
  • 9
  • 17
0
votes
1 answer

Copy profile configuration in websphere server 6.1

I have a was6.1 server profile "AppSrv01" in which database and queue configuration is done and some applications are deployed. I want to create one more profile in my system having the same configurations as AppSrv01 instead of doing it manually…
user2369634
  • 897
  • 3
  • 9
  • 17
0
votes
3 answers

java.lang.NoClassDefFoundError: (initialization failure)

I have deployed my application in websphere server and it was working fine last week. Class files and configuration files are not changed after that, but now when I try to access the application I get the error I am not able to understand why…
user2369634
  • 897
  • 3
  • 9
  • 17
0
votes
1 answer

RAD (IBM) to Eclipse

I am doing the migration of my project from WAS 6.1 to JBossAs7. The IDE that we were working with was RAD from IBM. The migration is almost complete and now I have to configure the project on Eclipse (Kepler). What is the best approach to…
tt0686
  • 1,771
  • 6
  • 31
  • 60
0
votes
1 answer

Websphere application server on aix not starting

While tring to start websphere server it is throwing the error: thread server startup:2'' (0000000a) has been active for 786590 milliseconds and may be hung. How to resolve this WSVR0605W error?
0
votes
1 answer

PrimeFaces 3.5 with WebSphere 6.1

I have a problem with WebSphere 6.1 and Primefaces. I have created an application, but used a local Tomcat appserver for testing. Everything was working fine, until I tried to deploy it on WAS 6.1. After investigating the internal server problem, I…
omniflash
  • 191
  • 1
  • 14
0
votes
2 answers

two packages in one jar file have the same class

My app was using com.ibm.ws.Transaction.TransactionManagerFactory in websphere runtime 6.1 (com.ibm.ws.runtime_6.1.0.jar). Now it needs to be migrated to websphere 8.5. But in the runtime 8.5 (com.ibm.ws.runtime.jar), TransactionManagerFactory is…
0
votes
1 answer

How Can I Speed-up WebSphere Deployments?

Problem: A 10 to 15 minute delay in WebSphere application deployments. Environment/Situation: WebSphere 6.1.0.23, 90MB ear files containing about 19,000 files (ear file contains jar libraries). The ear file, WebSphere, and the automation driving…
Dale
  • 5,520
  • 4
  • 43
  • 79
0
votes
1 answer

Unable to run JSF application on websphere 6.1

First I created JSF1.2 and JDBC project on tomcat 6 server using Apache MyFaces JSF Core 1.2. After that I created .WAR file of my project using eclipse > export > WAR Then I deployed my .WAR file on WebSphere 6.1 server and i am facing below…
Jimit Tank
  • 1,479
  • 5
  • 19
  • 25
0
votes
1 answer

Shortcuts for WebSphere Admin Console pages?

I'm working with IBM's WebSphere Application Server 6.1 and 7, and the more I work with it, the more I find myself spending a lot of time drilling down to components. I understand that with WebSphere 7, they introduced tasks that allow high level…
armstrhb
  • 4,054
  • 3
  • 20
  • 28
0
votes
1 answer

LDAP SSL with Spring Security on WAS 6.1

I have successfully setup LDAPS container-based authentication, and am now trying to get it working with spring security since I will also need to perform lookups/queries. In WAS I have all the endpoints using the correct keystore (except for…
miklesw
  • 724
  • 1
  • 9
  • 25