Hi all again,
I am working with an application that counts then number of total entries on the server as
well as the number entries of those in my DB.
I use a JSP as welcome file (index.jsp) that is included into the web.xml.
To count the total entries in the server I use a Session Bean and for any particular entry
of the members of the application I use an Entity Bean
I control all from a Servlet that call both Session and Entity Bean and response to the
index.jsp entry.
The index.jsp is a form with a textbox and a submit button.
It is working but does not doing what I want. It is just a question of debugging. My
problem is when I write the URL on the browser, I mean,
http://localhost:8080/entrada/index.jsp
the browser shows me the response of the servlet. The application passes over the
index.jsp going to the servlet response.
Any idea?
Thank you in advance,
pepelara
PS:
I guess the problem is in any of the descriptors: web.xml or aplication.xml
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4174265#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...