I\'m using WebSphere 6.1 with the EBJ3 Feature Pack installed. Does anyone know what jar I need 开发者_StackOverflow社区to include in my project from the AppServer folder of my WebSphere installation
I have set some custom properties for a container in WebSphere, but I can\'t figur开发者_如何学Goe out how to read those properties back.I\'ve tried System.getProperty(...), but it\'s empty.
I have a message driven bean that throws exception under certain conditions. When it throws an exception the message is not processed and put back on the queue. From what I understand with MQ and WAS
I have two Java applications running on a Websphere application server. The first application is COTS software (Plateau) I will call App1 and includes an API which can be used in custom applications
I am currently looking at some JProfiler traces from our WebSphere-based appli开发者_StackOverflow社区cation, and am noticing that a significant amount of CPU time is being spent in the class com.ibm.
is there a way to read this fi开发者_JAVA技巧le inside a JSP/Servlet?You could just use a SAXParser, but what are you trying to do specifically?The supported public API for accessing the configuration
I\'m struggling with including a static file into my JSPs on Websphere 6.0.2.17. I tried this: <% final Strin开发者_如何学Cg MY_DIR = ResourceBundle.getBundle(\"mybundle\").getString(\"props.pages
I have this issue about orphan IBM JVM process being created in the process tree: For example: C:\\Program Files\\IBM\\WebSphere\\AppServer\\bin>wsadmin -lang jython -f \"C:\\Hello.py\"
We have a need to integrate a server with our WebSphere environment that does not support LTPA.I found Working with Lightweight Third Party Authentication (LTPA) by Cosmin Stejerean and corresponding
I have a Websphere topology wherein in Cluster1, I have an MDB that\'s trying to publish to another MDB that resides in Cluster2. Since they\'re both in the same container, I tried simply