Tagged Questions
1
vote
1answer
260 views
Get directory listing of WebContent directory from Struts Action
I have an application that is deployed on a WebSphere 6.1.0.25 server. I am trying to get a directory listing of available files from a directory in my WebContent folder:
...
5
votes
2answers
13k views
Servlet Mapping using web.xml
I have a confusion regarding the structure of the web.xml for the servlet mapping, I don't have any problem by executing it but I am trying to figure it how why we have such a pattern in the ...
1
vote
3answers
3k views
JSF Active Sessions counter. How to?
Good evening,
In a test JSF 2.0 web app, I am trying to get the number of active sessions but there is a problem in the sessionDestroyed method of the HttpSessionListener.
Indeed, when a user logs ...
0
votes
1answer
25 views
Configuration for Java EE 5.0
I want to know the JSP and Servlet (exact) version used in the Java EE 5.0 version. I have just added the web-app_2_5.xsd in the web.xml file. Want to check the JAR files.
0
votes
2answers
292 views
EJB and the Web Tier
I am learning EJB and to do that I bought a book name EJB 3 Developer Guides. I got some understanding on how EJB architecture is and how it works. The book does well in explaining this.
But the ...
0
votes
1answer
2k views
How to initialize Java EE 5 JAX-WS 2.0 Web Service with Parameters
Application configuration:
Web application using java first method of creating JAX-WS 2.0 Web Services with annotations.
WebLogic 10.3
My Requirements
The requirements I have are to deploy a ...