RE: procrun and stack size

2005-03-30 Thread Daniel Rabe
{ notify(); } } %> Done. --- -Original Message- From: Mladen Turk [mailto:[EMAIL PROTECTED] Sent: Thursday, March 24, 2005 11:58 PM To: Tomcat Developers List Subject: Re: procrun and stack size Daniel R

Windows service shutdown not invoking destroy()?

2005-03-25 Thread Daniel Rabe
I'm running Tomcat 5.0.28 on Windows XP Pro as a Windows service. If I use shutdown.bat to stop Tomcat, then the destroy() method of my servlet is invoked. If I simply "stop" the Windows service, destroy() apparently is NOT called. The behavior is not consistent; I've seen it work on one machine

procrun and stack size

2005-03-24 Thread Daniel Rabe
h java.exe? In j2sdk 1.4.2_06 (I haven't looked at other versions), java.exe is linked with a 256k stack. I would suggest that would be a reasonable size for Tomcat as well. Thanks, --Daniel Rabe

Daniel Vanderhoof is out of the office.

2005-02-24 Thread daniel . vanderhoof
I will be out of the office starting 02/14/2005 and will not return until 03/01/2005. I will not have access to e-mail while I am away from the office. I will respond to your message when I return. - To unsubscribe, e-mail:

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

2004-04-01 Thread daniel andefors
Date: Thu, 01 Apr 2004 14:13:42 -0500 daniel andefors wrote: Hi, IMO, this will not work if you are trying to avoid serializing attributes with the name "javax.security.auth.subject". You are right. The key will not be serializable, but the value will be. I also need to make

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

2004-04-01 Thread daniel andefors
Hi, IMO, this will not work if you are trying to avoid serializing attributes with the name "javax.security.auth.subject". Daniel From: [EMAIL PROTECTED] Reply-To: "Tomcat Developers List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: cvs commit: jakarta-to

Re: Re: Minimal HOWTO for jk2 2.0.4 - Was: [Fwd: Releasing JK 2.0.4]

2004-03-19 Thread Daniel Savard
n a clean, documented, straight forward building process with consistent results. This should reduce drastically the number of redundant questions on the Tomcat-user mailing list (including mines). -- === Daniel Savard Consultation Informatique Daniel Savard 55

Servlet API support for multiple HTTP status codes (1xx)?

2003-11-03 Thread Daniel Rall
Question How to send multiple 1xx responses and a final 200 response to a single request? An example -- A HTTP/1.1 user agent (UA) sends a large, multi-GB XML data file to your server. Thirty seconds pass and the server is still digesting the data file. The server responds wi

RE: Newbie: minor submission - 4.1.27 admin webapp

2003-09-19 Thread SANTOS, DANIEL (SBCSI)
so I highly recommend my fix below. Daniel > -Original Message- > From: SANTOS, DANIEL (SBCSI) > Sent: Friday, September 19, 2003 9:38 PM > To: '[EMAIL PROTECTED]' > Subject: Newbie: minor submission - 4.1.27 admin webapp > > Hi guys, I'm n

Newbie: minor submission - 4.1.27 admin webapp

2003-09-19 Thread SANTOS, DANIEL (SBCSI)
elp me track down the bug I'm trying to fix but I felt that the changes were appropriate to submit. <> Daniel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

AW: [OT] Dead laptop

2003-06-30 Thread Daniel S. Haischt
IDEA and Together are available as OS X versions too. > -Ursprungliche Nachricht- > Von: kev [mailto:[EMAIL PROTECTED] > Gesendet: Montag, 30. Juni 2003 19:34 > An: Tomcat Developers List > Betreff: Re: [OT] Dead laptop > > > For laptoppy goodness you can't beat a Powerbook G4[1], java 1

AW: [OT] Dead laptop

2003-06-30 Thread Daniel S. Haischt
get an apple power book with a 17" display ;-) bye daniel s. haischt -- > -Ursprungliche Nachricht- > Von: Remy Maucherat [mailto:[EMAIL PROTECTED] > Gesendet: Sonntag, 29. Juni 2003 23:55 > An: Tomcat Developers List > Betreff: [OT] Dead laptop > > >

Taglib lifecycle issues

2003-06-20 Thread Daniel Rabe
ate_get_61 = _jspx_th_xlate_get_61.doStartTag(); if (_jspx_th_xlate_get_61.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) return true; _jspx_tagPool_xlate_get_key.reuse(_jspx_th_xlate_get_61); return false; } Thanks for any insights you can provide. Daniel Rabe Eloquent, Inc.

[PATCH] Remove redundant constructor from StandardSessionFacade

2003-01-29 Thread Daniel Rall
* catalina/src/share/org/apache/catalina/session/StandardSessionFacade.java StandardSessionFacade(StandardSession): Removed redundant constructor. As StandardSession implements HttpSession, the StandardSessionFacade(HttpSession) constructor already does the job admirably. --- /tmp/ja

[PATCH][JK] Ajp13Processor connection leak prevention

2002-11-06 Thread Daniel Rall
war -- interested in your opinions. Please send me to the appropriate docs if this is a RTFM question. Thanks! -- Daniel Rall <[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:tomcat-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-dev-help@;jakarta.apache.org>

Session restore classloading problem

2002-10-24 Thread Daniel . HAMS
ild(StandardHost.java:579) at org.apache.catalina.core.StandardHostDeployer.install(StandardHostDeployer.j ava:257) I am running: Tomcat 4.1 win32 with apache2, default install, minus 8080 listener. My question is - is this expected behavoir, or should the WebappClassLoader be ha

Incorrect on display Traditional Chinese in JSP

2002-09-20 Thread Daniel
e ! Thank you for your time, Daniel.

RE: How can I ckeck how many users are connected to a Web Site?

2002-08-01 Thread Daniel Leong
Hi, Perhaps the Interface HttpSessionListener (servlet 2.3+ spec only!) could be used? Dan -Original Message- From: Luca Ventura [mailto:[EMAIL PROTECTED]] Sent: 01 August 2002 14:13 To: tomcat-dev Subject: How can I ckeck how many users are connected to a Web Site? Hello everybody!

Re: JDBCStore implementation

2002-06-25 Thread Daniel . Rodrigues-Ambrosio
; enhancement request to the bug tracking system: > > http://nagoya.apache.org/bugzilla/ Thanks for the hint! I'll wait for some replies to be sure that I really cannot do what I intend to, and if this is true, I'll submit the request later. Cheers,

Re: JDBCStore implementation

2002-06-25 Thread Daniel . Rodrigues-Ambrosio
o a page telling him something like: "hi my friend, please login again because your session has expired". With the current implementation I am finding no solution to this. Cheers, Daniel [EMAIL PROTECTED] 24.06.2002 18:17 Please respond to "Tomcat Developers Lis

JDBCStore implementation

2002-06-24 Thread Daniel . Rodrigues-Ambrosio
heers, Daniel -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

JDBCStore implementation

2002-06-24 Thread Daniel . Rodrigues-Ambrosio
heers, Daniel -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

JDBCStore implementation

2002-06-24 Thread Daniel . Rodrigues-Ambrosio
heers, Daniel -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Replacing WebappClassLoader

2002-04-24 Thread Daniel Rall
"hung" <[EMAIL PROTECTED]> writes: > Dear Tomcat Dev, > Is there a website that have the instruction on how to connection Tomcat 4 > with Apache 2? Please help. Made me running tomcat as module of apache. This sort of question is most appropriate on the Tomcat User list. The documentation f

[PATCH/COMMENTS] Automatic Application Deployment and Host.liveDeploy

2002-04-18 Thread Daniel Rall
Added missing closing paren. Index: host.xml === RCS file: /home/cvspublic/jakarta-tomcat-4.0/webapps/tomcat-docs/config/host.xml,v retrieving revision 1.12 diff -u -u -r1.12 host.xml --- host.xml20 Mar 2002 12:33:01 - 1

Problem with forward() and setCharacterEncoding

2002-03-28 Thread Marczisovszky Daniel
arsing should be done in Test servlet, not in Forwarder servlet. Best wishes, Daniel Marczisovszky -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: HTML : multipart/form-data

2002-03-14 Thread Daniel Rall
Bojan Smojver <[EMAIL PROTECTED]> writes: > On Wed, 2002-03-13 at 06:39, Jon Scott Stevens wrote: > >> p.s. Don't use JavaMail for it, because JavaMail tends to have a lot of >> overhead. > > Yes, you're right. And I don't think you can limit (with JavaMail) how > much data you want to allow, so

Re: cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector HttpResponseBase.java

2002-01-30 Thread Daniel Rall
[EMAIL PROTECTED] writes: > billbarker02/01/29 19:45:23 > > Modified:catalina/src/share/org/apache/catalina/connector > HttpResponseBase.java > Log: > Fix for case where URL only has an anchor. > > Now response.encodeURL("#foobar") works as expected. Th

Re: [tomcat3] Sharing Utility Code

2002-01-18 Thread Daniel Rall
Like Jason suggests, feel free to park the servlet utilities in jakarta-commons-sandbox/util (that's going to need a release pretty soon anyways). <[EMAIL PROTECTED]> writes: > +1, it'll solve a lot of problems with jk and probably coyotee as well. > > I allways wanted to move some of the utils

Re: Updating the site

2002-01-16 Thread Daniel Rall
I answered this on general@. -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: [PATCH] JvmRoute changes

2002-01-14 Thread Daniel Rall
Daniel Rall <[EMAIL PROTECTED]> writes: > Hey Tom, when sending patches inline, you need to instruct your email > client to not line wrap at 76 columns (what's good for the humans > isn't good for the machines :-). Look like you already noticed. :-) -- To unsubscribe,

Re: [PATCH] JvmRoute changes

2002-01-14 Thread Daniel Rall
Hey Tom, when sending patches inline, you need to instruct your email client to not line wrap at 76 columns (what's good for the humans isn't good for the machines :-). Dan -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: [PATCH] Fix for data corruption in the Warp connector

2002-01-10 Thread Daniel Rall
Hi Daniel. Pier checked this change into jakarta-tomcat-connectors CVS a while back. I don't believe it's been ported to the jakarta-tomcat-4.0 repository yet -- it really needs to be, there have been a lot of reports of this bug (though few fixes :). Daniel Harding <[EMAIL PROTE

[PATCH] Fix for data corruption in the Warp connector

2002-01-10 Thread Daniel Harding
When using the Warp connector, the read method of the stream returned by request.getInputStream() would return negative numbers for bytes greater than 0xEF. The attached patch fixes this problem. --- WarpRequest.javaWed Jan 9 20:38:23 2002 +++ WarpRequest.java.newWed Jan 9 20:36

Re: How to find the Changelog files for different versions of Tomcat?

2002-01-10 Thread Daniel Rall
chenk <[EMAIL PROTECTED]> writes: > I am doing research on software engineering. I wish to use the Tomcat as an > example to analysis the process of the java open source software. It is > important for me to get changelog files for different versions of the Tomcat. > I > have tried my best, but

Re: mod_webapp and other connectors status...

2002-01-09 Thread Daniel Rall
"Craig R. McClanahan" <[EMAIL PROTECTED]> writes: >> I believe that 4.1-dev is the tip of the HEAD, 4.0.2-dev is the tip of >> tomcat_40_branch. > > That's correct. > > Currently I'm only building nightly distributions from the HEAD branch, > but it would be fairly straightforward to do nightly b

Re: nbio connector

2002-01-09 Thread Daniel Rall
"Attila Szegedi" <[EMAIL PROTECTED]> writes: > Well I didn't want to bring this to the sunlight so soon but since > you brought up the issue: I'm developing a generic non-blocking > server framework for JDK 1.4. > > It handles all subtleties of the non-blocking server's life, such as > non-blocki

Re: mod_webapp and other connectors status...

2002-01-09 Thread Daniel Rall
GOMEZ Henri <[EMAIL PROTECTED]> writes: > BTW: How did we get TOMCAT 4.1 and 4.0.2 ? Which is the head ? I believe that 4.1-dev is the tip of the HEAD, 4.0.2-dev is the tip of tomcat_40_branch. -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/core StandardContextValve.java StandardHostValve.java

2002-01-04 Thread Daniel Rall
Remy, I built today's HEAD and verified your fix (much cleaner than what was previously proposed). http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5368 Please backport this bug fix to the 4.0.x branch. Thanks, Dan [EMAIL PROTECTED] writes: > remm02/01/04

Re: tomcat 4.0.2 and jakarta-tomcat-connectors

2002-01-04 Thread Daniel Rall
Daniel Rall <[EMAIL PROTECTED]> writes: > The mod_webapp connector code is definitely in a freshening. :) ^ need of Specifically, it would be great to get in Pier's fix to the file uplo

Re: tomcat 4.0.2 and jakarta-tomcat-connectors

2002-01-04 Thread Daniel Rall
Kevin Seguin <[EMAIL PROTECTED]> writes: > there was a thread a couple weeks ago regarding what to do with j-t-c and > tomcat 4.0.2. i believe it was decided that the 4.0.2 release would contain > the same jars from j-t-c (tomcat-ajp.jar, tomcat-util.jar) as 4.0.1 did. > > well, i just did some

Re: [PATCH][4.0] remove spurious casts in ApplicationFilterChain

2001-12-30 Thread Daniel Rall
+1, old code was redundant. Java should find the right method to call based on object--not reference--type. "Christopher K. St. John" <[EMAIL PROTECTED]> writes: > The "fall off the end of the chain" code in > ApplicationFilterChain.internalDoFilter checks if the > passed in request and respon

Re: Jk2: error handling and method signatures

2001-12-13 Thread Daniel Rall
I meant causal, not casual. -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: Jk2: error handling and method signatures

2001-12-13 Thread Daniel Rall
<[EMAIL PROTECTED]> writes: > On Thu, 13 Dec 2001, Daniel Rall wrote: > >> http://svn.collab.net/repos/svn/trunk/subversion/include/svn_error.h > > It seems they are using a struct that is returned instead of a simple int, > as status. It does solve the problem of

Re: Refactor of o-a-j-JspC

2001-12-13 Thread Daniel Rall
"David Hoag" <[EMAIL PROTECTED]> writes: > How do I contribute these changes? http://jakarta.apache.org/site/source.html -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: Jk2: error handling and method signatures

2001-12-13 Thread Daniel Rall
<[EMAIL PROTECTED]> writes: > On Thu, 13 Dec 2001, Daniel Rall wrote: > >> This is reminiscent of what the Subersion folks are doing for error >> handling. > > Could you give a URL ? If it was already invented... ( I was thinking to > use a subset of what's

Re: Jk2: error handling and method signatures

2001-12-13 Thread Daniel Rall
This is reminiscent of what the Subersion folks are doing for error handling. -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: Emulating JServ's session.topleveldomain with Catalina

2001-12-05 Thread Daniel Rall
"Craig R. McClanahan" <[EMAIL PROTECTED]> writes: > I'd certainly be interested in a patch to allow pattern matching in the > host mapper, as long as the code was smart about using direct string > compares when no patterns are specified (to avoid slowing down all > requests by regexp processing).

Re: Off topic:Old jserv source question

2001-12-04 Thread Daniel Rall
On Tue, 4 Dec 2001, Antony Bowesman wrote: > Thanks Daniel, I noticed your name in the comments, we are just trying > to remove the jserv dependancy to use tomcat 4. Most of the work is > done, just have to get customers to move... Just recently made the switch from JServ to Catali

Re: cvs commit: jakarta-tomcat/src/share/org/apache/jasper/compilerCharDataGenerator.java JspParseEventListener.java MappedCharDataGenerator.java

2001-12-03 Thread Daniel Rall
On 4 Dec 2001 [EMAIL PROTECTED] wrote: > larryi 01/12/03 18:21:04 > > Modified:src/share/org/apache/jasper/compiler CharDataGenerator.java > JspParseEventListener.java > MappedCharDataGenerator.java > Log: > Eliminate hard coded '\n'

Re: Off topic:Old jserv source question

2001-12-03 Thread Daniel Rall
;java-jserv". > > Brilliant! Thanks Craig. containsHeader() was broken in jserv 1.1.2. Noticed by Michael Stack, I submitted a fix for this issue a while back (committed by Jon Stevens). JServ development is dead, but if you're in a situation where you must use JServ, I recom

Re: Emulating JServ's session.topleveldomain with Catalina

2001-11-30 Thread Daniel Rall
/>. + * + */ + + +package org.apache.catalina; + + +import javax.servlet.ServletContext; + +/** + * An Alias defines a mapping from a host name used in a + * request to a Host object from server.xml. + * + * @author mailto:[EMAIL PROTECTED]";>Daniel Rall + * @version $Revision: $ $Date

Re: Emulating JServ's session.topleveldomain with Catalina

2001-11-29 Thread Daniel Rall
"Craig R. McClanahan" <[EMAIL PROTECTED]> writes: > On Sat, 24 Nov 2001, Daniel Rall wrote: > >> "Craig R. McClanahan" <[EMAIL PROTECTED]> writes: >> >> > On Wed, 21 Nov 2001, Daniel Rall wrote: >> > >> >> Usin

Re: Emulating JServ's session.topleveldomain with Catalina

2001-11-28 Thread Daniel Rall
Daniel Rall <[EMAIL PROTECTED]> writes: > [This was originally sent to tomcat-user, but is probably better > discussed on tomcat-dev.] > > Why does the Valve implementation at the bottom of this message never > print out any session cookies? To answer myself (as address

[PATCH][Catalina] Improved flexiblity of pipeline WRT session cookies

2001-11-28 Thread Daniel Rall
First, this patch fixes a problem with Catalina's sendHeaders() implementation which prevents post-service() Valve code from having a chance to cleanly set or modify the JSESSIONID cookie used to store Catalina's session identifier. Second, this removes some of the remnants of a cut and paste bir

Re: cvs commit: jakarta-tomcat-4.0/catalina/src/bin setenv.sh catalina.sh tool-wrapper.sh

2001-11-27 Thread Daniel Rall
Jon Stevens <[EMAIL PROTECTED]> writes: > on 11/27/01 2:34 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > >> Index: setenv.sh >> === >> #!/bin/sh >> # >>

Re: Emulating JServ's session.topleveldomain with Catalina

2001-11-27 Thread Daniel Rall
[This was originally sent to tomcat-user, but is probably better discussed on tomcat-dev.] Why does the Valve implementation at the bottom of this message never print out any session cookies? "Craig R. McClanahan" <[EMAIL PROTECTED]> writes: > On Wed, 21 Nov 2001, Daniel Ral

Re: Triple initialization of Catalina/mod_webapp

2001-11-26 Thread Daniel Rall
Recently found a symlink which would explain this unexpected behavior. :-\ Daniel Rall <[EMAIL PROTECTED]> writes: > This is a followup to a message I posted to the user list which > describes some undesirable behavior of Tomcat 4.0.1 (unrelated to use > of mod_webapp). >

Re: 4.0.1 ClassLoader breaks singletons on webapp reload.

2001-11-26 Thread Daniel Rall
[EMAIL PROTECTED] (Kevin A. Burton) writes: > Jon Stevens <[EMAIL PROTECTED]> writes: > >> Sadly, I have to admit that the Turbine Services framework shutdown >> code is currently broken and has been for some time now...it needs >> to be re-written... > > Are you saying that the theory is broken

Re: Triple initialization of Catalina/mod_webapp

2001-11-21 Thread Daniel Rall
This is a followup to a message I posted to the user list which describes some undesirable behavior of Tomcat 4.0.1 (unrelated to use of mod_webapp). My application's build process currently generates the deployment descriptor for my web app from many files which contain snippets of the final web

[PATCH] [Catalina] StandardContext::addParameter() JavaDoc

2001-11-16 Thread Daniel Rall
addParameter() instance method actually throws an IllegalArgumentException if a duplicate name is used. I came across this while attempting to setup Catalina behind Apache + mod_webapp -- AFAICT, my setup is currently giving me the joy of multiple initializations of Catalina. Index: StandardCont

Alternative to NSI

2001-07-14 Thread Daniel Ritchey
Microsoft has its own installation mechanism built in to Win2000 & WinXP and offers a download to add it Win9x. Its the same thing that the binary release of Apache for windows is packaged in. Just thought I would throw that out there, I don't know if it has any advantages over NSI.

Problem with JNI...

2001-04-24 Thread Daniel Diaz
_fini>, stack_end=0xb8ac) at ../sysdeps/generic/libc-start.c:111 (gdb) Do you have any idea ? -- === Daniel Diaz University of Paris 1 INRIA Rocquencourt 75013 Paris FRANCE 78153 Le Chesnay FRANCE web: http://pauillac.inria.fr/~diaz email: [EMAIL PROTECTED] ===

Netscape 3.6.1 on HP-UX (how do I use the nsapi-redirector?

2001-04-11 Thread Wick, Daniel
I've been searching through the documentation but can't find anything about using Tomcat with Netscape 3.6.1 on any Unix platforms. I'm stuck with Netscape, but would like to use Tomcat! Any help on where to find the correct redirector and how to install would be IMMENSELY appreciated. Thank yo

Re: Use of Apache proxy module to connect to Tomcat

2001-04-10 Thread Daniel Lopez
Hi, In our case, we use the Apache as proxy to be able to distribute our applications among several instances of servlet containers and/or hosts. This way, upgrading an application doesn't affect the rest and if we have to stop/start a container, just one or two applications are affected. On the

Re: [Fwd: Tomcat may reveal script source code by URL trickery]

2001-04-04 Thread Daniel Lopez
You're right! That's another reason to use a model 2 based approach but, of course, JSP still allows you to shoot you on your foot if you are fool enough to do so. That's one of the reasons we chose a model 2 based approach with XML-XSLT for the interface creation, no JSP involved: no feet in dang

[PATCH] build.xml instead of build.sh

2001-03-29 Thread Matthew L Daniel
I (personally) hate setting all those crazy environmental variables to build Catalina, and since Ant is kind enough to ignore the "property file" tag if the file does not exist, I feel this can be safely included for general use. -- /v\atthew -- Matthew L DanielNever put

[PATCH] Jikes 1.13 doesn't compile RequestUtil

2001-03-29 Thread Matthew L Daniel
Jikes 1.13 has become REALLY picky about type casting, and the switch of a byte against char constants really irks Jikes. Oh that all bugs were this easy. :-) -- /v\atthew -- Matthew L DanielNever put off until tomorrow what you can do today. Wizard There might be a law

[PATCH] JikesJavaCompiler vendor classpath bug

2001-03-29 Thread Matthew L Daniel
Some kind soul had already hacked in a Microsoft workaround, but the Linux port of the Sun VM does the same thing. Ergo, I broadened the hack a little. :-) -- /v\atthew -- Matthew L DanielNever put off until tomorrow what you can do today. Wizard There might be a law against

[PATCH] Bugzilla #1002 (against CVS, this time)

2001-03-29 Thread Matthew L Daniel
nts in StandardClassLoader, and feel free to mail me with questions that are not covered therein. HTH, -- /v\atthew -- Matthew L DanielNever put off until tomorrow what you can do today. Wizard There might be a law against it by that time. [EMAIL PROTECTED]-- `/usr/bin/f

Re: TC3.3 Proposal: Refactoring org.apache.jasper.servlet

2001-03-28 Thread Matthew L Daniel
c actually contained a representation of JSP syntax as XML tags ( and whatnot), but Tomcat didn't support it because (as I recall) Sun deprecated it. I'm with Costin, I think that would be/was just super-cool. I just wanted you to know you're not alone, Costin. :-) -- /v\att

Re: SSL-Keytool Problem

2001-03-28 Thread Matthew L Daniel
> lib/ext directory. Don't forget to add the provider to your JRE_HOME/lib/security/java.security file. It should go after security.provider.1 but before security.provider.2 (at least with OpenJCE). YMMV. -- /v\atthew -- Matthew L DanielNever put off until tomorrow wh

sealing violation still exists? Was: [FOLLOWUP] Proposed Tomcat 4.0-Beta-2 Code Freeze Date?

2001-03-28 Thread Matthew L Daniel
nt machine, so it makes tracking the problem a nightmare. Craig knows all of this, but the more input I can get the better. -- /v\atthew -- Matthew L DanielNever put off until tomorrow what you can do today. Wizard There might be a law against it by that time. [EMAIL PROTECTED]-- `/usr/bin/fortune`

[PATCH] catalina.sh more flexible

2001-03-22 Thread Matthew L Daniel
just makes catalina.sh find it's CATALINA_HOME more intelligently, if such a .rc is available. I hijacked the idea from Ant and it's .antrc. And, I like a restart command, but that's just me. HTH, -- /v\atthew -- Matthew L Daniel Discovery is seeing

[PATCH] Bug # 1002 patch (plus misc)

2001-03-22 Thread Matthew L Daniel
e a WebApp talk to Inprise Application Server using only the WebApp (contra starting Catalina using vbj), if anyone is interested in such a trick. I hope these help you as much as they help me. -- /v\atthew -- Matthew L Daniel Discovery is seeing what everybody Internet D

signals with JNI

2001-02-06 Thread Daniel Diaz
eived SIGSEGV Another strange problem occurs if you replace this line by system("uname -a"); after executing system() the JVM loading is blocked (in a sigsuspend I think). Could you help me on this please ? -- === D

netdb.h

2001-01-25 Thread Daniel Williams
I'm trying to compile the Apache Tomcat module on Windows. I'm having problems finding netdb.h. Would anyone know were I could get my hands on this file. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, ema

Re: Catalina-4M5 question: parameters?

2000-11-30 Thread Matthew L Daniel
work fine with Tomcat and other websites. My curiousity is could the wrong servletapi.jar cause something like this to happen? I was using the old stuff for 3.2b8, and I _got_ servletapi-4.0 from CVS, but I ass-u-med that Catalina would copy it somewhere important. Thanks again, -- /v\atthew

Catalina-4M5 question: parameters?

2000-11-29 Thread Matthew L Daniel
fore I tear into the meat of Catalina (having only Tomcat 3.2b8 development experience prior). Thanks, -- /v\atthew -- Matthew L Daniel Rich bachelors should be heavily taxed. Internet DirectorIt is not fair that some men should be SterlingPlanet, Inc.

Re: Now, am I stupid or what?

2000-11-28 Thread Matthew L Daniel
like the ASF projects. Thank you, -- /v\atthew --- Begin Forwarded Message --- Matthew L Daniel wrote: > > On Mon, Nov 27, 2000 at 04:41:58PM -0800, Pier P. Fumagalli wrote: > > > > On the former topic, we probably need someone who is autoconf-savvy to make > > &g

Re: TC4-m4 startup

2000-11-08 Thread Daniel Ritchey
#x27;s patience and help, Daniel Ritchey - [EMAIL PROTECTED] http://ritchey.dyndns.org AIM: CaptainSlapHappy _ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share informa

Re: TC4-m4 startup

2000-11-08 Thread Daniel Ritchey
n is clear... Daniel Ritchey >I think what you say you want to do is going to violate the spec for what >a WAR file is supposed to be for. Your web.xml is supposed to be packaged >with your WAR ("*.war") file: your WAR file is supposed to contain not >only your app, but also the cont

Re: TC4-m4 startup

2000-11-07 Thread Daniel Ritchey
s but I think it will work and add bit more flexibility. I still have alot to figure out about how catalina is setup, so this all might be unecessary. Thanks, Daniel Ritchey - [EMAIL PROTECTED] http://ritchey.dyndns.org AIM: CaptainSlapHappy __

Re: TC4-m4 startup

2000-11-07 Thread Daniel Ritchey
directory. Last night I posted what I think might be a possible solution, but haven't had a chance to test it. Another question... is the base web.xml even used or necessary, what purpose does it serve? Just trying to get a handle on all thi

Re: TC4-m4 startup

2000-11-06 Thread Daniel Ritchey
gt;I need to know how to move the web.xml file and tomcat_users.xml from the >conf directory to something like conf/catalina/ > >I know you can specify where server.xml should be loaded from, but how do >you do this for the other files. > > > >Daniel Ritchey >---

TC4-m4 startup

2000-11-06 Thread Daniel Ritchey
the other files. Daniel Ritchey - [EMAIL PROTECTED] http://ritchey.dyndns.org AIM: CaptainSlapHappy _ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share information about