websphere

WebSphere Applicatin Server free edition

Is there WebSphere Applicatin Server free edition available for non-production usage. I don't mean WebSphere Applicatin Server Community edition, which is WAS bannered Apache Geronimo AS. If making no mistake i had seen it somewhere on IBM DW site, but can't locate any more. Thanks a lot! ...

EJB webservice hanging during first call in Websphere

I have a top-down EJB Webservice (deployed on Websphere 6.01) that hangs the first time I call it after starting the JVM. If I see the logs, it seems to do everything normal that I expect it to (retrieving data from database) and I see all sysouts printed till the very last statement in EJB method. But client never gets the response back...

The application requester cannot establish the connection. (Too many open files)

I develop application run in Websphere work manager. work manager is used to run thread in the webpshere applications erver. Every 5 minutes my thread try to get some data from MySQL database from the different host from the application server machine. When the Host of MySql database turned off, The work manager always try to connect t...

websphere: Unsupported configuration attributes: [permitAll] using spring.

Hi, I get the following error... Unsupported configuration attributes: [permitAll] When adding .... <sec:intercept-url pattern="/nonsecure/**" access="permitAll" /> I'm on Websphere with Spring 2.5. Can anyone help? Jeff Porter ...

How to modify trace service programmingly at runtime in Websphere V7?

As you know, Was V7 has the function to configure log in Admin console. But, I want to modify these configurations via my code. So, does it exist some APIs to help me to implement this in Was V7? Thanks. Joseph ...

How do I launch the WebSphere management console in Windows 2003 Server

I am new to WebSphere application server. I need to make minor changes on the server. I don't know how to launch the Admin console. ...

LTPA Token Not Changing

When I log out of an application on WebSphere and back on, the LTPA token is unchanged. I thought it would change because session tokens are supposed to be unpredictable. ...

Java/Websphere/Oracle10g/PL/SQL implementting file system storage of images

Newbie: I have an assignment as a Java/Websphere developer working with Oracle 10G DBA and a PL/SQL developer to implement file system storage of images and I need some guidelines on how to go about this. THANKS A MILLION FOR ANY POINTERS ...

Session Management - Websphere Application Server

Hello, I have a question about session management. Here's the scenario. There are 3 groups of users on the same network. There is a J2EE application that is set to end a user's session after 60 minutes. The groups are A, B and C. Now Group A, B and C all log into the J2EE application and start using it. Group A users can use the appli...

Accessing a JNDI DataSource without the java:comp/env prefix

I've noticed that both ways of looking up a DataSource using JNDI work: jdbc/DataSource java:comp/env/jdbc/DataSource With the added bonus that the first one doesn't seem to anger Websphere when used from an unmanaged thread ( started by Quartz ). Are there any pitfalls from accessing JNDI objects without the prefix? ...

Can I dynamically update the websphere 's log configuration in my own code?

In websphere admin console, we can change the log configuration , for example, the log file name, rolloverSize and log level and so on. After we saved the change in console, if we choose run time and chose write the file to xml. In this case, the log configuraiton change will be write to config file (such as: \config\cells\SENLI-XPNode01...

backsapce not working in file upload control

Hi All, I am using struts 2. I need a file upload control in a jsp. I added that control by using the following code snnipet: <ww:file name="upload" label="FileUpload" /> It is working fine on my local jboss server (Windows machine) But when i deploy this code on web sphere server (Linux machine) everything works fine except backspa...

Accessing Websphere 6.1 variables

I would like to get the value of the Websphere variable APP_INSTALL_ROOT from a java class. How can this be done. ...

Configure Websphere not to wrap RuntimeExceptions thrown from Filter.doFilter

When working with Websphere 7.0, RuntimeExceptions thrown from the Filter.doFilter are wrapped in a ServletException, instead of being propagated as they are. Is there any way of configuring Websphere to throw the original exception instead of wrapping it? ...

com.ibm.websphere.security.WSSecurityException: the realms do not match

I'm getting this exception when trying to access a JAX-WS webservice running on the same WAS 7.0 server as the client. Caused by: javax.xml.ws.WebServiceException: java.io.IOException: Unable to deserialize the Subjects in this Context, cause: the realms do not match I have a realm set up for user authentication and this call works fi...

Java Error when Configuring Jconsole in WebSphere 6.1

Hey Guys, I have reviewed the previous Jconsole/WAS questions but I need some additional help. When I try and run my script to launch jconsole with Websphere 6.1 (Security enabled) I get this error: The java class is not found: sun.tools.jconsole.JConsole This is the script I am running: echo off set HOST=localhost set PORT=13620 ...

Websphere MQ Message Read

All, At the moment I have a C# service that is reading messages off the queue (Websphere MQ) and writing them in a database. Everytime I do a GET the message dissappears from queue. I would like an additional functionality though. I prefer to read a message off the queue and remove it in from the queue only after the write in the datab...

ant: Need help packaging an EJB and its dependencies into an EAR

My goal is pretty simple: to use ant to build an EAR which contains 1 EJB and 1 jar containing all of the dependencies. This jar, called common.jar for the sake of example has vendor jar files in it as well as other xml files that the EJB depends on and will need to be able to see during runtime.... So far I have everything packaged cor...

JSPG0036E: Failed to find resource /WEB-INF/servlet/view error for Liferay 4.3 + Spring Portlet in Websphere

Hi, I was able to successfully deploy liferay in both websphere 6.1 and 7.0 version. Also my portlets which are developed using spring portlet mvc are listed in add content. I am using the following view resolver of spring framework to route the control to respective portlet jsps When i include my portlet under the page, i get ...

Ivy libs in WAS deployment

I have a war attached to an ear in RAD. I'm using Ivy to manage my project dependencies. My only problem is that when I deploy the ear to my dev instance of WAS through RAD, the deployment doesn't see any dependent libraries from ivy. How can I configure the project so that the ivy dependencies show up when the project is deployed to w...