java.lang.NullPointerException at "TldLocationsCache.processJars" when running Tomcat 4.x built from sources

2002-06-14 Thread Aleksander Grzebyta
Dear Collegues ! I tried to build Tomcat 4.0.3 and then 4.1 (from cvs) and every time failing the same way (!) when running the built project. (running tomcat and pointing the browser to http://localhost:8080). The compilation run rather fine - just some depreciation warnings. I followed instruct

REALM ?

2001-07-12 Thread Aleksander Grzebyta
Sorry for posting in HTML, now I am correct in that matter. : Hello ! I have found that in web.xml the Realm can be specified. But is Servlet 2.2. spec telling us what the realm is. Are there any interfaces defined ? sincerely Olek

cannot get native chars from request !!!

2001-07-12 Thread Aleksander Grzebyta
in parsePostData method HttpUtils.java we have : String postedBody = new String(postedBytes, 0, len, "8859_1"); return parseQueryString(postedBody); Does it mean I can never get native character entered in form since the special chars are lost when String with "8859_1" is created !? sincerely

realm specification ?

2001-07-12 Thread Aleksander Grzebyta
Hello   I have found that in web.xml the Realm can be specified. But is Servlet 2.2. spec telling us what the realm is. Are there any interfaces defined ?   sincerely Olek