On Sat, May 25, 2002 at 03:51:54PM +0100, Pier Fumagalli wrote:
> "Jeff Turner" <[EMAIL PROTECTED]> wrote:
>
> > .. and thankful that people like Costin persevere in spite of rather
> > vicious abuse.
>
> Vicious abuse? All I am proposing is to add great
On Sat, Mar 23, 2002 at 02:03:39PM +0100, Jose M. Palomar wrote:
> BUILDING.txt documentation file of CVS Tomcat 4 mentions the download of
>package commons-daemon. I've browsed builds directories searching for
> it and It was missing. What package replace this?
It's in the jakarta-commons-
On Wed, Dec 26, 2001 at 12:31:26PM -0800, Anand Bashyam Narasimham wrote:
> Craig,
>
> I know Tomcat has always been a standards compliant implementation. But will
> it be possible say for developers to have extensions where instead of
> writing the import statements in a whole lot of JSPs we ma
Hi,
On the 17th, Costin added an 'etomcat' target:
> Added a target to build 'embeded' style tomcat, i.e. a single jar containing
> everything ( no more lib/container, etc ). It is self-runnable and should start
> tomcat with the defaults settings ( no server.xml, etc ) using the current dir
> a
This is the second time bugzilla has refused to let me attach a patch..
"No file was provided, or it was empty.", on Mozilla 0.9.3 and ns4.77.
Oh well, it's attached here.
--Jeff
? occurred.patch
Index: catalina/src/share/org/apache/catalina/cluster/LocalStrings.properties
=
On Thu, Dec 13, 2001 at 06:14:06PM -0800, Vijai Misra wrote:
> Hi,
>
> I'm trying to Configure Multiple Tomcat JVMs with Apache to distribute load
> between various AppServers. Apparently, load balancing with Tomcat is not
> widely published on the internet.
.. which is sad, because it's so cool
The attached patch fixes two broken links, one from the main
doc/index.html page.
--Jeff
Index: src/doc/Tomcat-Workers-HowTo.html
===
RCS file: /home/cvspublic/jakarta-tomcat/src/doc/Tomcat-Workers-HowTo.html,v
retrieving revision
On Sun, Oct 21, 2001 at 11:16:31PM +1000, Jeff Turner wrote:
> On Sun, Oct 21, 2001 at 08:06:06AM -0400, Keith Wannamaker wrote:
> > It would be nice also to display the command that is used
> > to initialize the jk web config files, jkconf or whatever.
>
> Oh yes.. you ge
Hi,
Just did a sweep over the latest 3.3 docs, particularly the user guide, and
picked up a few typos, apostrophe misuse and other stuff. Evidently tcsh users
don't read user guides, because the tcsh-specific commands were all wrong.
Patch attached..
--Jeff
PS: by comparison with 3.2, the doc
On Sun, Oct 21, 2001 at 08:06:06AM -0400, Keith Wannamaker wrote:
> It would be nice also to display the command that is used
> to initialize the jk web config files, jkconf or whatever.
Oh yes.. you get that help currently if you type './tomcat.sh start -help'.
Rather than try to duplicate that
Hi,
The help text displayed when you type "./tomcat.sh" currently reads:
Usage:
tomcat (start|env|run|stop|jspc)
start - start tomcat in the background
run - start tomcat in the foreground
run -wait - wait until tomcat is initialized before returning
-secu
How about naming it "common" instead of "shared", to match Tomcat 3.3?
--Jeff
On Tue, Oct 02, 2001 at 04:54:54PM -0700, Craig R. McClanahan wrote:
> I'd like to propose a small change in the binary distribution layout for
> the next version of Tomcat (4.1). It's probably not a good idea to
> i
On Fri, Sep 14, 2001 at 04:11:20AM -, [EMAIL PROTECTED] wrote:
> ( well, I'm a lazy user as I never set TOMCAT_HOME, too many instances on my
>machine :-)
I think that's useful advice generally. If the startup script of your
app can automagically figure out the *_HOME directory, let it. A
Hi,
In the manager app howto:
http://jakarta.apache.org/tomcat/tomcat-4.0-doc/manager-howto.html
The example for section "Deploy A New Application" is wrong. The
following:
http://localhost:8080/manager/install?path=/bar&war=file:/path/to/bar.war
ought to be:
http://localhost:8080/manager/in
Ummm... perhaps invoke Jasper from your servlet?
Class clazz = Class.forName("org.apache.jasper.servlet.JspServlet");
HttpServlet jsp = (HttpServlet) clazz.newInstance();
jsp.init(context);
jsp.service(request, response);
That code is from Cocoon 2's JspGenerator, which uses Jasper to create
XML
A collection of invaluable scripts for CVS:
http://www.red-bean.com/cvsutils/
"cvsco" is the one I use daily.. removes all local modifications.
Among them:
"cvschroot makes it possible to change CVS/Root in all subdirectories
to the given value."
--Jeff
On Fri, Jul 20, 2001 at 12:22:32AM
On Wed, Apr 11, 2001 at 01:22:37PM -0400, Shawn McMurdo wrote:
> No one on watchdog-dev or general seems to know anything about
> the status of Watchdog.
> Does anyone here on tomcat-dev know what is up with Watchdog?
I think it's rather dead. Craig is in charge of it now. From the IRC logs for
t
Hi,
I've been trying for the last half-hour to get JSSE and JMX to build Tomcat
4.0. Could someone provide instructions for traversing the password-protected
recursive mess that is the Sun site?
I've progressed through these pages:
http://java.sun.com/products/jsse/
http://jsecom9a.sun.com/ECo
Hi,
Having a look through bug 652:
BodyTag doInitBody and doAfterBody called on tags without body
(http://znutar.cortexity.com/BugRatViewer/ShowReport/652)
I don't think this is a bug.
The JSP spec, p88, says:
"If an action element can have a non-empty body and is
interested in the conte
On Mon, 11 Dec 2000, Sean wrote:
> I am trying to get CVS working on my machine so I can get download the
> latest Tomcat codebase but ... the documentation on the website does
> not say what or how to get a login and password to the CVS server.
> How do I get these so I can get access to the
--
God made the integers; all else is the work of Man.
-- Kronecker
On Sun, 10 Dec 2000, Hans Bergsten wrote:
> [EMAIL PROTECTED] wrote:
> > [...]
> > > 1) Make this a new Jakarta subproject, named jakarta-jssi.
> > >The reason for this is that it's an optional module and i
On Sat, 11 Nov 2000, Craig R. McClanahan wrote:
> Hi Jeff,
>
> Well, your reported behavior is definitely repeatable. But, after analyzing
> it, my conclusion is "user error ... don't do that".
>
[snip "bug" report]
>
> What do you think?
Fine :) I think it might be worth a FAQ entry though
Hi,
Sorry if someone's reported this before,
I just found a bug that affects (at least) Tomcat 3.2b3 up to 3.3dev from
CVS. The bug lets the user see the source for files mapped to servlets
via the tag in web.xml. The bug usually occurs during
development, so it shouldn't be an issue with stabl
23 matches
Mail list logo