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

2002-09-05 Thread Remy Maucherat
Bill Barker wrote: - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, September 04, 2002 11:48 AM Subject: cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat5 CoyoteResponse.java bobh2002/09/04 11:48:08

DO NOT REPLY [Bug 12322] - Port *.8080 in LISTEN state after tomcat shutdown

2002-09-05 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=12322. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: Problem with individual jars and Security Manager in TC4.1.10

2002-09-05 Thread Remy Maucherat
Renato wrote: Hi all, I'm trying to upgrade a production installation running TC 4.0.4 to lastest 4.1.10. So far, so good ( still using Jasper 1 ), but I think there is a problem with the configuration of catalina.policy for individual jar files. On catalina.policy it says to use:

DO NOT REPLY [Bug 12306] - Tomcat 4.1.10-LE-JDK14 admin webapp doesnt work

2002-09-05 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=12306. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat4 CoyoteResponse.java

2002-09-05 Thread remm
remm2002/09/05 00:58:32 Modified:coyote/src/java/org/apache/coyote/tomcat4 CoyoteResponse.java Log: - Implement what Bill suggested, using MimeHeaders.values(String). Sorry for implementing it the wrong way the first time around. - This fixes the

cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat5 CoyoteResponse.java

2002-09-05 Thread remm
remm2002/09/05 00:58:42 Modified:coyote/src/java/org/apache/coyote/tomcat5 CoyoteResponse.java Log: - Implement what Bill suggested, using MimeHeaders.values(String). Sorry for implementing it the wrong way the first time around. - This fixes the

cvs commit: jakarta-tomcat-connectors/jk/xdocs/jk buildjk.xml configjk.xml

2002-09-05 Thread hgomez
hgomez 2002/09/05 01:37:43 Removed: jk/xdocs/jk buildjk.xml configjk.xml Log: Remove build and config for apache, will be present in a same file, aphowto.xml PS: first time commiting from eclipse IDE... -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

cvs commit: jakarta-tomcat-connectors/jk/xdocs/jk neshowto.xml aphowto.xml iishowto.xml

2002-09-05 Thread hgomez
hgomez 2002/09/05 01:38:50 Added: jk/xdocs/jk neshowto.xml aphowto.xml iishowto.xml Log: Reworked documents for Apache, IIS, NES Revision ChangesPath 1.1 jakarta-tomcat-connectors/jk/xdocs/jk/neshowto.xml Index: neshowto.xml

cvs commit: jakarta-tomcat-connectors/jk/xdocs menu.idx style.xsl.in style.css.in index.xml

2002-09-05 Thread hgomez
hgomez 2002/09/05 01:39:26 Modified:jk/xdocs menu.idx style.xsl.in style.css.in index.xml Log: Update to new jk docs layout, colors and entries Revision ChangesPath 1.5 +3 -1 jakarta-tomcat-connectors/jk/xdocs/menu.idx Index: menu.idx

cvs commit: jakarta-tomcat-4.0 RELEASE-NOTES-4.1.txt

2002-09-05 Thread remm
remm2002/09/05 02:00:11 Modified:.RELEASE-NOTES-4.1.txt Log: - Update release notes. - Mention the admin webapp as beta (instead of alpha). I personally think it's good/polished enough to be called a beta. Glenn ? Revision ChangesPath 1.18 +54 -1

cvs commit: jakarta-tomcat-connectors/jk/xdocs/images mod_jk.jpeg

2002-09-05 Thread hgomez
hgomez 2002/09/05 02:24:43 Modified:jk/xdocs/images mod_jk.jpeg Log: New logo, candidate #1 for mod_jk logo ? Revision ChangesPath 1.2 +20 -20jakarta-tomcat-connectors/jk/xdocs/images/mod_jk.jpeg Binary file -- To unsubscribe, e-mail:

Re: cvs commit: jakarta-tomcat-connectors/jk/xdocs/images mod_jk.jpeg

2002-09-05 Thread Henri Gomez
[EMAIL PROTECTED] wrote: hgomez 2002/09/05 02:24:43 I'm still working on jk documentation for jk 1.2.0 release. I switched to this logo (the surfing cat with text), but we could get another one when we'll see the poll results -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For

cvs commit: jakarta-tomcat-4.0 RELEASE-NOTES-4.1.txt

