websphere

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. ...

Unmanaged Threads Spring Quartz Websphere Hibernate

It appears that our implementation of using Quartz - JDBCJobStore along with Spring, Hibernate and Websphere is throwing unmanaged threads. I have done some reading and found a tech article from IBM stating that the usage of Quartz with Spring will cause that. They make the suggestion of using CommnonJ to address this issue. I have ...

What is your favorite IDE for develop with Websphere Application Server?

Because now I use IBM Rational Application Development (RAD) it very slow in my mind (my notebook -- RAM 2 GB, CPU Intel Core 2 Duo 2.00GHz and Windows XP sp2). Otherwise, I have many problem such as many time my workspace was crash, sometime error while generate client test and etc. So, I wish to know what IDE that you favorite use...

HTTP input filter like mod_security for WebSphere?

Does WebSphere offer an HTTP input filter / firewall like mod_security? I know that it's possible to have Apache be the HTTP server front-end to WebSphere, but that type of configuration is beyond my influence. We're stuck using just what WebSphere itself can do. EDIT - To clarify, I am not looking for authentication, authorization, o...

IBM Websphere OutOfMemoryException.

Often, I found OutOfMemoryException on IBM Websphere Application Server. I think this exception occur because my application retrieve Huge data from database. So, I limit all query don't retreive data more than 1000 records and set JVM of WAS follow + Verbose garbage collection + Maximum Heap size = 1024 (RAM on my server is 16 GB and n...

What is your method to generate Websphere 6 EJB with Ant / JDK 1.4.x ?

The only working method I found, several years ago, was : Generating ibm-ejb-jar-bnd.xmi and ibm-ejb-jar-ext.xmi for each session bean by using XDoclet (ejbdoclet task) Making a jar (without stubs) with task jar; ; Calling the binary EJBDEPLOY with this jar without stub in parameters. But I feel there must be a cleaner method. Whi...

What does "Message Catalog Not Found" mean?

I have a MDB running in WebSphere, when it tries to pull a message off an MQ Queue the following exception is thrown: com.ibm.mq.MQException: Message catalog not found Any idea how to resolve this? ...

WebSphere App Server Not Compiling JSP/Tag Libs

Hello This is a problem that only occurs on application update (only tested through Admin Console, not CLI). Also, this is only happening on our development environment, which is identical to our prod env. On uninstall/install, everything is compiled properly. However, this is a large application and it takes long enough to do an upd...

How to remove classpath variables from WAS module

On our Dev box, our application module contains references to the file:/apps/WebSphere61/systemApps/isclite.ear/ jar files and classpath entries. On our Prod box, however, it only contains the jar file containing all of our required classes. On Dev, this is causing a problem when using apache-commons-fileuploader as these classes are a...

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? Thanks Damien ...

unsupported protocol: jndi with Websphere 6.1

I have the problem, that getting a ressource from my archive failed with a MalformedURLException: unknown protocol: jndi The archive is a war file and is deployed into Websphere successfully. When I try to access some files inside the archive via jndi://server/context/filename I get the MalformedURLException. Did anyone know, how t...

How to extracts additional info from SSL certificate to allow access to WebService client on WAS

For explaining my situation, I will start with an example. Let's say there are two WS(WebService) clients A & B with trusted certificates. Now in normal excecution when both A & B make a call to WAS(Websphere application server) through SSL where my WebServices reside, WAS trusts both of them because of their trusted certificates and alo...

Where does Websphere get the WSDL from?

I have a java application that has Web Services published using Axis. With the latest release one of the service methods in the WSDL is wrong. It has a field in a complex type with double instead of an array of doubles. I've checked the src WSDL and the generated classes like the data object and the binding stub, but they are all corr...

WebSphere Portal v.5.1 and AJP?

Hello, is there a way to configure WebSphere Portal to accept AJP connections? E.g. Tomcat/JBoss and Oracle have a specific AJP port. I can't find it in WebSphere, and I'm getting tired of Googlin' around IBM pages. Thank you in forward... Balint ...

Reducing the restart time of IBM Websphere Application Server

A Java web application that I'm working on requires that I restart the server fairly often in order to see the effects of my code changes. I have a local version of WAS 6.0 on my machine that I use to run the app. The server takes about 5-10 minutes to restart. My machine is pretty decent with a dual core proc and 3 GBs of RAM, but the...

How to get Websphere 6.1 port number

I'm currently working on a WebSphere 6.1 Web Project. In my java code, how can i get the current running application port? ...

Abort java webapp on startup

My webapp is part of a larger EAR that is deployed into a websphere server. The server hosts number of other apps on the same virtual server. My webapp has some initialisation/health checks in a servletContextListener->contextInitialized method. I want to make the webapp unavailable if initialisation/health checks fail. What is a realiab...

Looking for a good WebSphere book

My spouse is looking for good book on WebSphere. Preferebly from starter to advanced. She is an experienced developer. Can anybody reccommend a title? Thanks in advance. ...

Getting started with Websphere portal 6.1 ....

Okay, my company is a bank. The upper management is dead set on a websphere IBM portal. Apparently IBM is tossing them a bone they can't refuse. We're also a very big IBM shop anyhow with A LOT of LotusNotes applications. In my experience with IBM, they generally make you go through them to learn their stuff. I'm having to sort of jump ...

Websphere MQ message history

My application communicate with other system via IBM Websphere MQ. Sometime no message income to my queue but other system said They already sent to me. So I want to know how to keep history for all messages that income to my queue. ...