cvs commit: jakarta-tomcat-jasper/jasper34/tools - New directory

2001-05-28 Thread costin
costin 01/05/27 23:47:28 jakarta-tomcat-jasper/jasper34/tools - New directory

cvs commit: jakarta-tomcat-jasper/jasper34/tools manifest.jspc

2001-05-28 Thread costin
costin 01/05/27 23:48:15 Modified:jasper34 build.xml jasper34/generator/org/apache/jasper34/generator SetPropertyGenerator.java jasper34/runtime/org/apache/jasper34/runtime JspRuntimeLibrary.java Added:

RE: java.rmi.UnmarshalException

2001-05-28 Thread Bartsch Axel
Hi, Have you also copied the class ..._skel.class into that directory? And secondly the classes STUB and SKEL have to correspond on the server and client side! Axel Lannion/France -Original Message- From: Kleegrewe Christian [SMTP:[EMAIL PROTECTED]] Sent: vendredi 25 mai 2001

RE: java.rmi.UnmarshalException

2001-05-28 Thread Kleegrewe Christian
Hi Axel! Yes there is a corresponding _SKEL.class file in the same directory. When I rebuild my system both classes are generated by rmic. Christian -Original Message- From: Bartsch Axel [mailto:[EMAIL PROTECTED]] Sent: Monday, May 28, 2001 8:58 AM To: '[EMAIL PROTECTED]' Subject: RE:

Re: synchronize keyword may produce deadlocks.

2001-05-28 Thread Paul Speed
You do know your code has a typo that will cause deadlocks, don't you? See below... [EMAIL PROTECTED] wrote: Hi, The synchronize call may deadlock due to thread starvation. This is present in all versions of java on all platforms i could test (jdk 1.1 thru 1.4b on win/sol/lin) Example

RE: jsp compacter to be released

2001-05-28 Thread Paulo Gaspar
Triming heading and trailing whitespace for each line of text does (most of) the trick with very minimal code. I am doing that to Velocity templates. Have fun, Paulo Gaspar -Original Message- From: Carlos Gaston Alvarez [mailto:[EMAIL PROTECTED]] Sent: Saturday, May 26, 2001 6:25 AM

RE: Vacation

2001-05-28 Thread GOMEZ Henri
The buffers do belong to jakarta-tomcat-connectors/util, and in a perfect world we wouldn't have them duplicated - 3.3 should only use what's in connectors. I wouldn't mind making tomcat-connectors/util the master source for the buffer stuff, but it needs some changes in the build

RE: cvs commit:jakarta-tomcat/src/share/org/apache/tomcat/util/buf DateTool.java

2001-05-28 Thread GOMEZ Henri
It has all to do with standards. Tabs have been used for indentation for at least the last 15 years ( that's when I started playing with computers- and the tab was there ). But the point is that we're using SPACES... Since _EVER_... Discussion closed. I really doubt you guys have

RE: connector status in tomcat 4

2001-05-28 Thread GOMEZ Henri
My question is what the status is on the apache connector in tomcat 4. I've been testing Jakarta 4 in standalone mode and is very pleased with it, but we can't run it like that once we release the system for all our students.. ;) There is actually 2 connectors for Apache Tomcat 4.0 : -

Re: connector status in tomcat 4

2001-05-28 Thread kevin seguin
GOMEZ Henri wrote: My question is what the status is on the apache connector in tomcat 4. I've been testing Jakarta 4 in standalone mode and is very pleased with it, but we can't run it like that once we release the system for all our students.. ;) There is actually 2 connectors for

RE: connector status in tomcat 4

2001-05-28 Thread Erik Hellman
Ok, so which one would you say should has highest priority? Having a quick look at the CVS repository I see jakarta-tomcat-connectors, which contains the jk-park, and in jakarta-tomcat I see the warp/webapp. Is this right? Won't ajp13/jk be included in tc4? Is it going to be replaced by

