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
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
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
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
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
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