On Thu, Mar 15, 2001 at 07:33:19AM -, [EMAIL PROTECTED] wrote:
> costin 01/03/14 23:33:19
>
> - added -noout option to redirect the stdout/stderr to a file
Great, I've been modifying my tomcat scripts to do this by hand forever.
> - save the PID of the java process in conf/tomcat.p
costin 01/03/14 23:33:19
Modified:.changes3.3
src/share/org/apache/tomcat/modules/config
ProfileLoader.java
src/share/org/apache/tomcat/modules/server
Ajp12Interceptor.java
src/share/or
remm01/03/14 21:34:56
Modified:catalina/src/share/org/apache/catalina/startup Catalina.java
Log:
- Add org.apache.naming as a prefix in the
javax.naming.Context.URL_PKG_PREFIXES property.
Revision ChangesPath
1.17 +5 -5
jakarta-tomcat-4.0/catalina/src/
craigmcc01/03/14 19:24:13
Modified:tester Tag: J2EE_13_BRANCH build.xml
tester/src/bin Tag: J2EE_13_BRANCH tester.xml
tester/src/tester/org/apache/tester Tag: J2EE_13_BRANCH
SetBufferSize01.java TestClient.java
teste
On Wed, 14 Mar 2001, christopher hull wrote:
>
> Wow! Thanks for the quick response.
>
> The problem it turns out has nothing to do with spaces. When
> getResourceAsStream() can't find a resource, it displays a space just
> after the root for convenience. It turns out that getResourceAsS
Wow! Thanks for the quick response.
The problem it turns out has nothing to do with spaces. When
getResourceAsStream() can't find a resource, it displays a space just
after the root for convenience. It turns out that getResourceAsStream
is case sensitive. Is there a way to tell getResour
On Wed, 14 Mar 2001, Dan Milstein wrote:
> I don't see the advantages to having a separate project for the connectors.
> Can someone explain that to me?
I don't think the proposal meant a separate top level project, with
separate list, etc.
It meant to decouple mod_jk and the connector from to
On Wed, 14 Mar 2001, christopher hull wrote:
>
> But wait...
> /WEB-INF/../../env.xml
> is inside of
> /WEB-INF/../env.xml
> (see example below)
>
When you start with a slash, that means you are resolving a URL relative
to some "base". The base that is used depends on the context you are
us
But wait...
/WEB-INF/../../env.xml
is inside of
/WEB-INF/../env.xml
(see example below)
Do you have to specify all the sub-directories that a webapp uses?
Also, I've noticed an interesting and occasionsl unsafe path where a
space is being introduced just before the path I supply to
getResourc
Hi,
I have a question regarding the use of HttpSessionFacade. It appears that many
instances of this object can wrap the same *real* session. These objects are th
en recycled by tomcat (unbinding the facade from the real session). This recycli
ng happens prior to the session being invalidated w
horwat 01/03/14 16:37:18
Modified:jasper/src/bin jasper.bat jasper.sh
Log:
Fix jspc classpath, point to new servlet.jar file location.
Submitted by: Steve Downey
Revision ChangesPath
1.4 +2 -2 jakarta-tomcat-4.0/jasper/src/bin/jasper.bat
Index: jasp
horwat 01/03/14 16:31:41
Modified:jasper/src/share/org/apache/jasper/compiler
ParserController.java
Log:
Bug Fix: jspc didn't work well under windows since file separator assumed to be "/"
in ParserController.resolveFileName
Bugzilla: #821 & #487
I don't see the advantages to having a separate project for the connectors.
Can someone explain that to me?
The main disadvantage that I see is that the connectors and Tomcat are very
tightly linked -- I think having one developer list for TC and the
connectors makes a lot of sense. I think hav
>
> The connection to Apache seems to be a big source of problems. Haven't
> tried it though -- standalone Tomcat works fine for me. If you're
> serving static content, you'd like to make it.
TC 3.2.1 did have some serious connector issues (particularly with ajp13,
which a lot of people used bec
In working with some internal groups, we have some classes that perform file uploads
(anyone heard of GroupWise Webaccess?). One of the things they have done in their
servlets that handle this is call the available method on the ServletInputStream so
that they can delay the thread for a small
Requires JavaMail 1.2.
Glenn
Amy Roh wrote:
>
> [javac] C:\jakarta\jakarta-tomcat-4.0
> \catalina\src\share\org\apache\naming\factory\SendMailFactory.java:148: Wrong
> number of arguments in method.
> [javac] Session.getInstance(props));
>
> -Amy
>
> --
craigmcc01/03/14 14:36:42
Modified:catalina/src/conf web.xml
Log:
Add a mime type for DTD files so that browsers don't try to interpret them as
HTML (due to the lack of a Content-Type header, as specified for 2.3).
Revision ChangesPath
1.14 +4 -0 jakarta-tomc
For JSP 1.1, section 5.4.4, the descriptions of doInitBody() and
doAfterBody() both include the statement
"Not invoked in empty tags or in tags returning SKIP_BODY."
The specific mention of "empty tags" would lead one to believe that empty
tags are treated differently.
The JSP 1.2(PFD) spec,
Title: RE: FW: problem w/ ajp13 - if Tomcat is shutdown
Henri, Dan,
There are some discussions below about the usage
of msg/rmsg. What did you guys finally decide
on that? Just reuse msg? I'm seeing the problem
Dan mentioned on message larger than the ajp13
buffer (8K).
thanks,
shinta
> --
Marc Saegesser wrote:
>
> The follow email discussion happened on tomcat-dev back in January. In
> reviewing the open bugs for Tomcat 3.2.2 I came across this issues again and
> I'm trying to decide if it should dealt with, marked invalid, etc.
>
> Did anyone hear anything back from jsp-comment
Hi Jerry!
> "Jerry G. Wang" wrote:
> is Tomcat stable for production environment ? on which platform does
> it perform better ? does anyone know where i can get this info ?
I think your question is more of an user question, since it does not
deal with development of Tomcat.
>From my experience:
>Yeah, I was working for one... With another Tomcat committer,
>and thank god
>that Sun is _really_ serious about Tomcat, because if it was
>for some other
>company, right now my Apache involvement would be somewhere
>between a trash
>bin and the toilet...
I also works in a little company, SLI
[javac] C:\jakarta\jakarta-tomcat-4.0
\catalina\src\share\org\apache\naming\factory\SendMailFactory.java:148: Wrong
number of arguments in method.
[javac] Session.getInstance(props));
-Amy
-
To unsubscribe, e-mail: [EMAIL PROTE
Quoting [EMAIL PROTECTED]:
> Remy,
> Thanks for helping me look into this problem.
> I believe that short term, prepending the apache pkg prefix is a simple
> way
> to make results consistent.
I'll put that in this evening.
> I thought that some of my problem might be from having out of dat
Hi,
The jakarta-tomcat project has been tagged in CVS, so commits
may resume. If you need Tomcat 3.3 Milestone 2 source, be sure to
checkout with the tag tomcat_33_m2.
I have built the Windows connectors for Milestone 2. Those who
wish to contribute additional connectors may e-mail me directly.
remm01/03/14 11:18:20
Modified:catalina/src/share/org/apache/catalina/connector/http
HttpResponseStream.java
Log:
- An end chunk could be printed in the middle of a response if
write(byte[] b, int off, int len) was called with len = 0.
Revision
On Wed, 14 Mar 2001 [EMAIL PROTECTED] wrote:
> I'm still struggling with getting form authentication working with the
> latest snapshots.
> With 4.0b1 it works fine. With the latest snapshots no cookie is sent,
> authentication succeeds but redirection to the secured page fails.
>
> Can someon
On Wed, 14 Mar 2001, Pier P. Fumagalli wrote:
> GOMEZ Henri <[EMAIL PROTECTED]> wrote:
> >
> > I'll be +1 if Amy contribute to ALL TOMCAT current projects :
> >
> > ie : Tomcat 3.1, 3.2, 3.3 and 4.0
>
> Sweetie... I'm not going to touch ONE LINE of the 3.x code... Now, do you
Bravo !
That's
Remy,
Thanks for helping me look into this problem.
I believe that short term, prepending the apache pkg prefix is a simple way
to make results consistent.
I thought that some of my problem might be from having out of date
'org.jnp.interface' library. I have looked all morning, and cannot fi
Amy Roh <[EMAIL PROTECTED]> wrote:
>
> First of all, I would like to thank to everyone who voted +1 for me becoming a
> committer. I am very excited to get involved in such a project and am very
> happy that I no longer need to bug Craig or Remy to commit my code for me. :-)
Whoh!!! :) Now
GOMEZ Henri <[EMAIL PROTECTED]> wrote:
>
> I'll be +1 if Amy contribute to ALL TOMCAT current projects :
>
> ie : Tomcat 3.1, 3.2, 3.3 and 4.0
Sweetie... I'm not going to touch ONE LINE of the 3.x code... Now, do you
want to take away my committers privilege?
IS EVERYONE GETTING NUTS AGAIN ARO
Dan Milstein <[EMAIL PROTECTED]> wrote:
>
> Please, please, please, let's not get into another debate about 3.x vs 4.x
> -- I am really enjoying this list being useful again, and not clogged with
> flame wars.
But flame wars are "FUN" :) :) :) Joking of course
Pier (on a plane to Dublin
[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> and I would love to see more people working for other companies in jobs
> involving tomcat and willing to become commiters, and this vote will make
> it easier for them to do so.
Yeah, I was working for one... With another Tomcat committer, and t
C:\Build\Tomcat-4\jakarta-tomcat-4.0\dist\bin>jspc -d \tmp\jspc
-webapp ..\webapps\examples\jspUsing CLASSPATH:
..\classes;..\lib\jasper-runtime.jar;..\lib\namingfactory.jar;..\jasper\crimson.jar;..\jasper\jasper-compiler.jar;..\jasper\jaxp.jar;..\bin\servlet.jarException
in thread "main" ja
Hi Antony,
Normally 3.2 is frozen, and only bug fixes should go in.
But the good news is that for what you want, only a simple add-on module
is needed ( and if it's available before 3.2 is final, we can probably
include it in package - if not it'll be a separate download ).
It should be reasona
Hello,
> How do I specify that a specific policy file is to be taken into
> consideration while running applications(JSPs) on tomcat?
This kind of question should be posted to users-list, rather than this
list.
During the "PolicyInterceptor.contextInit()", the instances Permission
are retrieved
Hi,
We are now in the process of constructing Tomcat 3.3 Milestone 2.
Until further notice, please consider the jakarata-tomcat MAIN branch frozen.
Thanks,
Larry
__
Larry Isaacs
[EMAIL PROTECTED]
SAS Institute Inc.
--
Hi,
I am trying to find out if it is possible to plug ones own proprietary
user realm into Tomcat 3.2. I have JAAS login modules that authenticate
against this user realm and populate the JAAS Subject with principals
(user names, groups, roles). However, I need to get this JAAS created
security
Thanks Casey!
This looks very promising. How long before you have a
patch for jasper available? I would like to do some
testing of your tag pooling on Jasper in Tomcat 4.0.
Regards,
Glenn
Casey Lucas wrote:
>
> > > Great!
> > >
> > > You will do before/after performance comparisons?
> >
> >
I'm still struggling with getting form authentication working with the
latest snapshots.
With 4.0b1 it works fine. With the latest snapshots no cookie is sent,
authentication succeeds but redirection to the secured page fails.
Can someone advise whether this is a bug or is some additional setup n
40 matches
Mail list logo