RE: jsp compacter to be released

2001-05-28 Thread Carlos Gaston Alvarez
I can modify it. It is not dificult. But the main idea was not to run it for every page but to run it only once, when the page is been loaded to be compiled. That way it would save proccessing time. To put it as a tag library was an idea that came later so everyone could use it. (inside the cache

Re: connector status in tomcat 4

2001-05-28 Thread kevin seguin
Ok, so which one would you say should has highest priority? that probably depends on who you ask ;-) Having a quick look at the CVS repository I see jakarta-tomcat-connectors, which contains the jk-park, and in jakarta-tomcat I see the warp/webapp. Is this right? Won't ajp13/jk be

Re: connector status in tomcat 4

2001-05-28 Thread Dave Oxley
I thought the idea of warp/webapp was that it was to support servlet api 2.3 and ajp/jk couldn't eaily be modified to support the new specs. Dave [EMAIL PROTECTED] From: kevin seguin [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: connector status in tomcat 4

RE: connector status in tomcat 4

2001-05-28 Thread GOMEZ Henri
I thought the idea of warp/webapp was that it was to support servlet api 2.3 and ajp/jk couldn't eaily be modified to support the new specs. What's the supposed features in 2.3 that ajp/jk couldn't support ? At least there will be in ajp14/jk the autoconfig (ie list of URL/URI handled ) =

RE: connector status in tomcat 4

