[GUMP] Build Failure - Tomcat 4.0

2001-07-28 Thread Craig McClanahan
This email is autogenerated from the output from: http://jakarta.apache.org/builds/gump/2001-07-28/jakarta-tomcat-4.0.html Buildfile: build.xml deploy-prepare: [mkdir] Created dir:

Re: [GUMP] Build Failure - Tomcat 4.0

2001-07-28 Thread Craig R. McClanahan
Sam, Tomcat 4 has just added a new dependency on jakarta-site2 (for the doc templates). Specifically, it needs a site2.home property in the build.properties file containing the pathname to this directory. Thanks, Craig On 28 Jul 2001, Craig McClanahan wrote:

Re: [GUMP] Build Failure - Tomcat 4.0

2001-07-28 Thread Sam Ruby
Craig R. McClanahan Tomcat 4 has just added a new dependency on jakarta-site2 (for the doc templates). Specifically, it needs a site2.home property in the build.properties file containing the pathname to this directory. Already fixed, see below. ;-) - Sam Ruby P.S. You might consider

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs/appdev - New directory

2001-07-28 Thread craigmcc
craigmcc01/07/28 08:55:06 jakarta-tomcat-4.0/webapps/tomcat-docs/appdev - New directory

Re: Apache 1.3.20 hangs when warp-connecting to Tomcat4b6

2001-07-28 Thread Pier P. Fumagalli
Eryq at [EMAIL PROTECTED] wrote: webapp-module-1.0-tc40b6 SunOS clin5 5.8 Generic_108528-07 sun4u sparc SUNW,Ultra-60 Apache 1.3.20 gcc 2.95.2 -- My apache works great; I load mod_webapp, and I even get the info page. My standalone Tomcat4 works great, serving WebAppInfo my

Non-graceful shutdown a problem? (3.2.3)

2001-07-28 Thread Ken Grigg
I am running Tomcat 3.2.3 on NT/IIS with the Jikes compiler, and noticed if the server is reset (i.e. power glitch) without a normal shutdown, Tomcat comes back up non-operational. The symptoms are that the JSPs can't be accessed until the class files from the previous run are deleted from the

Issue/bug with jasper Mangler in tomcat33

2001-07-28 Thread Angel Aray
Jasper currently uses the name of the folder where a jsp is found to compute the package name for the java class to be generated, this raises some issues when the folders name is not a valid java identifier i.e it start with some digits. So, if for example we have a /4you/code.jsp jasper will

RE: Issue/bug with jasper Mangler in tomcat33

2001-07-28 Thread Ignacio J. Ortega
Hola Angel: Please File a bug with this report at http://nagoya.betaversion.org/bugzilla using this link http://nagoya.betaversion.org/bugzilla/enter_bug.cgi?product=Tomcat%203 version=3.3%20Beta%201component=Jasper Thanks for the feedback.. Saludos , Ignacio J. Ortega -Mensaje

Re: [FAQ] jGuru FAQ Update

2001-07-28 Thread guru
As I said in my original post, I had it daily for a few days so I could work out the kinks. It's weekly now (and has been for over a week). Sorry for the confusion. - A On Sat, Jul 21, 2001 at 01:40:26AM +0100, Pier P. Fumagalli wrote: [EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: Sure,

build mod_jk.so on aix4.3

2001-07-28 Thread Vibanu
problem on aix4.3.3, apache 1.3 and tomcat 3.2 I will really appreciate if anyone could help... I issued the following command: make -f Makefile.linux mod_jk.so and it ended with the following error: .. something .. something .. .. ../jk/jk_uri_worker_map.c, line 62.65: 1506-342

cvs commit: jakarta-tomcat-4.0 build.xml

2001-07-28 Thread craigmcc
craigmcc01/07/28 15:47:10 Modified:.build.xml Log: Remove dist dependency on tomcat-docs for now, until we stabilize the documentation production process. If you want to create this web app, execute ant tomcat-docs explicitly. Revision ChangesPath 1.33

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs build.xml

2001-07-28 Thread craigmcc
craigmcc01/07/28 15:47:42 Modified:webapps/tomcat-docs build.xml Log: Update the tomcat-docs build procedure to copy the relevant Javadocs directories. Revision ChangesPath 1.2 +41 -0 jakarta-tomcat-4.0/webapps/tomcat-docs/build.xml Index: build.xml

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs/appdev/sample - New directory

2001-07-28 Thread craigmcc
craigmcc01/07/28 15:49:55 jakarta-tomcat-4.0/webapps/tomcat-docs/appdev/sample - New directory

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs/appdev/sample/docs - New directory

