Re: cvs commit: jakarta-servletapi-5/jsr154/src/share/dtd web-app_2_4.xsd

2004-08-24 Thread Petr Jiricka
Hi, I remember there was an issue that the default DD in conf/web.xml was not valid by the schema - is this change related to that issue? Thanks Petr [EMAIL PROTECTED] wrote: jfarcand2004/08/24 10:01:34 Modified:jsr154/src/share/dtd web-app_2_4.xsd Log: Update the web-app_2_4.xsd accor

Re: Tomcat 5.0.28 release

2004-08-13 Thread Petr Jiricka
Costin Manolache wrote: Shapira, Yoav wrote: Hi, I have a couple of only-slightly-related comments, but related nonetheless so I'll put them here. Re: endorsed directories. Do we still want to support JDK 1.3 in Tomcat 5.1? Since we're gearing up for JDK 1.5, we might want to make 1.4 the minimum

Re: Tomcat 5.0.28 release

2004-08-12 Thread Petr Jiricka
FYI - progress on the 5.0.28 changes: Petr Jiricka wrote: - The Sun Developer Tools group would like to include into this release several bug fixes in the Jasper area, that are currently available in the trunk (5.1.x codebase), and that affect NetBeans 4.0 functionality, such as JSP debugging

Re: Tomcat 5.0.28 release

2004-08-10 Thread Petr Jiricka
Costin Manolache wrote: I'm sorry, but can't remember - why do we still need the endorsed ? I tought they were a temporary solution for JDK1.4 and some validation problems - tomcat should work fine with any SAX/DOM parser, including the one in JDK1.4. This would be good, if it's indeed possible.

Re: Tomcat 5.0.28 release

2004-08-10 Thread Petr Jiricka
Remy Maucherat wrote: Petr Jiricka wrote: - Continue to deliver a stable release of Tomcat in roughly 1 month intervals. One of the reasons why Tomcat is so highly valued in the community is because the time between finding a bug and deliveing the fix is very short, thanks to the short release

Re: Tomcat 5.0.28 release

2004-08-10 Thread Petr Jiricka
approximate guideline, not committment. Yoav Shapira Millennium Research Informatics Petr -Original Message- From: Petr Jiricka [mailto:[EMAIL PROTECTED] Sent: Monday, August 09, 2004 12:43 PM To: [EMAIL PROTECTED] Subject: Tomcat 5.0.28 release Hi, we have been using Tomcat in the Net

Tomcat 5.0.28 release

2004-08-09 Thread Petr Jiricka
tinue development of the 5.0.x codebase. Thanks in advance for your comments. Petr Jiricka Sun Developer Tools group - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Contribution: OS/2 Rexx scripts for Tomcat

2004-07-29 Thread Petr Jiricka
BTW, we also received contribution of OS/2 startup scripts, see http://www.netbeans.org/issues/show_bug.cgi?id=42678 Is OS/2 support a goal for Tomcat? Is Tomcat tested at all on OS/2? Petr Jaroslav Kacer wrote: Hello Tomcat developers! I have rewritten Tomcat scripts into the Rexx language that is

Re: Embedding Jasper / JSP compiling

2004-05-14 Thread Petr Jiricka
Dennis Thrysøe wrote: Hi, I'm currently working on embedding a jasper engine within a servlet container that I'm writing. During this work I have run into the following questions: 1) Is the only advantage to using fork=true, that the javac memory leak issue is avoided? 2) Has the javac memor

Re: Question on 5.0.23

2004-05-06 Thread Petr Jiricka
Remy Maucherat wrote: Petr Jiricka wrote: BTW, this isn't really relevant, but the in memory connector is now working (= no socket). The older TC 4.x could be invoked in memory as well, but the API was cumbersome. I thought this could be useful in Netbeans (but last time, you we

Re: Question on 5.0.23

2004-05-06 Thread Petr Jiricka
Remy Maucherat wrote: Shapira, Yoav wrote: Hi, I have a strange issue with 5.0.23 that's making me question my stable vote from earlier today. It has to do with a 3rd party servlet which checks for the presence of a cookie, if not found prompts for some user information, and then redirects (resp

conf/web.xml still uses the servlet 2.3 DTD format?

