Jasper 4.1.24 tag

2003-03-26 Thread John Trollinger
Did jasper get a 4.1.24 tag when tomcat 4.1.24 got released, as I can see all the other 4.1.x tags but .24 Thanks, John - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [5.0] [PROPOSAL] Extra web.xml to declare compiled JSPs

2003-03-21 Thread John Trollinger
Remy, I think it would be nice to have a pre-compilier like JspC used to be. The precompile part of the jsp spec is just not that handy when trying to do builds and having ant tasks pass or fail based on the jsp and compiling jsp pages into servelts is not an option for everyone. John > -Ori

JSP Tag spec question

2003-03-04 Thread John Trollinger
I have a bodytag that extends BodyTagSupport If I call that tag without a body the doAfterBody() method never gets invoked. ie does not work but does work does not work does work (note the space between the tags) I tried to see what the spec says about this and from reading it I think th

RE: [4.1.21] Stability rating

2003-02-27 Thread John Trollinger
> -Original Message- > From: Remy Maucherat [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 27, 2003 10:52 AM > To: Tomcat Developers List > Subject: [4.1.21] Stability rating > > > > [ ] Alpha > [ ] Beta > [X] Stable (GA) > > > Please vote (after testing the release, if possib

RE: class-loading and java.endorsed.dirs

2003-02-21 Thread John Trollinger
There already is a java.endorsed.dirs set up it is common.lib/endorsed (atleast in the 4.1.x) and is documented AFAIK John > -Original Message- > From: Voytenko, Dimitry [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 21, 2003 1:35 PM > To: 'Tomcat Developers List' > Subject: RE: cla

RE: RequestDispatcher.forward() problem

2003-02-21 Thread John Trollinger
There is a single sign on in tomcat, but I have never used it. You might want to ask about it in the user mailing list [EMAIL PROTECTED] or better yet read the archives and see if this question has already been answered there. John > -Original Message- > From: Simon Senécal [mailto:[EMAI

RE: RequestDispatcher.forward() problem

2003-02-21 Thread John Trollinger
I am not sure if this helps, but a forward happens at the server so the server makes the forwarded request and returns the results to the browser, so the browser never knows the request has changed and therefor the URL in the browser will not change, on the other hand a redirect tells the browser t

RE: JDK 1.4 - again

2003-02-20 Thread John Trollinger
http://www.caucho.com/ It is pretty fast. A lot of ISPs seem to use it for providing jsp / servlets to their users. > -Original Message- > From: Steve Burrus [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 19, 2003 6:47 PM > To: Tomcat Developers List > Subject: Re: JDK 1.4 - aga

RE: [5.0.1-dev] Testing with JRockit 8

2003-02-13 Thread John Trollinger
I have a build from cvs of 5.0 running on RH 8 JDK 1.4.1 and have had no problems, but have not been doing performance testing. > -Original Message- > From: Remy Maucherat [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 13, 2003 9:18 AM > To: Tomcat Developers List > Subject: [5.0.1

Jasper race condition patch

2003-01-24 Thread John Trollinger
Thanks, John Trollinger --- /old/JspServletWrapper.java 2003-01-15 09:54:16.0 -0500 +++ /new/JspServletWrapper.java 2003-01-24 10:39:40.0 -0500 @@ -133,28 +133,27 @@ public Servlet getServlet() throws ServletException, IOException, FileNotFoundException

Fork set to true on jasper

2003-01-22 Thread John Trollinger
When setting fork to true on windows I get a Error running javac.exe compiler When looking at the stack trace it looks as if the classpath is too long and gets truncated at 1000 chars so the class can not be compiled. Does anyone know a work around for this, I tried the user list with no respon

A little help please

2003-01-08 Thread John Trollinger
Could someone familiar with Jasper please look at bug 15845. This is causing us problems and we found a work around but without the knowing why the code was running the way it was in the first place it is hard to validate that our solution will not have any adverse affects. Thanks, John -- To

RE: Problem with Socket closing

2002-12-12 Thread John Trollinger
See bug 12810 > -Original Message- > From: Greg Strobl [mailto:[EMAIL PROTECTED]] > Sent: Thursday, December 12, 2002 9:38 AM > To: '[EMAIL PROTECTED]' > Subject: Problem with Socket closing > > > Hi, > > Tomcat 4.1.12 > OS: W2K > JRE: Sun 1.4.1_01 (Originally found using 1.4.0) > >

Jasper Classloader question

2002-12-03 Thread John Trollinger
I am trying to access the jasper class loader directly. I want to do this so that I can get a jsp class file out of it at runtime vs having to do a jsp:include to call the jsp. I am having a little trouble getting through the jasper code and would like a little direction please. I know that I am

RE: Javac memory leak

2002-11-21 Thread John Trollinger
Well d/l optimizeit and realized it would take a few weeks for me to understand what it is trying to tell me.. > Just to double check against tomcat 4.1.12, the memory usage > seems normal to me John. After tomcat starts up, it is using > 23megs. My webapp loads when tomcat starts up, so you

RE: Javac memory leak

2002-11-21 Thread John Trollinger
cessarily constitute a memory > leak though. if you use a lot of static variables, that could > easily account for objects getting promoted to old memory > > peter > > > > John Trollinger wrote: > > > > When I run the examples with -verbose:gc this

RE: Javac memory leak

2002-11-21 Thread John Trollinger
the memory allocated > to Java is > > 58megs at the end, it doesn't mean it's actually using all of it > > actively. getting the GC output will tell you how much memory is > > being used, when GC runs and whether or not a fullGC ran. > > > > in past e

RE: Javac memory leak

2002-11-21 Thread John Trollinger
, otherwise it is a > problem in the jsp pages. > > Cheers > > Holger > - Original Message - > From: "John Trollinger" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, November 20, 2002 3:39 PM > Subject: Javac memory lea

RE: Javac memory leak

2002-11-20 Thread John Trollinger
gt; Subject: Re: Javac memory leak > > > > > John Trollinger wrote: > > > > We have 2, one is webdav and the other is our actual > application. We > > use a lot of custom tags and a lot of both types of > includes (when I > > say a lot we have jsp

RE: Javac memory leak

2002-11-20 Thread John Trollinger
ads when tomcat starts. All of my pages are dynamic with > all the text in resourceBundles. The dynamic data is > retrieved from a middle layer in XML format. JSTL is used to > get text from resourceBundles and parse the XML. > > I'm on win2K also. > > peter > >

RE: Javac memory leak

2002-11-20 Thread John Trollinger
for 1-10K requests > without any problems. My pages are heavy on JSTL, so they are > fairly heavy weight. > > Even when I run stress tests with 5K unique requests for 10K+ > requests, I haven't seen memory leaks. the number of JSP > range in 100-200 range. > >

RE: Javac memory leak

2002-11-20 Thread John Trollinger
ris or windows, but > isn't the leak only on linux? > > I thought jasper2 fixes the problem with > com.sun.tools.javac.Main since it uses the system native javac? > > > peter > > > John Trollinger wrote: > > > > Does anyone know if the javac memor

Javac memory leak

2002-11-20 Thread John Trollinger
Does anyone know if the javac memory leak still exists (1.4.1 docs say it does not). I have a test the goes through a bunch of jsp pages and if they are not precompiled I get a out of memory exception. Thanks, John -- To unsubscribe, e-mail: For additional command

RE: JSPC refactoring/documentation

2002-11-12 Thread John Trollinger
Has there or will there be any type of requirement gathering on jspc refactoring. I would like to help refactor this but would like to know what options need to be supported / added and which ones to remove. John -- To unsubscribe, e-mail: F

RE: [VOTE] Proposed jspc refactoring

2002-11-08 Thread John Trollinger
I have to disagree with this, jspc is a pre compiler, not a webapp packager. John > I agree that JSPC needs to be simplified and that the webapp > mode should be retained. But the webapp mode should allow > for a war file to be generated which is self contained > including the precompiled JS

RE: [VOTE] Proposed jspc refactoring

2002-11-07 Thread John Trollinger
I have to time to go through and fix all the options (including cleaning up the code) but I would like to see what options are actually used (or would like to be used if they work) I also have no problems maintaining jscp as I use it a lot and have customized it to do what I want. I would just

RE: [VOTE] Proposed jspc refactoring

2002-11-07 Thread John Trollinger
> > > +1 [ ] Remove the options > -1 [X] Do not remove the options > I think some of the options are useless and should go away, but some of them are (or could be usefull if they worked). Right now I don't think jspc meets many peoples needs, maybe it is time to find out the needs of users fo

RE: JSPC problems with webapp option

2002-11-06 Thread John Trollinger
There are some people that would like to precompile the webapp and then just deploy the generated servlets with there webapp, to remove this option would really hinder their ability to due this (although the package naming already makes this tough to do and there are patches floating around to allo

Problem with navigating faster that JSP pages can compile

2002-11-01 Thread John Trollinger
I did not want to create a bug for this, as I can not reproduct it with a simple example. We have a webapp that has some huge jsp pages that take a good while to compile. If you navigate to another page before the previous page finishes its compile sometime the new page will get a compile error.

Where have the 4.1x nightly builds

2002-10-22 Thread John Trollinger
I can not seem to find the nighly builds for 4.1.x have they moved and the links are just broken. Thanks, John -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: [5.0] [VOTE] Remove deprecated and unsupported components

2002-10-09 Thread John Trollinger
> > [ ] Remove deprecated org.apache.catalina.connector > components from the > j-t-catalina module > [X ] Leave them in > Atleast untill all the excessive log messages are removed from the coyote connectors (ie the socket error messages) or there is a way to disable them (ie give them a lo

RE: JSP Compilation Issues (Multiple Domains)

2002-10-01 Thread John Trollinger
ile JSP's don't get hit by the synchronize. > > Regards, > > Glenn > > John Trollinger wrote: > > Can we get the sync changes in the 4.1.x releases as we also have > > problems with this and currently maintain our own jasper code base > > with the sync cod

RE: JSP Compilation Issues (Multiple Domains)

2002-10-01 Thread John Trollinger
Can we get the sync changes in the 4.1.x releases as we also have problems with this and currently maintain our own jasper code base with the sync code in it. > -Original Message- > From: Kin-Man Chung [mailto:[EMAIL PROTECTED]] > Sent: Monday, September 30, 2002 9:47 PM > To: [EMAIL PRO

RE: How to run multiple instances of JSP pages/servlets in Tomcat?

2002-09-26 Thread John Trollinger
The servlet spec explains how to do this MyJspPage //MyJspPage.jsp configFile my.conf 1 > -Original Message- > From: Luca Ventura [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 26, 2002 10:50 AM

RE: [SECURITY] Apache Tomcat 4.x JSP source disclosure vulnerability

2002-09-25 Thread John Trollinger
Don't buy all the velocity hype.. It is not as great as they make it out to be. Please no flames from the velocity disiples as I will not respond. > -Original Message- > From: Bojan Smojver [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, September 24, 2002 6:23 PM > To: Tomcat Dev List > Su

System.out.println() calls in servlet init methods

2002-09-24 Thread John Trollinger
Can someone tell me why System.out.println() calls in the init methods of servlets do not make it out to the console at all. They will make it into a log file but never print to the console itself. System.out.println() calls in the doGet and doPost print out to the console as expected. Thanks,

RE: Jasper 2 Question

2002-09-20 Thread John Trollinger
To answer your original question, I do not believe there is any enhancements to add documentation back to the generated servelt code. If you would like to see this enhancement you can allways suggest it to the tomcat developers, or you could add the code in yourself and submit a patch. And don't

RE: Jasper 2 Question

2002-09-19 Thread John Trollinger
Nooo. No more velocity.. Please.. No more.. > -Original Message- > From: Jon Scott Stevens [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 19, 2002 1:48 PM > To: tomcat-dev > Subject: Re: Jasper 2 Question > > > on 2002/9/19 8:06 AM, "Lenny Karpel" <[EMAIL PROTECTED]> wrote:

RE: Bug 11091 has now been untouched for over a month

2002-09-04 Thread John Trollinger
Sean, The error still exists.. I fixed the directory structure and can get other exceptions to work fine, but when I though and map a javax.servlet.jsp.JspException it fails every time.. I think it happens before it checks to see where to forward the error as I have looked at that code in the j

[Patch] Jasper2 4.1.10 added sets and gets for some vars

2002-09-04 Thread John Trollinger
Changes for org.apache.jasper.JspC --- old/JspC.java 2002-08-21 13:56:03.0 -0400 +++ new/JspC.java2002-09-04 08:20:57.0 -0400 @@ -201,6 +201,18 @@ private boolean listErrors = false; private boolean showSuccess = false; +public void setListErrors(boolean b

RE: Spec question: RE BUG 12052

2002-08-28 Thread John Trollinger
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 28, 2002 1:04 PM > To: Tomcat Developers List > Subject: RE: Spec question: RE BUG 12052 > > > On Wed, 28 Aug 2002, John Trollinger wrote: > > > >

RE: Spec question: RE BUG 12052

2002-08-28 Thread John Trollinger
> -Original Message- > From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 28, 2002 12:15 PM > To: Tomcat Developers List > Subject: Re: Spec question: RE BUG 12052 > > > > > On 28 Aug 2002, Bojan Smojver wrote: > > > Date: 28 Aug 2002 23:27:18 +1000 > >

RE: Jasper 2 class files

2002-08-22 Thread John Trollinger
s generated for JSP > pages was very inefficient. The above change simplified Jasper and > improved its performance by 25%. > > Regards, > > Glenn > > John Trollinger wrote: > > Greg, > > > > I took this off of the bug tracking because it is not a bug and

RE: Jasper 2 class files

2002-08-21 Thread John Trollinger
vlets. Jasper 1 could do this, I provided some of the patches to make it work. The real test is to take all of the output from JspC and create a WAR file from it. Without the base jsp files. This WAR should operate in ANY servlet container. On Wednesday 21 August 2002 02:22 pm, John Trollinger

Jasper 2 class files

2002-08-21 Thread John Trollinger
Greg, I took this off of the bug tracking because it is not a bug and I thought there are people a lot smarter than me in this mailing list that could help answer you questions. I do not know how jasper differentiates between hello.jsp and /anydir/hello.jsp when the both compile to a class or

[patch] jasper2 4.1.9 - fixed the JspC to generate the class files in the right directory structure (bug 11891)

2002-08-21 Thread John Trollinger
This patch also changes the class file name stuff to eliminate unnecessary char escaping. --- old/JspCompilationContext.java 2002-08-21 08:55:23.0 -0400 +++ new/JspCompilationContext.java 2002-08-21 08:35:26.0 -0400 @@ -267,7 +267,7 @@ } for (int i =

getting patches commited

2002-08-21 Thread John Trollinger
If I add a patch to a bug does the patch still have to be submitted as a patch (via the [patch] subject line) to get into committers hands? Thanks, John -- To unsubscribe, e-mail: For additional commands, e-mail:

Jasper 2 jspc.bat and JspC.class

2002-08-20 Thread John Trollinger
I have been working on JspC.java to have it generate the .class files in the same directory structure that the jsp files are in ie /root/dir/test.jsp --> /root/dir/test_jsp.java --> /root/dir/test_jsp.class this is for compiling a webapp vs one file at a time. The proble

JspC / jspc.bat

2002-08-15 Thread John Trollinger
this or would anyone like to see it as a patch to Jasper 2 when I am done. If anyone knows why its behavior is like this and that it should not change please let me know as well. Thanks, John Trollinger -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands,

RE: HttpSession and CTRL-N / File > new > window

2002-08-12 Thread John Trollinger
Sorry, I hit the wrong to in address book.. just noticed that :-) -Original Message- From: Ian Darwin [mailto:[EMAIL PROTECTED]] Sent: Monday, August 12, 2002 10:23 AM To: Tomcat Developers List Subject: Re: HttpSession and CTRL-N / File > new > window On August 12, 2002 08:32 am, you

RE: HttpSession and CTRL-N / File > new > window

2002-08-12 Thread John Trollinger
not a new IE window from current IE. --- John Trollinger <[EMAIL PROTECTED]> wrote: > I have noticed that in IE if you do a CTRL-N to > bring up a new window in > IE it will have the same session as the currently > opened window. Is > there anyway around this.. or a way to cr

HttpSession and CTRL-N / File > new > window

2002-08-12 Thread John Trollinger
I have noticed that in IE if you do a CTRL-N to bring up a new window in IE it will have the same session as the currently opened window. Is there anyway around this.. or a way to create a new session in the second window. Thanks, John -- To unsubscribe, e-mail: F

RE: [PROPOSAL] Split the repo's

2002-07-18 Thread John Trollinger
[ ] I don't want the API's split into separate repo's [ ] I don't care [X] I want the API's split into separate repo's. -jon -- To unsubscribe, e-mail: For additional commands, e-mail: -- To unsubscribe, e-mail:

RE: That Cookie thing

2002-07-01 Thread John Trollinger
I have to disagree with the default as well.. as that can be dangerous to someone who simply forgot to supply the path.. this could cause security issues with where the cookie can be read.. the way is currently works if you forgot to provide the path a you will find out quickly that something is

Anyone know a way around this

2002-06-26 Thread John Trollinger
Generated servlet error: C:\WEBCTRL2_0\jspcache\testsystem\properties\lvl5\huge$jsp.java:30165: code too large for try statement } catch (Throwable t) { ^ C:\WEBCTRL2_0\jspcache\testsystem\properties\lvl5\huge$jsp.java:2969: code too large for try statement try { ^ An erro

RE: HA tomcat ( was: RE: 5.0 proposal)

2002-06-25 Thread John Trollinger
Although Pier is sometimes harsh with his words he does have some valid points. I would be nice for tomcat to be somewhat modular so if all you want is a servlet engine just get those components. This also goes with moving the CVS repositories.. so you can get only the modules you want and build

RE: [PROPOSAL] Minor fix for servletapi-4 GenericServlet

2002-06-12 Thread John Trollinger
There is another question here. When log() is called no default log level is assigned to it so there is no way to prevent log() messages from cluttering the log files. What about a change to allow the setting of the log level for the log() method in server.xml or web.xml (or even giving it a its

RE: [PROPOSAL] Tomcat 4 System.err/System.out logging

2002-05-21 Thread John Trollinger
The other problem with logging is that messages logged without a trace level are not given a default trace level so there is no way to stop those messages from being displayed. Why are messages not given a default log level if they are not created with one. John -Original Message- From:

Communication cross classloaders

2002-05-17 Thread John Trollinger
Is there anyway for one webapplication to get visablity to classes from a class loader in another web application? Thanks, John Trollinger -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

RE: Tomcat WebDav servlet and webapp properties

2002-05-16 Thread John Trollinger
Yeah.. It might.. Can you send it over to me.. [EMAIL PROTECTED] Thanks, John -Original Message- From: Nick Sharples [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 16, 2002 10:27 AM To: Tomcat Developers List Subject: Re: Tomcat WebDav servlet and webapp properties John Trollinger

Tomcat WebDav servlet and webapp properties

2002-05-16 Thread John Trollinger
figured so that it uses the tomcat/webapps/appone/directoryone as the root path when connected to by a webdav client. Is this even posible. Thanks John Trollinger -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>