2002-09-05 Thread remm
remm2002/09/05 02:32:34 Modified:.RELEASE-NOTES-4.1.txt Log: - Encourage users to use Jasper 2. Revision ChangesPath 1.19 +7 -3 jakarta-tomcat-4.0/RELEASE-NOTES-4.1.txt Index: RELEASE-NOTES-4.1.txt

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler Generator.java

2002-09-05 Thread remm
remm2002/09/05 02:39:16 Modified:jasper2/src/share/org/apache/jasper/compiler Tag: tomcat_4_branch Generator.java Log: - Force the convesion of the value to a string. - Note: I am not convinced this is a compliance issue (and it looks like bad design

RE: cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler Generator.java

2002-09-05 Thread Richard Atkinson
Thanks Remy, I was just looking at possible fixes. Bad design, maybe. I'll bear it in mind and review my usage. Regards, Richard... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 05, 2002 10:39 To: [EMAIL PROTECTED] Subject: cvs commit:

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/loader WebappClassLoader.java

2002-09-05 Thread remm
remm2002/09/05 04:38:59 Modified:catalina/src/share/org/apache/catalina/loader WebappClassLoader.java Log: - Port patch. - Fix bug where external repositories were not used. Patch submitted by David Oxley dave at staffplanner.co.uk - getURL

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core ApplicationContext.java MappingRequest.java

2002-09-05 Thread remm
remm2002/09/05 05:06:08 Modified:catalina/src/share/org/apache/catalina/core ApplicationContext.java MappingRequest.java Log: - Remove references to deprecated components. Revision ChangesPath 1.2 +4 -12

cvs commit: jakarta-tomcat-connectors/jk/xdocs/jk domhowto.xml

2002-09-05 Thread hgomez
hgomez 2002/09/05 05:51:26 Added: jk/xdocs/jk domhowto.xml Log: Domino/JK initial documentation Revision ChangesPath 1.1 jakarta-tomcat-connectors/jk/xdocs/jk/domhowto.xml Index: domhowto.xml

jk doc works in progress

2002-09-05 Thread Henri Gomez
For those of you interested in seeing the jk documentation in progress just go to : http://jakarta.apache.org/~hgomez/jk_docs/ This documentation include jk and jk2 even if I'm focusing on jk to be ready for mod_jk 1.2.0 release Regards -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED]

DO NOT REPLY [Bug 12286] - NullPointerException in JDBCStore (fix included)

2002-09-05 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=12286. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

[GUMP] adapt jasper-*.jar locations to new layout(?)

2002-09-05 Thread Stefan Bodewig
Hi, jasper seems to have moved from dist/shared to dist/common recently, this makes Gump suspect that Tomcat-4 is not building completely. The patch below makes Gump find Jasper again. Stefan Index: gump.xml === RCS file:

DO NOT REPLY [Bug 12322] - Port *.8080 in LISTEN state after tomcat shutdown

2002-09-05 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=12322. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-4.0 gump.xml

2002-09-05 Thread remm
remm2002/09/05 06:39:47 Modified:.gump.xml Log: - Jasper is in common/lib - Patch submitted by Stefan Bodewig Revision ChangesPath 1.13 +2 -2 jakarta-tomcat-4.0/gump.xml Index: gump.xml

Re: cvs commit: jakarta-tomcat-4.0 gump.xml

2002-09-05 Thread Stefan Bodewig
Thanks Stefan -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-tomcat-catalina gump.xml

2002-09-05 Thread bobh
bobh2002/09/05 06:46:12 Added: .gump.xml Log: - initial entry Revision ChangesPath 1.1 jakarta-tomcat-catalina/gump.xml Index: gump.xml === module

cvs commit: jakarta-tomcat-5 gump.xml

2002-09-05 Thread remm
remm2002/09/05 06:46:36 Modified:.gump.xml Log: - Port patch. Revision ChangesPath 1.4 +2 -2 jakarta-tomcat-5/gump.xml Index: gump.xml === RCS file:

cvs commit: jakarta-tomcat-connectors/jk build.xml

2002-09-05 Thread hgomez
hgomez 2002/09/05 08:08:36 Modified:jk build.xml Log: Do not copy xdocs stuffs present also in subdirs Revision ChangesPath 1.51 +6 -6 jakarta-tomcat-connectors/jk/build.xml Index: build.xml

[TC 4.0] How can I obtain the state of the tomcat server?

2002-09-05 Thread Evans, Terry G
I am developing a Java application that is designed to start up a Tomcat server and a web browser. I don't want the web browser to start up until the Tomcat server is running, but I don't want to put in an arbitrary sleep time between starting the server and starting the web browser. Is there a

RE: [TC 4.0] How can I obtain the state of the tomcat server?

2002-09-05 Thread Shapira, Yoav
Hi, The state of the server process can be many things. It can be the server process is alive, it can be that the host/port respond to requests, and it can be that your app is actually available for work. All of these can be checked in various ways. Which one were you interested in? What would

DO NOT REPLY [Bug 12335] New: - Problem with Bug 4352 also exists with the JNDIRealm

2002-09-05 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=12335. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-catalina gump.xml

2002-09-05 Thread bobh
bobh2002/09/05 08:53:52 Modified:.gump.xml Log: - try to get some of the directories fixed - remove references to jasper and other unavailable files Revision ChangesPath 1.2 +1 -9 jakarta-tomcat-catalina/gump.xml Index: gump.xml

RE: [TC 4.0] How can I obtain the state of the tomcat server?

2002-09-05 Thread Evans, Terry G
I need to know when the server is available for work. Our product does not use startup servlets nor context listeners. We display simple HTML documents on a browser once the Tomcat server has started. My ideal solution would be that my Java application would fire off the Tomcat server (we're

Re: cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler Generator.java

2002-09-05 Thread Paul Speed
+ return java.net.URLEncoder.encode(\\ + + v + ); I know I'm being pedantic, but it's a small pet peeve of mine. :) How about: return java.net.URLEncoder.encode( String.valueOf(v) ); Should do the same thing without all the behind-the-scenes StringBuffer stuff. -Paul

Re: [TC 4.0] How can I obtain the state of the tomcat server?

2002-09-05 Thread Stefanos Karasavvidis
how about checking a url of the server unitl it gives a 200 response code?? Stefanos Evans, Terry G wrote: I need to know when the server is available for work. Our product does not use startup servlets nor context listeners. We display simple HTML documents on a browser once the Tomcat

RE: [TC 4.0] How can I obtain the state of the tomcat server?

2002-09-05 Thread Sean Reilly
You can write a javax.servlet.ServletContextListener which sends a callback of some sort to your application code. If you specify your implementation in the web.xml of a web application like so: listener listener-classcom.foo.MyListener/listener-class /listener then tomcat will call the

cvs commit: jakarta-servletapi-5/jsr152/src/share/javax/servlet/jsp/tagext TagAdapter.java

2002-09-05 Thread kinman
kinman 2002/09/05 10:28:13 Modified:jsr152/src/share/javax/servlet/jsp/tagext TagAdapter.java Log: - Patch by Jan Luehe Fix getParent(), to avoid IllegalArgumentException when wrapping null parent in TagAdapter. Revision ChangesPath 1.4 +22 -16

DO NOT REPLY [Bug 12341] New: - JAASRealm could not load LoginModule

2002-09-05 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=12341. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-5 gump.xml

2002-09-05 Thread bobh
bobh2002/09/05 11:22:21 Modified:.gump.xml Log: - depend on jakarta_tomcat_jasper_tc5, not ...tc4 Revision ChangesPath 1.5 +1 -1 jakarta-tomcat-5/gump.xml Index: gump.xml ===

DO NOT REPLY [Bug 12321] - StackOverflow Exception when a tag defined by a tag file is called within a tag file

2002-09-05 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=12321. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler ImplicitTagLibraryInfo.java

2002-09-05 Thread luehe
luehe 2002/09/05 12:05:23 Modified:jasper2/src/share/org/apache/jasper/compiler ImplicitTagLibraryInfo.java Log: Fixed 12321: StackOverflow Exception when a tag defined by a tag file is called within a tag file Fix includes optimization

DO NOT REPLY [Bug 12343] New: - Dynamic Attributes specified via jsp:attribute not recognized if specified as body content

2002-09-05 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=12343. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler Generator.java

2002-09-05 Thread Paul Speed
Paul Speed wrote: + return java.net.URLEncoder.encode(\\ + + v + ); I know I'm being pedantic, but it's a small pet peeve of mine. :) How about: return java.net.URLEncoder.encode( String.valueOf(v) ); So much for attention to details... return

