I can\'t seem to solve this. Originally the JSP code had a function in Javascript that would call a jsp from another server:
I am trying to test my we based project.I have created main method and its call some db related classes.Now the db related classes uses JNDI , so when running the code i get exception
When some requests are processed via WebSphere application server, it s开发者_运维百科ets a cache expires header of Thu, 01 Dec 1994 16:00:00 GMT. This date seems to be in a lot of documentation as a
I am having an issue with Tomcat and Websphere when users try to login in our application. If a user presses multiple times the return key after entering his/her login details, the form is submitted
I am having trouble setting up a MDP in Spring 3.0.4 in WebSphere 7.0 using the WebSphereUowTransactionManager.
So far I have seen non-Java client support only for open source message brokers like Apache ActiveMQ, JBoss HornetQ and Open Message Queue (OpenMQ).
We have a WMQ - WAS/JMS client setup through server connection channels where we are trying to put in security through user Ids.
In WebSphere, if you code opens two concurrent database connections, you get an error of the form: J2CA0086W: Shareable connection MCWrapper id 556e556eManaged connection WSRdbManagedConnectionImpl@5
I have just installed WS 7 on our stage server. The test server was done some months ago. I have deployed the same applications to stage as on test.
I am working with WebSphere and Struts hiberntae technology. My onsite team reported serialiazation problem while they were working.But i didn\'t faced the problem in my machine. Is there anythin开发者