2003-10-17 Thread Petr Jiricka
Hello list, I noticed that Tomcat 5.0.12 still has the Servlet 2.3 DD in conf/web.xml: http://java.sun.com/dtd/web-app_2_3.dtd";> Are there any plans to upgrade it to web-app_2_4.xsd ? Thanks Petr - To unsubscribe, e-mail: [EM

Re: [PROPOSAL] Narrow down the list of JARs to be scanned for TLDs

2003-09-23 Thread Petr Jiricka
Remy Maucherat wrote: Petr Jiricka wrote: Has it? I saw some commits in the area of jar scanning, but not this one. That hasn't been committed yet, indeed. As Jan has already pointed out, it should improve the startup time for Tomcat 5 (since scanning TLD files is a major hit). I too

Re: [PROPOSAL] Narrow down the list of JARs to be scanned for TLDs

2003-09-23 Thread Petr Jiricka
Bill Barker wrote: - Original Message - From: "Remy Maucherat" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Monday, September 22, 2003 10:31 PM Subject: Re: [PROPOSAL] Narrow down the list of JARs to be scanned for TLDs Jan Luehe wrote: Currently, an

Re: [PROPOSAL] Expose pre-compiled JSPs without servlet mapping

2003-07-24 Thread Petr Jiricka
Remy Maucherat wrote: Jan Luehe wrote: Currently, if webapp developers do not want to expose the source of their JSP files, they have to precompile them and add a servlet mapping for each JSP to their web.xml (e.g., with the help of jspc). If the webapp contains a large number of JSPs, the web.xml

Tag file precompilation

2003-07-23 Thread Petr Jiricka
Hi, is Tomcat planning to provide a tag file compiler, which would compile tag files developed outside the web application, into a tag library? Secion JSP.8.4.4 of the JSP 2.0 spec says that this should be possible. Thanks Petr ---

[PATCH] minor Jasper patch

2003-07-21 Thread Petr Jiricka
Hello list, I noticed a minor capitalization error in Jasper. Here's a patch. Thanks Petr RCS file: /home/cvspublic/jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler/Dumper.java,v retrieving revision 1.4 diff -u -r1.4 Dumper.java --- Dumper.java 23 Feb 2003 20:57:05 - 1.4 ++

Jasper bug exposed through Struts ?

2003-06-04 Thread Petr Jiricka
Hello list, recently I filed the following bug against Struts: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20155 However, it is not quite clear that this is a Struts bug. The Struts developers argue in the bug report that this may be a bug in Jasper and its classloading behavior. Or at t

Re: where to download tomcat 4.1 nightly builds?

2003-01-06 Thread Petr Jiricka
I was able to find them for Tomcat 5: http://jakarta.apache.org/builds/jakarta-tomcat/nightly-5/ but not for Tomcat 4.1. Speaking of 5.0, is it known when the next milestone/beta of Tomcat 5 will be released ? Is there any scheduled ? Thanks Petr Kevin Jones wrote: ditto for 5.0. Where are t

[PATCH] Make jasper more graceful wrt. tag library jar files

2002-11-26 Thread Petr Jiricka
Team, I submitted a patch which allows jasper to better support iterative development, by not locking jars on Windows, and by allowing redeployment from the same jar: http://issues.apache.org/bugzilla/show_bug.cgi?id=14854 I am not an expert on Tomcat code, so I would welcome if some of you ca

Re: [VOTE] Release Plan for Apache Tomcat 4.1

2002-04-25 Thread Petr Jiricka
Remy Maucherat wrote: >>Remy Maucherat wrote: >> > >>>The goal of the Apache Tomcat 4.1 final release is to provide a stable >>>container that supports 100% of the mandatory requirements of the >>> > Servlet > >>>2.3 >>>and JSP 1.2 specifications, as well as to improve and add many useful >>>ad

Re: [PROPOSAL] jasper2 detection of compile time page include changes

2002-04-25 Thread Petr Jiricka
the application need to be checked, only the ones included in the currently requested page. Petr Jiricka software engineer NetBeans / Forte for Java Sun Microsystems Kin-Man Chung wrote: > +1 on the idea. > > With minor changes, we can also implement a compiler server that compiles

Problems with Tomcat 4.0.2 and tag libraries

