I am using similar piece of code in a jspx file <html xmlns:jsp=\"http://java.sun.com/JSP/Page\" xmlns:uikit=\"http://www.abc.net/ld/uikit\">
I am using a similar conditional check using JSTLin a jspx file <jsp:root version=\"2.0\" xmlns:jsp=\"http://java.sun.com/JSP/Page\"
i\'m trying to create a regular expression for this kind of log: [9/23/11 11:09:53:632 CEST] 0000005b FormLoginExte 3Form based login: userid/password present in the form. User is: user1
I have a very simple web-application that integrates spring security with j2ee declarative security.
If I were to deploy an application on Tomcat vs. Websphere, what are things that I need to consider? Do I have to develop my Java code differently if developing in one app server vs another?
I have a web app which I deploy on Tomcat 6, Jetty 7 and WebSphere 7. It uses BIRT reporting. I use the following browsers for testing: Firefox 6, Google Chrome 14, IE 9.
Does Websphere Application Server (7.0, preferably) have a log for transaction manager? I\'d like to see how and when transactions are started for my application\'s threads, whether and when they comm
I have two deployment environments - Websphere 7.0 and Glassfish 3.1.I have to include a work manager resource reference in the web.xml of my applications for the Websphere environment like so:
I saw the Tomcat v6.0.2 in a list of third-party开发者_运维问答 components in notices.txt that came with the installation package. Does this mean that Tomcat used as a servlet/jsp container?That sound
I am using Spring 3.0.x to get a WorkManager from an application server and use it to run scheduled jobs that need database access.The problem is, is that this application could be deployed to differe