2001-07-28 Thread craigmcc
craigmcc01/07/28 15:50:08 jakarta-tomcat-4.0/webapps/tomcat-docs/appdev/sample/docs - New directory

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs/appdev/sample/src - New directory

2001-07-28 Thread craigmcc
craigmcc01/07/28 15:50:08 jakarta-tomcat-4.0/webapps/tomcat-docs/appdev/sample/src - New directory

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs/appdev/sample/web - New directory

2001-07-28 Thread craigmcc
craigmcc01/07/28 15:50:08 jakarta-tomcat-4.0/webapps/tomcat-docs/appdev/sample/web - New directory

RE: Sources in Binary Distributions

2001-07-28 Thread Rob S.
For Tomcat 4, what do folks think of omitting the sources from the binary distribution? This would knock the size of the binary distributions down by around 2 megabytes (which I'm sure people would also appreciate). ...exactly why I emailed about it in the first place =) I have an old

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs/appdev/sample/web/images - New directory

2001-07-28 Thread craigmcc
craigmcc01/07/28 15:51:51 jakarta-tomcat-4.0/webapps/tomcat-docs/appdev/sample/web/images - New directory

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs/appdev/sample/web/WEB-INF - New directory

2001-07-28 Thread craigmcc
craigmcc01/07/28 15:52:04 jakarta-tomcat-4.0/webapps/tomcat-docs/appdev/sample/web/WEB-INF - New directory

Re: [GUMP] Build Failure - Tomcat 4.0

2001-07-28 Thread Craig R. McClanahan
On Sat, 28 Jul 2001, Sam Ruby wrote: Craig R. McClanahan Tomcat 4 has just added a new dependency on jakarta-site2 (for the doc templates). Specifically, it needs a site2.home property in the build.properties file containing the pathname to this directory. Already fixed, see

RE: [DOC] TC4 xdocs

2001-07-28 Thread Rob S.
the same look and feel. Additions to the overall stylesheet are welcomed, and can be discussed on the GENERAL@ mailing list (since they would affect all projects that use this). As well, for the sake of time I should *probably* be spending it on actual documentation rather than dicussing

cvs commit: jakarta-tomcat-4.0/webapps/examples/jsp/security/protected index.jsp

2001-07-28 Thread craigmcc
craigmcc01/07/28 16:29:12 Modified:webapps/examples/jsp/security/protected index.jsp Log: Add an option so that the user can request a logoff (which, with form based login configured, should cause a new session to be created and the user returned to the login page).

cvs commit: jakarta-tomcat/bin servlet23.jar

2001-07-28 Thread costin
costin 01/07/28 17:37:46 Removed: bin servlet23.jar Log: Removed old 2.3 binary.

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/config ServerXmlReader.java

2001-07-28 Thread costin
costin 01/07/28 17:43:28 Modified:src/share/org/apache/tomcat/modules/config ServerXmlReader.java Log: Fix for the fix. The original fix allowed modules to be defined in server.xml ( or equivalent ). If the modules are loaded from modules.xml, the

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/config TrustedLoader.java

2001-07-28 Thread costin
costin 01/07/28 17:45:53 Modified:src/share/org/apache/tomcat/modules/config TrustedLoader.java Log: One more fix in trusted loader: when the server is initializing we create the modules from trusted apps. This allows modules to have access to

RE: Funny thought about version numbering...

2001-07-28 Thread Deacon Marcus
Hi, From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] On Sat, 28 Jul 2001, Deacon Marcus wrote: Hi, I'm using (very ligthly) modified Tomcat 4.0 b5 for almost as long as it was out (b3 before, but I'm not sure), and found it rock-stable so far, not a single failure on neither

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/session StandardSession.java

2001-07-28 Thread craigmcc
craigmcc01/07/28 20:43:54 Modified:catalina/src/share/org/apache/catalina HttpRequest.java Session.java catalina/src/share/org/apache/catalina/authenticator AuthenticatorBase.java FormAuthenticator.java

Re: Funny thought about version numbering...

2001-07-28 Thread Pier P. Fumagalli
Deacon Marcus at [EMAIL PROTECTED] wrote: We're down to weeks now ... I personally consider Tomcat 4.0 to be in maintenance mode (with a need to improve the documentation that there are already volunteers working on, and continued work on the web connectors which are vital to many users).

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/startup ContextConfig.java

2001-07-28 Thread craigmcc
craigmcc01/07/28 21:34:17 Modified:catalina/src/share/org/apache/catalina Context.java catalina/src/share/org/apache/catalina/core StandardContext.java StandardHost.java catalina/src/share/org/apache/catalina/startup