StandardSession.setAttribute() does not conform to the servlet spec

2002-09-05 Thread Pablo Morales
Hello, I found a little problem in StandardSesssion.java. I hope this is the correct place to send it to. Acording to section SVR.7.4 of the servlet spec: The valueBound method must be called before the object is made available via the getAttribute method of the HttpSession interface. The

DO NOT REPLY [Bug 12346] New: - Constant Refreshes crash Web Applications in TOMCAT

2002-09-05 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=12346. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 12346] - Constant Refreshes crash Web Applications in TOMCAT

2002-09-05 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=12346. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: DO NOT REPLY [Bug 12346] - Constant Refreshes crash Web Applications in TOMCAT

2002-09-05 Thread Robert Priest
I set the Priority on this bug. But If I was not supposed to do that, please forgive me. I was not sure. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 05, 2002 5:11 PM To: [EMAIL PROTECTED] Subject: DO NOT REPLY [Bug 12346] - Constant

DO NOT REPLY [Bug 12346] - Constant Refreshes crash Framed Web Applications in TOMCAT

2002-09-05 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=12346. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: cvs commit: jakarta-tomcat-4.0 RELEASE-NOTES-4.1.txt

2002-09-05 Thread Glenn Nielsen
[EMAIL PROTECTED] wrote: remm2002/09/05 02:00:11 Modified:.RELEASE-NOTES-4.1.txt Log: - Update release notes. - Mention the admin webapp as beta (instead of alpha). I personally think it's good/polished enough to be called a beta. Glenn ? Beta is

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/servlets CGIServlet.java