2001-05-28 Thread Dave Oxley
In that case, what is the point of warp. Is it going to be faster, more scalable or something? If not why was it created? Dave [EMAIL PROTECTED] From: GOMEZ Henri [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: connector status in tomcat 4 Date: Mon, 28 May

Re: connector status in tomcat 4

2001-05-28 Thread kevin seguin
Dave Oxley wrote: I thought the idea of warp/webapp was that it was to support servlet api 2.3 and ajp/jk couldn't eaily be modified to support the new specs. i don't know all of the details of warp/webapp. my main point was, both ajp and warp/webapp will be usable with tc 4. as a user,

RE: connector status in tomcat 4

2001-05-28 Thread GOMEZ Henri
In that case, what is the point of warp. Is it going to be faster, more scalable or something? warp is a whole new developpement using very recent lib tools like APR. If not why was it created? That's a good question and who has the answer ? Dave [EMAIL PROTECTED] From: GOMEZ Henri

RE: connector status in tomcat 4

2001-05-28 Thread Erik Hellman
Ok, another question then. What is it that the connector has to be able to do? Is it sufficient if it simply can forward the HTTP request to tomcat or does it need to play around with it? I guess it must do something or the disscusion on ajp13/jk and warp/webapp wouldn't be. // Erik

Re: connector status in tomcat 4

2001-05-28 Thread kevin seguin
Erik Hellman wrote: Ok, another question then. What is it that the connector has to be able to do? Is it sufficient if it simply can forward the HTTP request to tomcat or does it need to play around with it? I guess it must do something or the disscusion on ajp13/jk and warp/webapp

[PATCH] JSP Reload patch

2001-05-28 Thread Tuukk4 |[:)-| p4s4n3n
hey, I'm sorry but i'm such a lamer with this CVS so i hope everything goes well. i think files should be as attachmets /you can flame me down now/ So the paches make Tomcat 4.0 b6 to reload JSP classes as Servlet classes allready do.. Tuukka --- --Me olemme keskella jotain. jossa olemme

tab vs spaces

2001-05-28 Thread Carlos Gaston Alvarez
Is there any good code formatter that fills our needs? May be we can automate it in the checkin diff proccesses. Chau, Gaston

Re: tab vs spaces

2001-05-28 Thread Jon Stevens
on 5/28/01 4:51 PM, Carlos Gaston Alvarez [EMAIL PROTECTED] wrote: Is there any good code formatter that fills our needs? May be we can automate it in the checkin diff proccesses. Chau, Gaston It isn't something that can be automated on the server side. The problem is that a decision

Re: [SERVLET-INTEREST] ANNOUNCEMENT: Tomcat bundled with webmailengine.

2001-05-28 Thread Christian Rauh
Dear Pete, I got very interested in the Andere product but cannot connecto to either the product site, or your company's site. How may I reach info on Andere? Christian Rauh NewTrade Bonham Pete wrote: Hi, Aliaron's product company - Andere ( www.andere.com ) - has made Andere/iS freely

Re: synchronize keyword may produce deadlocks.

2001-05-28 Thread yhs1634
You do know your code has a typo that will cause deadlocks, don't you? See below... SNIP arrgh. i screwed that one up. correcting the typo allows the code to run fine. ok..i cant prove it with my example code, but under heavy loads the deadlock does occurunfortunately im not yet ready to

Re: connector status in tomcat 4

2001-05-28 Thread Pier P. Fumagalli
Dave Oxley at [EMAIL PROTECTED] wrote: In that case, what is the point of warp. Is it going to be faster, more scalable or something? If not why was it created? It has a completely different architecture and approach to the problem of passing HTTP requests between two endpoints in remote

Re: connector status in tomcat 4

2001-05-28 Thread Pier P. Fumagalli
Erik Hellman at [EMAIL PROTECTED] wrote: Ok, another question then. What is it that the connector has to be able to do? Is it sufficient if it simply can forward the HTTP request to tomcat or does it need to play around with it? I guess it must do something or the disscusion on ajp13/jk

Re: connector status in tomcat 4

2001-05-28 Thread Pier P. Fumagalli
GOMEZ Henri at [EMAIL PROTECTED] wrote: In that case, what is the point of warp. Is it going to be faster, more scalable or something? warp is a whole new developpement using very recent lib tools like APR. And a bunch of other features and improvements, but it seems that no one ever

Re: connector status in tomcat 4

2001-05-28 Thread egcs12md
Where to download ajp13/jk ajp14/jk connectors for Apache Tomcat 4.0 ? - Original Message - From: kevin seguin [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, May 28, 2001 9:04 PM Subject: Re: connector status in tomcat 4 GOMEZ Henri wrote: My question is what

cvs commit: jakarta-tomcat/src/share/org/apache/jasper/runtime BodyContentImpl.java

2001-05-28 Thread marcsaeg
marcsaeg01/05/28 17:55:33 Modified:src/share/org/apache/jasper/runtime Tag: tomcat_32 BodyContentImpl.java Log: Larry found this one while comparing 3.2.2 with 3.3. Hopefully this is the last time we need to 'fix' this buffer sizing problem. Revision

FW: 404 Not Found

2001-05-28 Thread Pier P. Fumagalli
-- Forwarded Message From: Deshpande Anand [EMAIL PROTECTED] Date: Sun, 27 May 2001 21:49:22 -0700 (PDT) To: [EMAIL PROTECTED] Subject: 404 Not Found Please Help. I am getting following Error. 404 Not Found The requested URL /tomcat/tomcat-3.2-doc/style.css was not found on this server.

Re: connector status in tomcat 4

2001-05-28 Thread Pier P. Fumagalli
egcs12md at [EMAIL PROTECTED] wrote: Where to download ajp13/jk ajp14/jk connectors for Apache Tomcat 4.0 ? Check out the jakarta-tomcat-connectors CVS module. Pier

Re: connector status in tomcat 4

2001-05-28 Thread kevin seguin
egcs12md wrote: Where to download ajp13/jk ajp14/jk connectors for Apache Tomcat 4.0 ? you need to checkout the cvs module jakarta-tomcat-connectors and build from source. i don't think the build instructions are very detailed... the build.xml files will have to suffice for now. anyway,

Re: connector status in tomcat 4

2001-05-28 Thread egcs12md
But I'm Win32 user ! - Original Message - From: Pier P. Fumagalli [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 29, 2001 9:00 AM Subject: Re: connector status in tomcat 4 egcs12md at [EMAIL PROTECTED] wrote: Where to download ajp13/jk ajp14/jk connectors

cvs commit: jakarta-tomcat/src/webpages index.html

2001-05-28 Thread marcsaeg
marcsaeg01/05/28 18:28:37 Modified:src/share/org/apache/tomcat/core Tag: tomcat_32 Constants.java src/webpages Tag: tomcat_32 index.html Log: Updating version numbers for the Tomcat 3.2.2 final release. Revision ChangesPath No

cvs commit: jakarta-tomcat-site/xdocs news.xml

2001-05-28 Thread marcsaeg
marcsaeg01/05/28 20:49:09 Modified:docs news.html xdocsnews.xml Log: Removed some bogus stuff from previous edit. Revision ChangesPath 1.3 +4 -6 jakarta-tomcat-site/docs/news.html Index: news.html

jakarta-tomcat-4.0 nightly

2001-05-28 Thread SongDongsheng
Hi, Why http://jakarta.apache.org/builds/jakarta-tomcat-4.0/nightly/not updating since jakarta-tomcat-4.0-20010523 ?

cvs commit: jakarta-tomcat-connectors/util README.txt

2001-05-28 Thread seguin
seguin 01/05/28 22:40:48 Modified:util README.txt Log: a little (not much) better readme file. Revision ChangesPath 1.2 +3 -0 jakarta-tomcat-connectors/util/README.txt Index: README.txt

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

2001-05-28 Thread seguin
seguin 01/05/28 22:41:18 Modified:util build.xml Log: prime for build.properties file usage. Revision ChangesPath 1.2 +3 -0 jakarta-tomcat-connectors/util/build.xml Index: build.xml

cvs commit: jakarta-tomcat-connectors/jk/src/java/org/apache/ajp Ajp13.java

2001-05-28 Thread seguin
seguin 01/05/28 22:44:15 Modified:jk/src/java/org/apache/ajp Ajp13.java Log: changed my email address in author tag. Revision ChangesPath 1.4 +1 -1 jakarta-tomcat-connectors/jk/src/java/org/apache/ajp/Ajp13.java Index: Ajp13.java

cvs commit: jakarta-tomcat-connectors/jk README.txt

2001-05-28 Thread seguin
seguin 01/05/28 22:46:45 Modified:jk README.txt Log: a little better readme file -- still a long way to go... Revision ChangesPath 1.2 +16 -3 jakarta-tomcat-connectors/jk/README.txt Index: README.txt

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

2001-05-28 Thread seguin
seguin 01/05/28 22:47:16 Modified:jk build.xml Log: update to use build.properties files Revision ChangesPath 1.5 +2 -7 jakarta-tomcat-connectors/jk/build.xml Index: build.xml ===

cvs commit: jakarta-tomcat-connectors/jk build.properties.sample

2001-05-28 Thread seguin
seguin 01/05/28 22:47:29 Added: jk build.properties.sample Log: sample build.properties file Revision ChangesPath 1.1 jakarta-tomcat-connectors/jk/build.properties.sample Index: build.properties.sample

[ANNOUNCEMENT] Tomcat 3.2.2 released

2001-05-28 Thread Marc Saegesser
I am pleased to announce that the Tomcat 3.2.2 release is now available for download at http://jakarta.apache.org/builds/tomcat/release/v3.2.2 Tomcat 3.2.2 is a maintenance release that fixes several bugs from version 3.2.1 and corrects all known specification compliance issues. The release

Reloading modified included JSP files

2001-05-28 Thread Sankar Kondur
Hi, I read an old post that said the problem of not reloading a modified inlude file unless the outer file was also modified was going to be fixed in 3.x I tested this problem in - 3.3 milestone 3 - 3.3 dev - 4.0 dev but it doesn't seem to have been fixed. Just wanted to know if it has