AW: cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt

2002-05-17 Thread Hans Schmid
Hi I miss the following fix in there: Configuration: Bug No. Description 7520 Tomcat starts with title 3.3 instead of 3.3.1. Insert version string during build. Cheers, Hans -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 17.

RE: cvs commit: jakarta-tomcat-connectors/jk/conf workers2.properties

2002-05-17 Thread GOMEZ Henri
Good, now we've got a config example. The works on autoconf stuff goes farther. I could now generate build.properties from a build.properties.autoconf (I keep .sample untouched). The autoconf is more modularized, thanks to Doctor M4 Pier ;) - Henri Gomez ___[_] EMAIL :

How can I redirect only JSP pages to Tomcat?

2002-05-17 Thread Luca Ventura
Hello everybody! I have installed Tomcat 4 as servlet/JSP container fo IIS 5 but I haven't understood how to redirect to Tomcat only requests for JSP pages or servlets. I have found only the way to redirect entire sites but I would like to redirect only JSP pages and servlets and not html

DO NOT REPLY [Bug 9197] New: - Virtual Host not included in manager Application

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

RE: Conncurency issue with tomcat???

2002-05-17 Thread Ghorpade, Rajendra
Hi Remy, 1. Sometimes we see that the same session is started in two threads concurrently. That, I can imagine it could happen. I don't think it would, but at least I can imagine there could be a bug somewhere with the manager which would cause this. May be!But this happens only when there is

i want to create a file by beans on tomcat server

2002-05-17 Thread asim pandey
i am try to create a file through jsp beans. and try to put into webapps/ROOT but my program create the file some where else. So, give me some suggession ,from that i can create a file at my location = asim pandey __ Do You Yahoo!? LAUNCH -

[Kin-Man] Jasper compiling wrong stuff in the wrong place...

