Tomcat 4.0.3: security-constraint error in web.xml

2003-08-28 Thread tito santini
-config?,security-role*,env- entry*,ejb-ref*) What's wrong? Any hint? Very Thanks in advance for your help. Tito Santini - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Tomcat - PERL problem.

2003-06-18 Thread tito santini
Dear all, I'm currently having this strange problem with Tomcat 4.0.3 (running on Solaris) and a CGI program written in PERL. The program outputs some HTML lines, and everything goes OK until the HTML page is small. When the page grows up, i.e inserting SELECT field with 100 options, Tomcat

Re: authenticate with java servlets

2003-03-21 Thread tito santini
Hi, with tomcat 3.2.1 you may try with: String strX509 = req.getAttribute(javax.servlet.request.X509Certificate) Certificate cert = new X509Certificate(strX509.getBytes() ); if it doesn't work, you could try with (as servlet specs says): Object obj =

Re: mod_jk.conf and ajp13

2003-03-20 Thread tito santini
Hello, did you uncommented the following lines in server.xml? !-- Apache AJP13 support. This is also used to shut down tomcat. -- Connector className=org.apache.tomcat.service.PoolTcpConnector Parameter name=handler

Re: mod_jk.conf and ajp13

2003-03-20 Thread tito santini
Hi! I suppose ajp12 is used in tomcat 3.2.1 to shutdown Tomcat, so it's still required. If you're still having trouble, you'd check which mod_jk configuration file is used to configure mod_jk: every time Tomcat restarts, it creates a new auto-config files, which, as you noted, declares to use

UTF-8 help needed -EURO problem.

2003-03-19 Thread tito santini
. told us page not found. Then we modify the URI, and tried with : http://my_host:my_port/my_jsp?charset-UTF-8text=user_text but Tomcat interpreted it like any other parameter. Any hints or suggestion? Thanks in advance for your help. Tito Santini

Re: UTF-8 help needed -EURO problem.

2003-03-19 Thread tito santini
(UnsupportedEncodingException e){System.out.println(e.getMessage());} Use this to convert strTestString from what is received in the parameter string into what you put into the database and it should work away without any other problems. Andoni. - Original Message - From: tito santini

Re: How to access X509 Certificate?

2001-09-04 Thread tito santini
) { } } Hope this may help. Tito Santini NETikos S.p.A. Via Matteucci, 34 B 56124 PISA - ITALY Tel.: + 39 050 968 671 Fax: + 39 050 968 626 mailto:[EMAIL PROTECTED] www.netikos.com - Original Message - From: Christoph Ender [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent

Re: Problem with mod_jk

2001-06-14 Thread tito santini
Hi, I have had the same problem, with Apache 1.3.20 and Tomcat 3.2.2. I recompiled Apache with DSO support and the error disappeared. Hope this hint may help you. Tito Santini NETikos S.p.A. Via Matteucci, 34 B 56124 PISA - ITALY Tel.: + 39 050 968 671 Fax: + 39 050 968 626 mailto:[EMAIL