org.apache.jasper.JasperException: Unable to compile class for JS P

2003-10-03 Thread Dinesh Kumar
Hello all, I created a simple jsp file called First.jsp and its content is html titleA JSP Sample/title Hello, my first JSP program! /html and the URL I used is http://localhost:8080/examples/jsp/First.jsp http://localhost:8080/examples/jsp/First.jsp I'm getting the below error.

Re: [next] What's next ?

2003-10-03 Thread Henri Gomez
Henri Gomez a écrit : Jean-Francois Arcand a écrit : +1 The security mechanism in TC 4.x and higher (due to digester) avoid me to use such easy configuration tuning and so we have to stay with Tomcat 3.3.x for now. I'm probably missing something herewhy the digester suffer from that

Re: [next] What's next ?

2003-10-03 Thread Henri Gomez
Craig R. McClanahan a écrit : Henri Gomez wrote: Jean-Francois Arcand a écrit : Henri Gomez wrote: Henri Gomez a écrit : 3. Provide a complete working configuration example for a cluster of tomcat servers with a front-end tomcat as well, i.e. a pure tomcat-only solution. We already have

Re: problems with ant download

2003-10-03 Thread jean-frederic clere
Tetsuya Kitahata wrote: On Thu, 02 Oct 2003 16:02:53 +0200 jean-frederic clere [EMAIL PROTECTED] wrote: Yes, but not... http://jakarta.apache.org/builds/jakarta-struts/release/v1.1/jakarta-struts-1.0.2.tar.gz must be changed into:

Re: [next] What's next ?

2003-10-03 Thread Henri Gomez
Henri Gomez a écrit : Henri Gomez a écrit : Jean-Francois Arcand a écrit : +1 The security mechanism in TC 4.x and higher (due to digester) avoid me to use such easy configuration tuning and so we have to stay with Tomcat 3.3.x for now. I'm probably missing something herewhy the

Re: [next] What's next ?

2003-10-03 Thread Henri Gomez
Henri Gomez a écrit : Henri Gomez a écrit : Henri Gomez a écrit : Jean-Francois Arcand a écrit : +1 The security mechanism in TC 4.x and higher (due to digester) avoid me to use such easy configuration tuning and so we have to stay with Tomcat 3.3.x for now. I'm probably missing

cvs commit: jakarta-tomcat/src/etc modules.xml

2003-10-03 Thread hgomez
hgomez 2003/10/03 01:31:08 Modified:src/etc modules.xml Log: Coyote is no more present in JTC HEAD, so disable it from modules list Revision ChangesPath 1.16 +4 -0 jakarta-tomcat/src/etc/modules.xml Index: modules.xml

Re: [next] What's next ?

2003-10-03 Thread Remy Maucherat
Henri Gomez wrote: Henri Gomez a écrit : Note: I really love Xerces' error messages. Great it seems to works with : ?xml version=1.0 encoding=ISO-8859-1? !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.3//EN http://java.sun.com/dtd/web-app_2_3.dtd; [ !ENTITY %

cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 Constants.java

2003-10-03 Thread jfclere
jfclere 2003/10/03 03:05:57 Modified:http11/src/java/org/apache/coyote/http11 Constants.java Log: getBytes() uses platform's default charset... Bad on my EBCDIC machine! Revision ChangesPath 1.18 +43 -6

Re: cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 Constants.java

2003-10-03 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: jfclere 2003/10/03 03:05:57 Modified:http11/src/java/org/apache/coyote/http11 Constants.java Log: getBytes() uses platform's default charset... Bad on my EBCDIC machine! /** @@ -239,8 +256,28 @@ /** * Ack string when pipelining HTTP

Re: cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 Constants.java

2003-10-03 Thread Henri Gomez
Remy Maucherat a écrit : [EMAIL PROTECTED] wrote: jfclere 2003/10/03 03:05:57 Modified:http11/src/java/org/apache/coyote/http11 Constants.java Log: getBytes() uses platform's default charset... Bad on my EBCDIC machine! /** @@ -239,8 +256,28 @@ /** * Ack

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/net PoolTcpEndpoint.java

2003-10-03 Thread remm
remm2003/10/03 03:48:45 Modified:util/java/org/apache/tomcat/util/net PoolTcpEndpoint.java Log: - Change the way to kill the thread after a server socket restart. Revision ChangesPath 1.20 +10 -8

cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 Constants.java