2002-05-17 Thread Pier Fumagalli
When I touch the clsr.jsp jsp example with Tomcat 4.0.4 (and before), Jasper tries to compile also the bean associated with it (although it wasn't modified)... My only problem is that it tries to compile it in the /WEB-INF/ directory of the application (and it doesn't have permissions to write

Re: How can I redirect only JSP pages to Tomcat?

2002-05-17 Thread Arshad Mahmood
Which connector are you using, with mod_jk you can simply issue a JkMount /mysite/* ajp13 to forward all requests under /mysite to Tomcat. Regards. - Original Message - From: Luca Ventura [EMAIL PROTECTED] To: tomcat-user [EMAIL PROTECTED]; tomcat-dev [EMAIL PROTECTED] Sent: Friday, May

Re: How can I redirect only JSP pages to Tomcat?

2002-05-17 Thread Arshad Mahmood
Ooops, should have read more carefully. The Tomcat-IIS howto contains the appropriate instructions on how to setup IIS to redirect a url to Tomcat. You need to look for this document under Tomcat 3.2.4 (should still be applicable to Tomcat 4 as you are using ajp12).. Regards. - Original

Where must I put the code of my application?

2002-05-17 Thread Luca Ventura
Hello! I have installed Tomcat 4 as servlet/jsp container and IIS as Web Server. I developed a Web application and I want to put it not in /webapps/examples folder of Tomcat but in another folder, for example /webapps/myproject. The problem is that when I try to connect to it IIS redirects

cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt

2002-05-17 Thread keith
keith 02/05/17 06:03:46 Modified:.RELEASE-NOTES-3.3.2.txt Log: Make a note of the new Ant code Revision ChangesPath 1.8 +6 -1 jakarta-tomcat/RELEASE-NOTES-3.3.2.txt Index: RELEASE-NOTES-3.3.2.txt

RE: cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt

2002-05-17 Thread GOMEZ Henri
(Re-) Open the log files with append, so that log rotation can be configured to be other than daily. + + Package an Ant compiler adapter that compiles JSPs with the correct + naming convention and an Ant task which creates .ver files. These +

R: How can I redirect only JSP pages to Tomcat?

2002-05-17 Thread Luca Ventura
Maybe I solved the problemI modified uriworkermap.properties in this way: # # Default worker to be used through our mappings # default.worker=ajp13 # # Sites to be redirected to Tomcat # /examples/*.jsp=$(default.worker) I obtained the effect to redirect to Tomcat only the .jsp pages of

RE: cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt

2002-05-17 Thread Keith Wannamaker
Yes, put build/tomcat/ant/tomcat-ant.jar in your classpath and do something like: property name=jspc value=org.apache.tomcat.ant.Tomcat3Precompiler / taskdef resource=ant.properties / target name=jsp jspc srcdir=/foo/jsps destdir=tomcat_work_path/webapps/foo uriroot=/foo/jsps

RE: cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt

2002-05-17 Thread GOMEZ Henri
Did you have a preliminary version available ? - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 -Original Message- From: Keith

RE: cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt

2002-05-17 Thread Keith Wannamaker
It's already checked in to Tomcat, so the jar is created when you do a build. Keith | -Original Message- | From: GOMEZ Henri [mailto:[EMAIL PROTECTED]] | Sent: Friday, May 17, 2002 8:26 AM | To: Tomcat Developers List | Subject: RE: cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt |

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: cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt

2002-05-17 Thread GOMEZ Henri
Excellent news ;) When is planned 3.3.2 release ? - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 -Original Message- From: Keith

DO NOT REPLY [Bug 9120] - JSPs hang for a short period

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

Re: [Kin-Man] Jasper compiling wrong stuff in the wrong place...

2002-05-17 Thread jean-frederic clere
Pier Fumagalli wrote: When I touch the clsr.jsp jsp example with Tomcat 4.0.4 (and before), Jasper tries to compile also the bean associated with it (although it wasn't modified)... My only problem is that it tries to compile it in the /WEB-INF/ directory of the application (and it doesn't

ant tools for 3.3 and dtomcat3/rc script

2002-05-17 Thread Jason Corley
Would it be possible to take Keith's tomcat3 JSP precompiler and add it as an option to dtomcat3 (and rc script for the RPM)? What I'm thinking of is being able to run: /etc/rc.d/init.d/tomcat3 precompile /etc/rc.d/init.d/tomcat3 start Henri you've probably already thought

RE: ant tools for 3.3 and dtomcat3/rc script

2002-05-17 Thread Keith Wannamaker
No, for a Tomcat which has already been installed, you should use the JspC tomcat option to precompile JSPs. What I did is to create an Ant task with the same functionality as the already-present JspC option, for use in build environments. Keith | -Original Message- | From: Jason

RE: ant tools for 3.3 and dtomcat3/rc script

2002-05-17 Thread GOMEZ Henri
No, for a Tomcat which has already been installed, you should use the JspC tomcat option to precompile JSPs. What I did is to create an Ant task with the same functionality as the already-present JspC option, for use in build environments. From my experience in production deployement having

RE: ant tools for 3.3 and dtomcat3/rc script

2002-05-17 Thread Jason Corley
Hmm, perhaps I'm a little confused (not that difficult to believe :-) but I thought jspc didn't create files with the proper naming scheme for tomcat. I thought the ant task was a wrapper around jspc that solves that problem (along with the other ant task you posted that creates the

RE: ant tools for 3.3 and dtomcat3/rc script

2002-05-17 Thread Keith Wannamaker
I agree that's why I wrote the task :-) Maybe I misuderstood Jason,.. thought he wanted to use the ant tool post-installation-- tomcat recompile would be a better option in that case, IMO. But, of course, the ant tool can be used, if ant is available. Keith | -Original Message- |

Tomca 4.1.2 startup problem

2002-05-17 Thread Nikolov. Dragomir
Hello! I am trying to start and test the latest tomcat 4.1.2, but I get the following exception in loading the admin web app. 2002-05-17 16:56:29 ContextConfig[/admin] Exception processing JAR at resource path /WEB-INF/lib/struts.jar javax.servlet.ServletException: Exception processing JAR at

RE: ant tools for 3.3 and dtomcat3/rc script

2002-05-17 Thread Keith Wannamaker
You've got it. I thought you were talking post-install, but, again, if Ant's available you can use the task whenever you wanted to. Keith | -Original Message- | From: Jason Corley [mailto:[EMAIL PROTECTED]] | Sent: Friday, May 17, 2002 9:50 AM | To: Tomcat Developers List | Subject:

(Known) Problems with WebappClassLoader

2002-05-17 Thread Eriksson, Michael
Hi all, I have come across two problems with the o.a.c.loader.WebappClassLoader (TC 4.03) that are currently major obstacles for me: 1) Sealed jars are not handled correctly. Cf. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8611. Is there any chance of the fix being ported to 4.0x? (I am

DO NOT REPLY [Bug 4023] - exceptions that terminate engine should be saved in a log

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

jk/native2 autoconf

2002-05-17 Thread GOMEZ Henri
Hi to all, I'm still working on cleaning the jk2 autoconf and I plan to drop (for now) the static build for Apache 1.3/2.0. This add unneeded complexity but the code will moved in a m4 macro file (jk_static_apache.m4). Thanks for your feedback - Henri Gomez ___[_]

DO NOT REPLY [Bug 9204] New: - Can't run Tomcat on IBM JRE 1.3.1

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

DO NOT REPLY [Bug 9197] - Virtual Host not included in manager Application

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

RE: cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt

2002-05-17 Thread Larry Isaacs
Hi Henri, I haven't thought that far. I'm pretty swamped at the moment. Soon I expect to have nightly builds working on a regular basis. Hopefully, in the not too distant future I can review what is appropriate to do and submit a plan. Cheers, Larry -Original Message- From: GOMEZ

Re: (Known) Problems with WebappClassLoader

2002-05-17 Thread Remy Maucherat
1) Sealed jars are not handled correctly. Cf. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8611. I'm inclined to port the latest CL changes to 4.0.x now, but it will be at the expense of an addtional TC 4.0.4 beta. 2) Class.getSigners () returns null instead of the signers. This is

Tomcat 4.0.3, WebdavServlet and Konqueror

2002-05-17 Thread Russ Trotter
Hello, I'm having a problem Tomcat's built-in WebdavServlet /webdav from Konqueror. basically, konq is just hanging trying to hit the base /webdav URL. I stepped through the WebdavServlet code and noticed it was hanging trying to parse XML data over a call to req.getInputStream(). My

Re: Switching javac for jasper 2

2002-05-17 Thread Kin-Man Chung
See below. Date: Thu, 16 May 2002 14:07:36 -0700 (PDT) From: [EMAIL PROTECTED] Subject: Re: Switching javac for jasper 2 X-X-Sender: [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED], Kin-Man Chung [EMAIL PROTECTED] MIME-version: 1.0 Delivered-to: mailing list [EMAIL

Re: [Kin-Man] Jasper compiling wrong stuff in the wrong place...

2002-05-17 Thread Kin-Man Chung
Pier, Long time no see/talk/eamil. How are you? Haven't seen that before, and no idea why it's so. You'll need to give me a test case. Why aren't you using jasper2 instead? Glenn's recompilation stuff works great! - Kin-man Date: Fri, 17 May 2002 11:54:38 +0100 From: Pier Fumagalli

Re: Switching javac for jasper 2

2002-05-17 Thread costinm
On Fri, 17 May 2002, Kin-Man Chung wrote: com.sun.tools.javac.Main doesn't seem to be in JDK1.2.x, and that's the target platform, isn't it ? I believe for 4.1.x, it should be 1.3.1 and above. Like I said, 1.2 javac is currently unsupported and deprecated in 1.3 and 1.4, and

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/naming/factory Constants.java DbcpDataSourceFactory.java

2002-05-17 Thread remm
remm02/05/17 10:39:27 Modified:catalina/src/share/org/apache/naming/factory Constants.java Removed: catalina/src/share/org/apache/naming/factory DbcpDataSourceFactory.java Log: - As suggested by Craig, use the DBCP factory from the commons package.

Re: [Kin-Man] Jasper compiling wrong stuff in the wrong place...

2002-05-17 Thread Pier Fumagalli
Kin-Man Chung [EMAIL PROTECTED] wrote: Long time no see/talk/eamil. How are you? I'm on this mailing list posting almost every day :) Haven't seen that before, and no idea why it's so. You'll need to give me a test case. Test case: touch

Re: [Kin-Man] Jasper compiling wrong stuff in the wrong place...

2002-05-17 Thread Remy Maucherat
Kin-Man Chung [EMAIL PROTECTED] wrote: Long time no see/talk/eamil. How are you? I'm on this mailing list posting almost every day :) Haven't seen that before, and no idea why it's so. You'll need to give me a test case. Test case: touch

[Coyote] 1.0 Final release ?

2002-05-17 Thread Remy Maucherat
I think there are no remaining issues with the core API, the TC 4 adapter and the HTTP/1.1 protocol handler. The last issue that needed to be addressed was the incompatibility with the daemon and some small behavior differences with the old HTTP/1.1 connector. I'd like to get this release out

Re: Switching javac for jasper 2

2002-05-17 Thread Remy Maucherat
On Fri, 17 May 2002, Kin-Man Chung wrote: I think the best solution for javac is to just bundle ant.jar and use it programmatically ( i.e. new Javac(), etc ). The introspection and hacks required to support multiple compilers are just too ugly - and they already have good solutions

Re: [Coyote] 1.0 Final release ?

2002-05-17 Thread costinm
On Fri, 17 May 2002, Remy Maucherat wrote: I think there are no remaining issues with the core API, the TC 4 adapter and the HTTP/1.1 protocol handler. The last issue that needed to be addressed was the incompatibility with the daemon and some small behavior differences with the old HTTP/1.1

Re: [Coyote] 1.0 Final release ?

2002-05-17 Thread Remy Maucherat
I have one small change - adding a new ActionCode for CLIENT_FLUSH - to notify jk layer that flush() was called explicitely by the user. It doesn't change any of the existing code, just add a field and a method. Let me know if I can quickly check it in. No problem, go ahead. After 1.0, we

Re: [PATCH] Re: [PROPOSAL] Modification of the code generated byJasper2

2002-05-17 Thread Kin-Man Chung
Denis, Glad that you agree. About the timing for the patch, I think now is OK. Jasper 2 is fairly stable and the only bug that may interact with our fix is 4964 and I already have a fix for it; but am hold off committing it because struts depends on this bug, and my fix would break it! :-( Now

Re: [Coyote] 1.0 Final release ?

2002-05-17 Thread Bill Barker
ballot [X] +1 [ ] -1 /ballot Remy -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: [Kin-Man] Jasper compiling wrong stuff in the wrong place...

2002-05-17 Thread Pier Fumagalli
Remy Maucherat [EMAIL PROTECTED] wrote: Thanks for the report Pier. I had been wondering for AGES why the CL would reload the webapp randomly after accessing a JSP, telling that a bean class had been modified. I couldn't find a reason why it was a bug (the logging I added to investigate this

cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat3 Tomcat3Response.java

2002-05-17 Thread costin
costin 02/05/17 12:49:03 Modified:coyote/src/java/org/apache/coyote ActionCode.java coyote/src/java/org/apache/coyote/tomcat3 Tomcat3Response.java Log: Added 2 ActionCodes ( not used for much at this moment except for experimentation ).

Re: [Coyote] 1.0 Final release ?

2002-05-17 Thread Amy Roh
+1 Amy -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Status of JK2

2002-05-17 Thread costinm
On Fri, 17 May 2002, Anthony W. Marino wrote: Costin, If you can give me an idea what I need to do to get it built/running with apache2/TC4.1.2/SuSE7.3 I would be more than happy to do some testing if not more. cvs co jakarta-tomcat-connectors cd jakarta-tomcat-connectors/jk Copy

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/config GeneratorApache2.java GeneratorJk2.java

2002-05-17 Thread costin
costin 02/05/17 14:38:12 Modified:jk/java/org/apache/jk/config GeneratorApache2.java GeneratorJk2.java Log: Few fixes to the configs. Revision ChangesPath 1.3 +10 -4

Re: Status of JK2

2002-05-17 Thread Anthony W. Marino
This is what I get when I do ant: BUILD FAILED /mydirpath/jakarta-tomcat-connectors/jk/native2/build.xml:90: Could not create task of type: so. Common solutions are to use taskdef to declare your task, or, if this is an optional task, to put the optional.jar in the lib directory of your ant

cvs commit: jakarta-tomcat-jasper/jasper2 build.xml

2002-05-17 Thread remm
remm02/05/17 15:12:07 Modified:jasper2 build.xml Log: - Copy ant.jar in the Tomcat binary, to be used by Jasper for compiling. Revision ChangesPath 1.4 +4 -0 jakarta-tomcat-jasper/jasper2/build.xml Index: build.xml

Re: Status of JK2

2002-05-17 Thread Remy Maucherat
This is what I get when I do ant: BUILD FAILED /mydirpath/jakarta-tomcat-connectors/jk/native2/build.xml:90: Could not create task of type: so. Common solutions are to use taskdef to declare your task, or, if this is an optional task, to put the optional.jar in the lib directory of your

[PATCH] Re: SSI Servlet has big problems

2002-05-17 Thread Dan Sandberg
Hi everyone. Here are more changes to the SSI code. I have a test case ( comparing SSI behavior to Apache by using .shtml files in different tomcat webapps / apache directories ) which I have not included because I'm not sure where to put manual test cases like this. If there is an

Re: Status of JK2

2002-05-17 Thread Anthony W. Marino
Remy, The result of ant in jk dir: /mydirpath/jakarta-tomcat-connectors/jk/build.xml:100: Could not find file /mydirpath/jakarta-tomcat-connectors/coyote/build/lib/tomcat-coyote.jar to copy. Anthony This is what I get when I do ant: BUILD FAILED

Re: Status of JK2

2002-05-17 Thread Bill Barker
Try ant all. - Original Message - From: Anthony W. Marino [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED]; Remy Maucherat [EMAIL PROTECTED] Sent: Friday, May 17, 2002 3:52 PM Subject: Re: Status of JK2 Remy, The result of ant in jk dir:

Re: Status of JK2

2002-05-17 Thread Anthony W. Marino
Are there other properties files that I need to adjust besides in jk and jk/native2 Thanks, Anthony Try ant all. - Original Message - From: Anthony W. Marino [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED]; Remy Maucherat [EMAIL PROTECTED] Sent: Friday, May

Re: Status of JK2

2002-05-17 Thread Anthony W. Marino
ant all in jk dir gives me the same error: /mydirpath/jakarta-tomcat-connectors/jk/build.xml:100: Could not find file /mydirpath/jakarta-tomcat-connectors/coyote/build/lib/tomcat-coyote.jar to copy. Anthony Try ant all. - Original Message - From: Anthony W. Marino [EMAIL

news

2002-05-17 Thread Tony Dahbura
John: I never heard anymore on the pooling stuff you and I were working on. Has there been any headway with Craig on this. Sorry I have been traveling some lately and may not be caught up on my emails. Tony John Holman wrote: At 04:28 04/01/02, Tony Dahbura wrote: I would like to see

Re: Status of JK2

2002-05-17 Thread Anthony W. Marino
Remy, With connector source from cvs (nothing compiled) what is the very least process I need to do in order to get jk2 for apache2/TC4.1.2/SuSE7.3? Thank You, Anthony Remy, The result of ant in jk dir: /mydirpath/jakarta-tomcat-connectors/jk/build.xml:100: Could not find file

Re: [PATCH] Re: [PROPOSAL] Modification of the code generated byJasper2

2002-05-17 Thread Denis Benoit
Mr Chung, I agree completely with your proposed change. Two arrays is all right for me. On Fri, 17 May 2002, Kin-Man Chung wrote: This way, the size of the stack is the maximum number of nesting of the tags, which should much smaller than the number of tags in the page. Such information is

Re: Status of JK2

2002-05-17 Thread costinm
On Fri, 17 May 2002, Anthony W. Marino wrote: ant all in jk dir gives me the same error: /mydirpath/jakarta-tomcat-connectors/jk/build.xml:100: Could not find file /mydirpath/jakarta-tomcat-connectors/coyote/build/lib/tomcat-coyote.jar to copy. You need to build coyote first ( cd

Re: Status of JK2

2002-05-17 Thread Anthony W. Marino
ant coyote in jtc results: BUILD FAILED /mydirpath/jakarta-tomcat-connectors/build.xml:17: /mydirpath/jakarta-tomcat-connectors/jk/build/WEB-INF/classes not found. Anthony On Fri, 17 May 2002, Anthony W. Marino wrote: ant all in jk dir gives me the same error:

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

2002-05-17 Thread kinman
kinman 02/05/17 16:44:00 Modified:jasper2/src/share/org/apache/jasper/compiler PageDataImpl.java Log: - Recreate the InputStream in case it is used twice. Revision ChangesPath 1.3 +10 -15

Re: [PATCH] Re: [PROPOSAL] Modification of the code generated byJasper2

2002-05-17 Thread Kin-Man Chung
Now, about the level of nesting, shouldn't the information be available through the PageInfo object? After all, the purpose of this class is A repository for various info about the page under compilation. And Generator currently has access to an instance of it. So, if PageInfo had

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

2002-05-17 Thread kinman
kinman 02/05/17 17:29:24 Modified:jasper2/src/share/org/apache/jasper/compiler PageInfo.java Validator.java Log: - Collect maximum tag nesting info and place it in PageInfo. Revision ChangesPath 1.4 +12 -3

Re: Status of JK2

2002-05-17 Thread Anthony W. Marino
Costin, Problem/Fixh: j-t-c/jk/build.xml is missing a mkdir for jk/build/WEB-INF/classes. Once I added the mkdir in build.xml I'm able to do ant coyote in j-t-c dir. Anthony : ant coyote in jtc results: BUILD FAILED /mydirpath/jakarta-tomcat-connectors/build.xml:17:

[FAQ] jGuru FAQ Update

2002-05-17 Thread Alex Chaffee
jGuru maintains FAQs and Forums on Servlets, JSP, and Tomcat (as well as many other Java topics). Here is an automated update on recent postings to Tomcat-related FAQs. Please direct flames and feedback to [EMAIL PROTECTED] . - Alex

Re: Status of JK2

2002-05-17 Thread costinm
On Fri, 17 May 2002, Anthony W. Marino wrote: I'm now running TC4.1.2 and want to use mod_jk2/apache2 for the early stages of my project however I'm not certain what the issues are or when it might become production quality or what I see the empty download areas set up for the

Re: Status of JK2

2002-05-17 Thread Anthony W. Marino
Costin, If you can give me an idea what I need to do to get it built/running with apache2/TC4.1.2/SuSE7.3 I would be more than happy to do some testing if not more. Thank You, Anthony On Fri, 17 May 2002, Anthony W. Marino wrote: I'm now running TC4.1.2 and want to use mod_jk2/apache2 for