Tomcat WebDav servlet and webapp properties

2002-05-16 Thread John Trollinger
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]

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

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

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

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:

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

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

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:[EMAIL

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:

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 ballot [ ] Alpha [ ] Beta [X] Stable (GA) /ballot Please vote (after testing the release, if

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 tag:test attr1=1/ does not work but tag:test attr1=1!-- some comment here --/tag:test does work tag:test attr1=1/tag:test does not work tag:test attr1=1 /tag:test

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

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

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

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

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: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED]

RE: HttpSession and CTRL-N / File new window

2002-08-12 Thread John Trollinger
, but 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 create a new session in the second

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

JspC / jspc.bat

2002-08-15 Thread John Trollinger
on 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, 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 problem

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: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

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

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

RE: Jasper 2 class files

2002-08-21 Thread John Trollinger
it. Without the base jsp files. This WAR should operate in ANY servlet container. On Wednesday 21 August 2002 02:22 pm, John Trollinger wrote: 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

RE: Jasper 2 class files

2002-08-22 Thread John Trollinger
%. Regards, Glenn John Trollinger wrote: 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

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 From: Bojan

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: Consider Apache running on port 80, forwarding

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

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

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

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

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 servlet servlet-nameMyJspPage/servlet-name jsp-file/mywebapp/MyJspPage.jsp/jsp-file init-param param-nameconfigFile/param-name param-valuemy.conf/param-value /init-param

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

RE: JSP Compilation Issues (Multiple Domains)

2002-10-01 Thread John Trollinger
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 code in it. -Original Message- From: Kin-Man Chung [mailto:[EMAIL PROTECTED]] Sent: Monday, September 30

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

2002-10-09 Thread John Trollinger
ballot [ ] Remove deprecated org.apache.catalina.connector components from the j-t-catalina module [X ] Leave them in /ballot 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

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: mailto:tomcat-dev-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-dev-help;jakarta.apache.org

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.

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

RE: [VOTE] Proposed jspc refactoring

2002-11-07 Thread John Trollinger
ballot +1 [ ] Remove the options -1 [X] Do not remove the options /ballot 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

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

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: mailto:tomcat-dev-unsubscribe;jakarta.apache.org For

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: mailto:[EMAIL PROTECTED] For additional

RE: Javac memory leak

2002-11-20 Thread John Trollinger
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 memory leak still exists (1.4.1 docs say it does not). I have a test the goes through a bunch of jsp

RE: Javac memory leak

2002-11-20 Thread John Trollinger
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. peter John Trollinger wrote: We are using Tomcat 4.1.12 on windows and when running

RE: Javac memory leak

2002-11-20 Thread John Trollinger
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 John Trollinger wrote: If the pages are precompiled I do not have any problems

RE: Javac memory leak

2002-11-20 Thread John Trollinger
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 pages that include over 500 other jsp pages, and no, this is not my design

RE: Javac memory leak

2002-11-21 Thread John Trollinger
. Cheers Holger - Original Message - From: John Trollinger [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, November 20, 2002 3:39 PM Subject: Javac memory leak Does anyone know if the javac memory leak still exists (1.4.1 docs say it does not). I have a test the goes

RE: Javac memory leak

2002-11-21 Thread John Trollinger
all the example pages tomcat's memory allocation is around 45megs. peter John Trollinger wrote: Ok, I did some testing running 4.1.14 as a service... Now my knowledge of memory management is not so good so this might mean nothing. When running as a service

RE: Javac memory leak

2002-11-21 Thread John Trollinger
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 is what I get (just the snippits at the end) From uncompiled jsp pages [GC 14707K-13665K(28412K), 0.0059002

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 your

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

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) I am seeing a

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

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

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