2002-09-05 Thread amyroh
amyroh 2002/09/05 14:46:54 Modified:catalina/src/share/org/apache/catalina/servlets CGIServlet.java Log: Better fix for bugzilla 12041 running an extra thread to deal with STDERR - submitted by Yair Lenga [EMAIL PROTECTED]. Also fix for CGI scripts

DO NOT REPLY [Bug 12322] - Port *.8080 in LISTEN state after tomcat shutdown

2002-09-05 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=12322. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 12231] - CGI scripts in Rexx receive no input in POST

2002-09-05 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=12231. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 5899] - HTTP POST parameters ignored in CGIServlet.java

2002-09-05 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=5899. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Manger problem when integrate Tomcat 4 with IIS

2002-09-05 Thread Shan Fu
Tomcat 4.0.4 and IIS 5 on Windows 2000 professional is successfully installed and integrated. Example application runs well. When I try to access manager, a authentication challenge window popped up - everything is ok till this time - but the problem is that I got a three field window instead of

DO NOT REPLY [Bug 5899] - HTTP POST parameters ignored in CGIServlet.java

2002-09-05 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=5899. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 5899] - HTTP POST parameters ignored in CGIServlet.java

2002-09-05 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=5899. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/servlets CGIServlet.java

2002-09-05 Thread amyroh
amyroh 2002/09/05 15:28:16 Modified:catalina/src/share/org/apache/catalina/servlets CGIServlet.java Log: Port CGI changes to Tomcat 5. Revision ChangesPath 1.3 +104 -92

DO NOT REPLY [Bug 12343] - Dynamic Attributes specified via jsp:attribute not recognized if specified as body content

2002-09-05 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=12343. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

[5][PATCH]o.a.j.runtime.* import in gen'd JSP

2002-09-05 Thread Steve Downey
Generated JSP classes import org.apache.jasper.runtime.*. According to the JSP spec the default imports should be java.lang.*, javax.servlet.*, javax.servlet.jsp.* and javax.servlet.http.*. The classes from o.a.j.runtime should be fully qualified, rather than imported. As far as I can tell,

RE: jk doc works in progress

2002-09-05 Thread Mladen Turk
One suggestion. I would use the align=left for most of the tables showing config or console cause it would look much better, but that's my opinion. For those of you interested in seeing the jk documentation in progress just go to : http://jakarta.apache.org/~hgomez/jk_docs/ This