Tagged Questions
0
votes
0answers
458 views
JSP Example to connect to MS SQL database using Tomcat
I am trying to retrieve data using jsp but it showing
Error:org.apache.jasper.JasperException: An exception occurred processing JSP page /databaseTest.jsp at line 13
My Code is:
<%@taglib ...
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 ...
1
vote
4answers
2k views
jspx script element on GlassFish v3
The .war is served from GlassFish v3. I am trying to include a javascript file from my jspx.
<script type="text/javascript" src="/base/interface/Service.js"></script>
I get the ...
3
votes
1answer
3k views
JSF button to reset the session
Is there a way to reset (clear) the session for a user, when he clicks on a button?