2002-02-22 Thread Petr Jiricka
Hi, I am running across some weird bugs in Tomcat 4.0.2 which we didn't encounter in 4.0.1 (or 4.0.2 beta2). It looks like bugzilla ( http://nagoya.apache.org/bugzilla/ ) is not working, so I can't look up whether this has been reported. When I execute a simple web page which uses the Standard

Re: MBeans dev

2002-02-08 Thread Petr Jiricka
- Original Message - From: "David Graff" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Thursday, February 07, 2002 10:44 PM Subject: Re: MBeans dev > Craig, > > Thank you for the explanation of that. Very cool deal. The server.xml is > pretty ugly to edit m

Why is Tomcat Javadoc bundled with Tomcat 4 ?

2002-01-28 Thread Petr Jiricka
Hi, I saw that Tomcat 4.0.2 beta 2 distribution contains directories webapps/tomcat-docs/catalina/docs/api and webapps/tomcat-docs/jasper/docs/api, which include Javadocs for Tomcat code. It seems to me that these are only of interest to developers who want to develop Tomcat and Tomcat extensions

[PATCH] Minor Jasper cleanup

2002-01-09 Thread Petr Jiricka
Hi, the following patch cleans up some relics and unused code from Tomcat 3.2. Petr Index: TagLibraryInfoImpl.java === RCS file: /home/cvspublic/jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/compil er/TagLibraryInfoImpl.

Re: Tomcat 3.3 or 4.0 under Netbeans 3.2 anyone?

2001-05-23 Thread Petr Jiricka
Neeme, I didn't try myself, but the basic scheme for debugging servlets is the following: 1) Modify the Tomcat startup script so JVM runs in the debugging mode - we use something like the following: C:\jdk1.3.1\jre\..\bin\java -classic -Xdebug -Xnoagent -Xrunjdwp:transport=d t_socket,address=pj

Re: [STATUS] Tomcat 3.2.2 beta 2

2001-03-27 Thread Petr Jiricka
Marc, thanks many times for making this happen. I would like to ask about the status of one particular issue. This is a long outstanding issue whose one effect is that you can not serve files with file names containing multibyte characters. I can still reproduce this problem in 3.2.2 b2. I talke

Re: Re: [report] Classloading problems between Catalina and Cocoon

2001-02-27 Thread Petr Jiricka
- Original Message - From: "frederic barachant" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 27, 2001 5:14 PM Subject: Re: Re: [report] Classloading problems between Catalina and Cocoon > Hi guys. > i've been watching the list for a week by now, to understand how

Re: [report] Classloading problems between Catalina and Cocoon

2001-02-27 Thread Petr Jiricka
- Original Message - From: "Pier P. Fumagalli" <[EMAIL PROTECTED]> To: "James Duncan Davidson" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Cc: "Cocoon" <[EMAIL PROTECTED]>; "Tomcat" <[EMAIL PROTECTED]>; "James Davidson" <[EMAIL PROTECTED]>; "Servlet API Experts" <[EMAIL PROTECTED]>; "JAXP Exp

JSP engine classname generation question

2001-01-17 Thread Petr Jiricka
Hi, the JSP engine behaves quite interestingly when it generates the classname for a servlet generated from a JSP (in Tomcat 3.2.x): The name of the class for a page included in another page depends on the uri used in the jsp:include action, so the same page may generate multiple classes. So if

RE: Web application security problem on windows

2000-12-01 Thread Petr Jiricka
Does not the following address this issue for Tomcat 3.2 ? (from $TOMCAT_HOME/doc/readme) 6.7 URL's are now case sensitive on all operating systems As of Tomcat 3.2, URL's are case sensitive for all operating systems, including operating systems which have case insensitive file systems, such as

RE: Tomcat 3.3 / 4.0 confusion, rant and plan...

2000-11-04 Thread Petr Jiricka
So what are our goals, anyhow ? I think we should concentrate on the following goals (in this order): 1) Provide a quality RI of Servlet 2.2/JSP 1.1. This is something that Tomcat 3.0 claimed to be, but until now we are still not quite sure ! 2) Provide a production quality implementation of Ser

Tomcat 3.2 release (again) ?

2000-10-30 Thread Petr Jiricka
Hi, I'd like to ask where the Tomcat 3.2 final release discussions are right now. It seemed that the last outstanding issue was the compilation under JDK 1.1, but that should be fixed now. So is there still something that needs to be fixed ? I would really appreciate if the release could happen