SSL connect to APR fails - "bad version"

2011-11-05 Thread Kobe
I build tcnative and apr from src with exist ver of openssl (means openssl not build my me). I load apr connector in tomcat as below. when my client connect, I cannot connect: i get "bad version". please explain what I do wrong? server# ./apr-1-config --version 1.4.5 server# server# openssl v

Re: o Tomcat alter the page encoding for JSP file created via Netbeans 7.01

2011-11-05 Thread Konstantin Kolinko
2011/11/5 Kiran Badi : > <%@page contentType="text/html" pageEncoding="UTF-8"%> The above contentType value does not include charset argument. Thus the actual content type in HTTP response will be "text/html; charset=ISO-8859-1", which does not match with your HTML tag below. > > > > I'd r

Re: o Tomcat alter the page encoding for JSP file created via Netbeans 7.01

2011-11-05 Thread Kiran Badi
Thanks Ron,yes I do have some plugins installed,one thats called as developers tool(in IE9) and in Chrome.I think I know whats was wrong here. Problem i think was that when I run the application via NB, it launches the IE browser in quirks mode rather than Standard mode.Now I am not getting w

Re: o Tomcat alter the page encoding for JSP file created via Netbeans 7.01

2011-11-05 Thread Ron McNulty
Hi Kiran There is nothing wrong with your JSP. I dropped it into Tomcat 7.0.16 as /webapps/ROOT/test.jsp and it showed up correctly as http://localhost:8080/test.jsp. It sounds like the browser is not seeing the CSS. If you don't already have the following installed, I suggest you try: Fi

o Tomcat alter the page encoding for JSP file created via Netbeans 7.01

2011-11-05 Thread Kiran Badi
Hi All, I working on creating my own website with JSP/Servlet/Jquery with Tomcat 7.0.11 which I had installed it as a package via Netbeans 7.0.1.I am trying to build a header JSP File and below is my code for it, <%@page contentType="text/html" pageEncoding="UTF-8"%> div.cldi

Re: making security constraints configureable

2011-11-05 Thread Leon Rosenberg
Hello Daniel, I can't use IP-Adresses, because it is possible that we show the preproduction system in a starbucks to some customers for user testing purposes. I have no means to know which adresses are allowed and which not. regards Leon On Thu, Nov 3, 2011 at 7:09 PM, Daniel Mikusa wrote: > L