Forum: JSP May 14th, 2009 |
| Replies: 0 Views: 509 I am using Apache Tomcat 6.0.18 on a Windows Server that also has IIS.
For IIS I can enable Integrated Windows authentication to fetch the
Intranet Windows login username using ColdFusion.
Is... |
Forum: JSP Oct 2nd, 2008 |
| Replies: 19 Views: 6,151 peter_budo,
Your tutorial is great! It fully explains MVC working with database and your descriptions are very clear and helpful. Thanks!! |
Forum: JSP Sep 29th, 2008 |
| Replies: 1 Views: 857 I have a Form input field in my JSP:
<input name="nickname" type="text" value="<%= NameClass.getInfo() %>" />
How do I make sure this data is escaped correctly to be able to show quotes and... |
Forum: JSP Apr 17th, 2008 |
| Replies: 1 Views: 1,186 I have all my webapps in Tomcat 4.1.27. All of them were compiled using JDK 1.4.
Now I need to move the Tomcat 4.1.27 webapps to Tomcat 6.0.16.
Do I need to recompile all my Java class files... |
Forum: JSP Nov 15th, 2007 |
| Replies: 1 Views: 1,150 I have a Servlet that checks for information and if there is an issue it forwards the message to presentation page (JSP). Now I want to stop using conditions in scriptlets in the JSP. Please advise... |