Re: Strange characters appear in my compiled JSP files - Problem solved

2007-03-16 Thread Langas de los Langas
aracters. Also have this <%@ page contentType="text/html;charset=UTF-8" language="java" %> on top of the JSP. -Rashmi ----- Original Message From: Langas de los Langas <[EMAIL PROTECTED]> To: users@tomcat.apache.org Sent: Thursday, March 15, 2007 8:29:16 AM S

Strange characters appear in my compiled JSP files

2007-03-15 Thread Langas de los Langas
Hello to everyone. Sorry if my English isn't perfect. I have a problem with Tomcat for which I have found explanation neither in the FAQ, nor searching the web, nor asking other programmers... So, I guess you're my only hope. I have developed a JSP application in Tomcat 5.5, and everything is O

Re: Further documentation on j_security_check

2007-01-24 Thread Langas de los Langas
: Wed, 24 Jan 2007 13:38:52 + Langas, Probably best you look at the source code then. Ben On 1/24/07, Langas de los Langas <[EMAIL PROTECTED]> wrote: Thanks for the feedback, but I had already checked that documentation. I want to understand j_security_check on a deeper level; I especific

Re: Further documentation on j_security_check

2007-01-24 Thread Langas de los Langas
n SRV12.5.3 http://jcp.org/aboutJava/communityprocess/final/jsr154/index.html En l'instant précis du 01/24/07 13:24, Langas de los Langas s'exprimait en ces termes: > I have searched for documentation on the process j_security_check > (form-based authentication), but have been unable to

Further documentation on j_security_check

2007-01-24 Thread Langas de los Langas
I have searched for documentation on the process j_security_check (form-based authentication), but have been unable to find anything worthy, just some brief explanation and a sample of the form that must be used with it. Anybody knows where can I find extensive documentation about this process?

Form-based authentication and WML

2007-01-22 Thread Langas de los Langas
Hi to everyone. I'm developing a JSP application with form-based authentication (with user data stored in an OpenLDAP directory) running in Tomcat 5.5. The application has two features: a web portal and a WAP portal. The file web.xml is configured with the necessary security constraints. For th