Tagged Questions

0
votes
2answers
21 views

difference between Stop, Immediate Stop and Terminate in WAS6.1

What is the difference between "Stop", "Immediate Stop" and "Terminate" in case of a Websphere Application Server instance. Specifically in the context of in-flight requests and in …
0
votes
0answers
19 views

websphere server stop causes inflight ejb transactions to rollback

I observe errors as below when Websphere server instance is stopped from admin console Caused by: javax.ejb.TransactionRolledbackLocalException: ; nested exception is: javax.tran …
0
votes
1answer
32 views

Set WAS Process Definition Environment Entries using Jython?

Is it possible to add custom Process Definition environment entry in a WebSphere Application Server using a jython script? I see that the existing properties in the server.xml are …
0
votes
1answer
74 views

Websphere Application Server Data Source

We are facing a strange problem with Websphere Application Server Data Source. Environment: Websphere Application Server (6.1) Linux Liferay Portal (5.2) Oracle 9i Hibernate 3.0 …
0
votes
2answers
99 views

Eclipse development environment for WAS 6.1

Hi, Currently I am working with MyEclipse for developing a J2EE application for WAS 6.1. I noticed that eclipse added the new J2EE development environment. When trying to configu …
0
votes
2answers
447 views

Websphere 6.1 and BASIC Authentication

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

How to get access to the Websphere 6.1 ant tasks from vanilla ant (not ws_ant)

I guess I need to know what I need in the classpath (what jar) in order to execute WebSphere 6.1 ant tasks. If someone can provide an example that would be perfect.
0
votes
0answers
387 views

NameSpaceBinding and wsadmin

Hi I am trying to create a StringNameSpaceBinding using the wsadmin tool of Websphere 6.1 Here are the steps i take set cell [$AdminConfig getid /Cell:cell/] $AdminConfig create …
0
votes
1answer
897 views

Websphere 6.1 - Configuring Security

Hi When i try to configure security through the admin console of Websphere it just hangs. Its at the last step of the below 4 steps Step 1: Specify extent of protection Step 2: S …