2003-10-03 Thread jfclere
jfclere 2003/10/03 04:31:40 Modified:http11/src/java/org/apache/coyote/http11 Constants.java Log: Typo :-( Revision ChangesPath 1.19 +5 -0 jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11/Constants.java Index: Constants.java

Re: cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 Constants.java

2003-10-03 Thread jean-frederic clere
Henri Gomez wrote: Remy Maucherat a écrit : [EMAIL PROTECTED] wrote: jfclere 2003/10/03 03:05:57 Modified:http11/src/java/org/apache/coyote/http11 Constants.java Log: getBytes() uses platform's default charset... Bad on my EBCDIC machine! /** @@ -239,8 +256,28 @@

Re: [next] What's next ?

2003-10-03 Thread Glenn Nielsen
[EMAIL PROTECTED] wrote: On Thu, 2 Oct 2003, Angus Mezick wrote: 2. Eliminate the shared and common classloader repositories. Unless these are required by the spec? Force webapps to be self-contained by putting all their classes in WEB-INF/lib or WEB-INF/classes of their webapp. Have the

Re: [next] What's next ?

2003-10-03 Thread Glenn Nielsen
I proposed a while ago to implement a custom java policy for the SecurityManager which uses XML for configuring permissions for the Java SecurityManager. There were a number of features which made configuring a strict security policy easier. You can look back through the archives for the initial

Re: [next] What's next ?

2003-10-03 Thread Remy Maucherat
Glenn Nielsen wrote: I proposed a while ago to implement a custom java policy for the SecurityManager which uses XML for configuring permissions for the Java SecurityManager. There were a number of features which made configuring a strict security policy easier. You can look back through the

Re: [next] What's next ?

2003-10-03 Thread Remy Maucherat
Costin Manolache wrote: Jean-Francois Arcand wrote: I would be interested to: - implement jsr115 as an optional feature (based on a previous discussion with Costin on this thread (that may bring Costing back :-) ). - turn SecurityManager on by default ( already proposed by Costin sometime ago

set delivery off

2003-10-03 Thread Tetsuya Kitahata
set authenticate imdewi set delivery off - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

FW: [next] What's next ?

2003-10-03 Thread Cox, Charlie
for some reason this didn't get through to the list yesterday. If you get this twice, I apologize Charlie -Original Message- From: Cox, Charlie Sent: Thursday, October 02, 2003 2:12 PM To: 'Tomcat Developers List' Subject: RE: [next] What's next ? -Original Message- From:

RE: [next] What's next ? [OT - small code]

2003-10-03 Thread Angus Mezick
If you want to REALLY dig into how to make java code smaller look around through the robo code stuff. They have gotten to the point where to keep the game interesting the are imposing code size limits. Really small AI code. --Angus -Original Message- From: Remy Maucherat

Problem with forward in Servlet Filter

2003-10-03 Thread Michal iplk
I use tomcat 4 I try write secure servlet fitler. When I recognize that user is not authorized I try change web resource whith RequestDispatcher. But response is only 404 not found This is example of my code: doFilter.{ if(userHaveRights()) {

[PATCH] jakarta-servletapi-5 JSP Examples improvements

2003-10-03 Thread Mark Roth
There were reports of the View Source option not working for the JSP examples in some versions of IE. Apparently some configurations of IE will process the HTML tags in text files instead of rendering them as text. I've made the following enhancements: * Created new ant task Txt2Html that

DO NOT REPLY [Bug 23071] - Documentation error handling re use of JRE

2003-10-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23071. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 23203] - [PATCH] Documentation Update

2003-10-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23203. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 21867] - problem installing Tomcat 4124 on Win2k

2003-10-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21867. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 23203] - [PATCH] Documentation Update

2003-10-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23203. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: Problem with forward in Servlet Filter

2003-10-03 Thread Shapira, Yoav
Howdy, This belongs on the tomcat-user list, not tomcat-dev. Please report your question there and we can try to help ;) Yoav Shapira Millennium ChemInformatics -Original Message- From: Michal iplk [mailto:[EMAIL PROTECTED] Sent: Friday, October 03, 2003 10:30 AM To: Tomcat

DO NOT REPLY [Bug 23203] - [PATCH] Documentation Update

2003-10-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23203. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 23203] - [PATCH] Documentation Update

2003-10-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23203. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [next] What's next ?

2003-10-03 Thread Glenn Nielsen
Remy Maucherat wrote: Glenn Nielsen wrote: I proposed a while ago to implement a custom java policy for the SecurityManager which uses XML for configuring permissions for the Java SecurityManager. There were a number of features which made configuring a strict security policy easier. You can

Problem with forward in Servlet Filter

2003-10-03 Thread Michal iplk
I use tomcat 4 I try write secure servlet fitler. When I recognize that user is not authorized I try change web resource whith RequestDispatcher. But response is only 404 not found This is example of my code: doFilter.{ if(userHaveRights()) {

cvs commit: jakarta-servletapi-5/jsr152/src/ant - New directory

2003-10-03 Thread kinman
kinman 2003/10/03 13:16:02 jakarta-servletapi-5/jsr152/src/ant - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-servletapi-5/jsr152/src/ant/task - New directory

2003-10-03 Thread kinman
kinman 2003/10/03 13:16:26 jakarta-servletapi-5/jsr152/src/ant/task - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-servletapi-5/jsr152/src/ant/task Txt2Html.java

2003-10-03 Thread kinman
kinman 2003/10/03 13:18:07 Modified:jsr152 build.xml jsr152/examples/cal calendar.html jsr152/examples/checkbox cresult.html jsr152/examples/colors clr.html jsr152/examples/dates date.html

cvs commit: jakarta-tomcat-catalina/webapps/admin/WEB-INF/classes/org/apache/webapp/admin TomcatTreeBuilder.java

2003-10-03 Thread amyroh
amyroh 2003/10/03 14:23:34 Modified:webapps/admin/WEB-INF/classes/org/apache/webapp/admin TomcatTreeBuilder.java Log: Fix the way it was querying JAASRealm. Revision ChangesPath 1.9 +11 -8