Re: [tomcat-dev] [J-T-C] What about ajp13 refactory in java ?

2001-06-20 Thread jean-frederic clere
Aaron Bannert wrote: > > On Tue, Jun 19, 2001 at 06:16:15PM +0200, Gomez Henri wrote: > > > I've been lurking on this list for awhile and wading through all the > > > code, and this one has been bothering me for awhile. > > > Is there a way we could get > > > a STATUS and README file written for

sendRedirect problem with Internet Explorer

2001-06-20 Thread Sebastian Mangels
Hi! I encountered a problem with the response.sendRedirect method and HTML anchor-links. supposing we have a jsp that accepts a Parameter ID. eg: test.jsp?ID=25 this jsp produces a html -page which containes an anchor link: ... ... so: test.jsp?ID=25#foo shlod result in calling the js

[PATCH] SSL session hash

2001-06-20 Thread Hartmut Keil
Hi everybody im writting a filter for doing some SSL related stuff, like client-cert authentication or sever-gated-cryptography. Therefore you must have the possibility to identify the SSL sessin of the request. (of course you must then also controll the SSL sessions, but that's another topic.

RE: Missing CGIServlet from nightly build

2001-06-20 Thread Reilly, John
> On Tue, 19 Jun 2001, Kevin Jones wrote: > > > Thanks John. > > > > Does this make the nightlies unusable? > > > > Is there a plan to move to 1.3? > > > > I thought that I had already :-( ... I will check as soon as > I get home > from a trip (Thursday). The nightlies are built on my hom

How-to prevent Directory Listing ?

2001-06-20 Thread Olivier AKA Cypher
Hi Gurus and fellows... I didn't find a solution in the archives so here my trouble : How can I prevent TomCat from Browsing directories? Of course, I could put a default page in every directory, but there must be a smarter solution. Any ideas, anyone? Olivier aKa Cypher. ___

Re: [J-T-C] httpd crash (was: WebAppMount-Deploy)

2001-06-20 Thread Pier P. Fumagalli
[EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: > > Why does httpd destroy connection? > The option --enable-threads=no in APR config could cause this? > Another idea? [Wed Jun 20 11:29:23 2001] 747 (pr_info.c:91) Provider is deploying _INFO_ for http://localweb:80/info/ (Conn: _INFO_) /usr/local/

Re: [tomcat-dev] [J-T-C] What about ajp13 refactory in java ?

2001-06-20 Thread Pier P. Fumagalli
Aaron Bannert at [EMAIL PROTECTED] wrote: > On Tue, Jun 19, 2001 at 10:06:07AM -0700, Aaron Bannert wrote: >> Apache Tomcat Connectors >> >> >> >> Introduction >> >> >> This CVS module contains the code f

Re: header handling in WARP

2001-06-20 Thread Pier P. Fumagalli
Thom Park at [EMAIL PROTECTED] wrote: > Hello everyone, > > I have a question on how the Warp handler handles headers > coming back from a request. > > In pr_warp.c, warp_handler,the following is written: > > /* Check if we got an HDR packet (header) */ > if (i->type==TYP_REQUEST_H

Re: [tomcat-dev] [J-T-C] What about ajp13 refactory in java ?

2001-06-20 Thread Gomez Henri
> util: a set of API used by Tomcat. There came from Tomcat 3.3 but they > were > extracted since and put here. > > webapp: mod_webapp/warp protocol (only ajp14) I does a mistake here. mod_webapp use warp protocol ajp14 is only used in mod_jk :)

[J-T-C] Ajp14 Autoconf features

2001-06-20 Thread Gomez Henri
Hi, If you take a look at Ajp14 documentation, you'll see the JkAutoMount directive : Rigth now it at the following synthax : JkAutoMount workername [virtualhost] This tell mod_jk to ask for ALL contexts available on the servlet-engine corresponding to workername. In tomcat 3.x current case

cvs commit: jakarta-tomcat-connectors/jk/doc tomcat-domino-howto.html

2001-06-20 Thread andya
andya 01/06/20 05:31:51 Modified:jk/doc tomcat-domino-howto.html Log: Added note about Windows 2000 problem resolving 'localhost' in workers.properties. Revision ChangesPath 1.3 +6 -1 jakarta-tomcat-connectors/jk/doc/tomcat-domino-howto.html Index: to

[TC4b5] SingleSignOn works with Basic Auth but not Forms

2001-06-20 Thread Marcel Jansen
Hi I'm running the Tomcat 4.0b5 build and am keen to use the SingleSingOn feature. When I configure the web.xml files to use basic authentication everything's fine but when using Forms based authentication it will insist on authenticating every web application. Also, after authentication with a

Re: [J-T-C] Ajp14 Autoconf features

2001-06-20 Thread jean-frederic clere
Gomez Henri wrote: > > Hi, > > If you take a look at Ajp14 documentation, you'll see > the JkAutoMount directive : > > Rigth now it at the following synthax : > > JkAutoMount workername [virtualhost] Having virtualhost there is not very good because there is already a in Apache, having infor

Mathavaraj

2001-06-20 Thread mathavaraj
Hai , My name is N.Mathavaraj.Iam from Indian.Iam doing an Icalendar project.Iam using tomcat server for my project.Iam using Transformer Factory for linking xml and xsl.Can any one give me any suggestions where i have to put my xml and xsl in the tomcat and whether i have to give th

JVM files on a standard linux box..

2001-06-20 Thread Pier P. Fumagalli
Can someone send me the output of a "find $JAVA_HOME -type f" from a Linux environment, please? :) Cheers.. Pier

Re: [tomcat-dev] [J-T-C] What about ajp13 refactory in java ?

2001-06-20 Thread Aaron Bannert
On Wed, Jun 20, 2001 at 09:41:19AM +0200, jean-frederic clere wrote: > Aaron Bannert wrote: [snip] > > Apache Tomcat Connectors > > [snip] > > Installing Apache Tomcat Connectors > > === >

Re: JVM files on a standard linux box..

2001-06-20 Thread Pier P. Fumagalli
Pier P. Fumagalli at [EMAIL PROTECTED] wrote: > Can someone send me the output of a "find $JAVA_HOME -type f" from a Linux > environment, please? :) Whops.. Better a "ls -laR" since it includes links and their targets... Thanks! Pier

[PATCH] Re: [J-T-C] What about ajp13 refactory in java ?

2001-06-20 Thread Aaron Bannert
On Wed, Jun 20, 2001 at 11:47:23AM +0100, Pier P. Fumagalli wrote: > Aaron Bannert at [EMAIL PROTECTED] wrote: > > On Tue, Jun 19, 2001 at 10:06:07AM -0700, Aaron Bannert wrote: > >> Apache Tomcat Connectors > >> [snip] >

Re: JVM files on a standard linux box..

2001-06-20 Thread Pier P. Fumagalli
Pier P. Fumagalli at [EMAIL PROTECTED] wrote: > Pier P. Fumagalli at [EMAIL PROTECTED] wrote: > >> Can someone send me the output of a "find $JAVA_HOME -type f" from a Linux >> environment, please? :) > > Whops.. Better a "ls -laR" since it includes links and their targets... And also, since y

Re: [J-T-C] Ajp14 Autoconf features

2001-06-20 Thread Gomez Henri
> > If you take a look at Ajp14 documentation, you'll see > > the JkAutoMount directive : > > > > Rigth now it at the following synthax : > > > > JkAutoMount workername [virtualhost] > > Having virtualhost there is not very good because there is already a > in Apache, having information in 2 d

Re: JVM files on a standard linux box..

2001-06-20 Thread Andy Armstrong
I've got the IBM JDK (2.13) on a machine here -- is that any use? "Pier P. Fumagalli" wrote: > > Can someone send me the output of a "find $JAVA_HOME -type f" from a Linux > environment, please? :) > > Cheers.. > > Pier -- Andy Armstrong, Tagish

Re: JVM files on a standard linux box..

2001-06-20 Thread Pier P. Fumagalli
Pier P. Fumagalli at [EMAIL PROTECTED] wrote: > Pier P. Fumagalli at [EMAIL PROTECTED] wrote: > >> Pier P. Fumagalli at [EMAIL PROTECTED] wrote: >> >>> Can someone send me the output of a "find $JAVA_HOME -type f" from a Linux >>> environment, please? :) >> >> Whops.. Better a "ls -laR" since

Re: [J-T-C] 1 second for crash (was: httpd crash)

2001-06-20 Thread Pier P. Fumagalli
[EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: > Sorry Pier, > my previous httpd log was wrong :) > > These are ok: > --- > [root@localhost jakarta-tomcat-4.0-b5]# /usr/local/apache/bin/apachectl start > [Wed Jun 20 16:57:34 2001] 1699 (pr_info.c:66) INFO provider initialized > [Wed Jun 20 1

Re: JVM files on a standard linux box..

2001-06-20 Thread Andy Armstrong
zipped, attached. "Pier P. Fumagalli" wrote: > > Pier P. Fumagalli at [EMAIL PROTECTED] wrote: > > > Pier P. Fumagalli at [EMAIL PROTECTED] wrote: > > > >> Can someone send me the output of a "find $JAVA_HOME -type f" from a Linux > >> environment, please? :) > > > > Whops.. Better a "ls -laR"

Re: [J-T-C] Ajp14 Autoconf features

2001-06-20 Thread jean-frederic clere
Gomez Henri wrote: > > > > If you take a look at Ajp14 documentation, you'll see > > > the JkAutoMount directive : > > > > > > Rigth now it at the following synthax : > > > > > > JkAutoMount workername [virtualhost] > > > > Having virtualhost there is not very good because there is already a > >

Re: #define JK_VERSION in j-t-c (doesn't exist)

2001-06-20 Thread jean-frederic clere
Hi, I have prepared a patch for configure.in to generate JK_EXPOSED_VERSION and JK_VERSION. The result is a file named common/version.h: +++ #define JK_EXPOSED_VERSION "mod_jk/1.2.0-dev" #define JK_VERSION (((1) << 16) + ((2) << 8) + (0))

Re: JVM files on a standard linux box..

2001-06-20 Thread Christopher Cain
Attached is the JDK1.2.2 listing. I also have a 1.3 JDK, so let me know if you would like that one as well. I'd be happy to send it. $MACHTYPE was not defined, at least on my RedHat 6.2 box. Dunno about config.guess, although I have a reasonably old (3.3m1) Tomcat installation on this machine. M

Re: #define JK_VERSION in j-t-c (doesn't exist)

2001-06-20 Thread Andy Armstrong
jean-frederic clere wrote: > > Hi, > > I have prepared a patch for configure.in to generate JK_EXPOSED_VERSION and > JK_VERSION. > The result is a file named common/version.h: > +++ > #define JK_EXPOSED_VERSION "mod_jk/1.2.0-dev" > #define JK_VERSION (((1) << 16) + ((2) << 8) + > (0)) > +++ > An

tomcat 3.3.m3

2001-06-20 Thread Biljana Trklja
I installed tomcat 3.3.m3 on June 19 2001 and could not start the server. The error was: file://start: 2001-06-19 17:52:14 - Ctx() : Status code:304 request:R( + /tomcat.gif + null) msg:null 2001-06-19 17:52:14 - Ctx() : Status code:304 request:R( + /tomcat-power.gif + null) msg:null A nonfata

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/service/connector Ajp13ConnectorRequest.java

2001-06-20 Thread marcsaeg
marcsaeg01/06/20 13:52:24 Modified:src/share/org/apache/tomcat/service/connector Tag: tomcat_32 Ajp13ConnectorRequest.java Log: Fixed sign extension problem in doRead(), again. PR: 1673 Submitted by: Richard Evans ([EMAIL PROTECTED]) Revision Cha

Re: [J-T-C] 1 second for crash (core)

2001-06-20 Thread Pier P. Fumagalli
[EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: > Hi Pier, > I found a core in my /: > > - > [root@localhost /]# gdb core core > GNU gdb 19991004 > Copyright 1998 Free Software Foundation, Inc. > GDB is free software, covered by the GNU General Public License, and you are > welcome to change i

RPM for tomcat 3.2.2-1 : any problems reported?

2001-06-20 Thread Geir Magnusson Jr.
We just discovered a classloader-related problem with Velocity when used in Tomcat 3.2.2 that seems to have come from the 3.2.2-1 RPM. I have not verified the problem myself. Before I install the RPM and dive in, I wanted to check if there are any known issues with this RPM. The problem is rela

Tomcat standalone JVM running single servlet overruns heap

2001-06-20 Thread Tom Amiro
Hello, I tried to send this message before but it got bounced -- probably the attachments. I've deployed a Java servlet that gets about 300-400 hits a day. Tomcat (standalone mode) keeps running out of memory and crashing. The servlet does an XSLTC transformation on an XML file about 1.5MB large

cvs commit: jakarta-tomcat-4.0/tester/src/bin tester.xml

2001-06-20 Thread amyroh
amyroh 01/06/20 15:37:08 Modified:tester/src/bin tester.xml Log: Remove one of the CGI tests due to OS dependency. Revision ChangesPath 1.50 +0 -4 jakarta-tomcat-4.0/tester/src/bin/tester.xml Index: tester.xml ===

cvs commit: jakarta-tomcat-4.0/tester/web/golden chores.txt

2001-06-20 Thread amyroh
amyroh 01/06/20 15:38:26 Removed: tester/web/WEB-INF/cgi chores.pl tester/web/golden chores.txt Log: Remove one of the CGI tests due to OS dependency.

RE: Tomcat standalone JVM running single servlet overruns heap

2001-06-20 Thread Marc Saegesser
I've had very good luck in the past using JProbe to track down memory problems. > -Original Message- > From: Tom Amiro [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 20, 2001 4:27 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Tomca

FORM-based authentication idea

2001-06-20 Thread Michael Jennings
Hi everyone, I just wanted to bounce an idea off of everyone. In tomcat, when one specifies form-based authentication you have to tell tomcat which page is the login page. This is done via the context's web.xml file by setting the property under the section. When a user hits a protected URL in

Re: FORM-based authentication idea

2001-06-20 Thread Andy Armstrong
Michael Jennings wrote: > Hi everyone, > > I just wanted to bounce an idea off of everyone. In tomcat, when one > specifies form-based > authentication you have to tell tomcat which page is the login page. This is > done > via the context's web.xml file by setting the property > under the > se

Re: jasper34 - status

2001-06-20 Thread Mel Martinez
+1 I just want to throw in that I think this is going great. I am tracking the list and watching the changes as best I can via cvs web. I am dying to get my network and dev environment moved up here so I can contribute a ton of ideas and code that are in my head, but that is not going to happen

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/loader WebappLoader.java

2001-06-20 Thread remm
remm01/06/20 16:31:30 Modified:catalina/src/share/org/apache/catalina/loader WebappLoader.java Log: - There appears to be some deployment problems in some rare cases, so the paths generated will temporarily be printed out on the console for debug

Re: FORM-based authentication idea

2001-06-20 Thread Michael Jennings
> > The alternative is to look for the presence of a session variable called > > "tomcat.auth.originalLocation" > > and set up a default from within the login page if that session variable > > isn't there. > > > > Any thoughts? > > > Why not supply the default in a hidden field on the login page?

Re: FORM-based authentication idea

2001-06-20 Thread Christopher Cain
Andy Armstrong wrote: > > Michael Jennings wrote: > > > Hi everyone, > > > > I just wanted to bounce an idea off of everyone. In tomcat, when one > > specifies form-based > > authentication you have to tell tomcat which page is the login page. This is > > done > > via the context's web.xml file

Re: FORM-based authentication idea

2001-06-20 Thread Christopher Cain
Christopher Cain wrote: > > My main objection would be that it is adding > non-spec features, which means that any apps > written under Tomcat would not cleanly port > to other spec-compliant servlet containers. This, of course, should read: Any apps written under Tomcat "to levarage this featu

Re: FORM-based authentication idea

2001-06-20 Thread Michael Jennings
> FWIW, I guess I could see some small convenience in a target-fail and > target-succeed context parameter. I guess I if I had multiple entry > points into my application, such as a more complex manual authentication > routine within a different application or something, I could also grab > these

Re:cvscommit:jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/loaderWebappClassLoader.java

2001-06-20 Thread Jon Stevens
on 6/19/01 9:03 PM, "Remy Maucherat" <[EMAIL PROTECTED]> wrote: > Do you have version 1.63 of StandardContext, as well as 1.4 (or 1.3, it's > the same minus the traces mentioned below) of WebappLoader, and 1.2 of > WebappClassLoader ? > > I added some e.printStackTrace() in WebappLoader to displ

Re: FORM-based authentication idea

2001-06-20 Thread Christopher Cain
Michael Jennings wrote: > > If this proposed feature (default login target) was added to tomcat, then > any JSP pages > developed would just behave a bit nicer in this special case, they would > still continue > to work correctly in any spec-compliant jsp container. I would simply be a little b

Re: FORM-based authentication idea

2001-06-20 Thread Michael Jennings
> I would simply be a little bit leary of extending the web.xml file > format beyond what the spec states, given that Tomcat is the official > reference implementation. My feeling would be to change the internal > behavior of the problem you point out to be handled a bit more > elegantly, rather t

Re: [J-T-C] 1 second for crash (core)

2001-06-20 Thread Pier P. Fumagalli
Pier P. Fumagalli at [EMAIL PROTECTED] wrote: > > Gotcha... Going off-list.. :) Just an update, so you don't feel left out... Got the core, GDBed it, and it seems that it's not actually a problem with WebApp, but rather with (hearya hearya, LIBPTHREAD on Francesco's box - damn Italians :)... Th

Re: FORM-based authentication idea

2001-06-20 Thread Craig R. McClanahan
On Wed, 20 Jun 2001, Michael Jennings wrote: > Hi everyone, > > I just wanted to bounce an idea off of everyone. In tomcat, when one > specifies form-based > authentication you have to tell tomcat which page is the login page. This is > done > via the context's web.xml file by setting the pro

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/loader LocalStrings.properties WebappLoader.java

2001-06-20 Thread remm
remm01/06/20 18:39:10 Modified:catalina/src/share/org/apache/catalina/loader LocalStrings.properties WebappLoader.java Log: - Add additional log info so that I can figure out what's up with Scarab running on Jon's box. It's no longer displayed on the

TomCat - Cache problem

2001-06-20 Thread Julio Cesar Perez Jerez
Hi all,   My problem is that when I call to "abc.jsp" this is really loaded in cache, my .jsp is'nt reloaded again. I want the JSPs to be reloaded each time this is called.   How can I manage zero cache in my application ? what is the configuration's file to do this changes.     I hope tha

Re: cvs commit:jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/loaderLocalStrings.properties WebappLoader.java

2001-06-20 Thread Jon Stevens
on 6/20/01 6:39 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > - Add additional log info so that I can figure out what's up with Scarab > running on Jon's box. It's no longer displayed on the console, but instead > put in the log files. > - Rename StandardLoader -> WebappLoader in the l

Re: cvs commit:jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/loaderLocalStrings.properties WebappLoader.java

2001-06-20 Thread Remy Maucherat
> on 6/20/01 6:39 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > > - Add additional log info so that I can figure out what's up with Scarab > > running on Jon's box. It's no longer displayed on the console, but instead > > put in the log files. > > - Rename StandardLoader -> WebappLoad

Re: RPM for tomcat 3.2.2-1 : any problems reported?

2001-06-20 Thread Geir Magnusson Jr.
I tested against the current rpm for 3.2.2-1, and all is fine.Never mind :) I guess I should have emphasized 'seems' in my first sentence below. geir "Geir Magnusson Jr." wrote: > > We just discovered a classloader-related problem with Velocity when used > in Tomcat 3.2.2 that seems to hav

Re: cvscommit:jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/loaderLocalStrings.properties WebappLoader.java

2001-06-20 Thread Jon Stevens
on 6/20/01 7:06 PM, "Remy Maucherat" <[EMAIL PROTECTED]> wrote: > The new one is org.apache.catalina.loader.WebappLoader Nope. Still nothing. I now have: Proof: [185][ ~/checkout/scarab/target/conf ]% dir total 92 0 drwxrwxr-x 10 jon

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/server Ajp13.java

2001-06-20 Thread larryi
larryi 01/06/20 20:07:10 Modified:src/share/org/apache/tomcat/modules/server Ajp13.java Log: Port a couple of updates from tomcat_32 branch. Fixed sign extension problem in doRead(). PR: 1673 Submitted by: Richard Evans ([EMAIL PROTECTED]) Fix buffer bounds check. Thi

Re: [J-T-C] 1 second for crash (core)

2001-06-20 Thread Pier P. Fumagalli
Pier P. Fumagalli at [EMAIL PROTECTED] wrote: > Pier P. Fumagalli at [EMAIL PROTECTED] wrote: >> >> Gotcha... Going off-list.. :) > > Just an update, so you don't feel left out... Another one... What I thought it was, it wasn't... It's 4 AM and me is going to bed (really depressed, the first S

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

2001-06-20 Thread remm
remm01/06/20 20:42:35 Modified:catalina/src/share/org/apache/catalina/startup Catalina.java Log: - Whenever a Loader element was specified in a Context, a StandardLoader was created, regardless on whether or not a className attribute was specified. This is now fixed, and

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

2001-06-20 Thread Jon Stevens
on 6/20/01 8:42 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > - Whenever a Loader element was specified in a Context, a StandardLoader > was created, regardless on whether or not a className attribute was > specified. > This is now fixed, and the className attribute now works correctly

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

2001-06-20 Thread Remy Maucherat
> on 6/20/01 8:42 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > > - Whenever a Loader element was specified in a Context, a StandardLoader > > was created, regardless on whether or not a className attribute was > > specified. > > This is now fixed, and the className attribute now work

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

2001-06-20 Thread remm
remm01/06/20 21:18:53 Modified:catalina/src/share/org/apache/catalina/startup Catalina.java Log: - Set the javaURLContextFactory as the JNDI IC factory. That feature was present some time ago, but was removed because of fear of conflicts (which turns out not to be a prob

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/http Parameters.java

2001-06-20 Thread larryi
larryi 01/06/20 21:38:15 Modified:util/java/org/apache/tomcat/util/http Parameters.java Log: Add test to avoid NPEs Revision ChangesPath 1.5 +2 -1 jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/http/Parameters.java Index: Parameters.java =

cvs commit: jakarta-tomcat RELEASE-PLAN-3.3

2001-06-20 Thread larryi
larryi 01/06/20 21:42:10 Modified:.RELEASE-PLAN-3.3 Log: Update release plan to add Milestone 4 and adjust dates Revision ChangesPath 1.12 +21 -3 jakarta-tomcat/RELEASE-PLAN-3.3 Index: RELEASE-PLAN-3.3

cvs commit: jakarta-tomcat README

2001-06-20 Thread larryi
larryi 01/06/20 21:51:33 Modified:.README Log: Update for Milestone 4. Updated build instructions to address new dependencies on other projects. As a result of these dependencies, the base directory name from expanded source archives will have to be renamed to matc

Where to put xml & xsl file inTomcat server??

2001-06-20 Thread mathavaraj
Hai , Iam using tomcat server for my project.Iam using Transformer Factory for linking xml and xsl.Can any one give me any suggestions where i have to put my xml and xsl in the tomcat or whether i have to give the path in my coding. Here is the coding of it, // Imported TraX classes

cvs commit: jakarta-tomcat/src/doc readme

2001-06-20 Thread larryi
larryi 01/06/20 21:52:45 Modified:src/doc readme Log: Update for Milestone 4 Revision ChangesPath 1.14 +13 -13jakarta-tomcat/src/doc/readme Index: readme === RCS file: /home/cvs/jakarta-t

Re: FORM-based authentication idea

2001-06-20 Thread Andy Armstrong
Michael Jennings wrote: >>>The alternative is to look for the presence of a session variable called >>>"tomcat.auth.originalLocation" >>>and set up a default from within the login page if that session variable >>>isn't there. >>> >>>Any thoughts? >>> >> >>Why not supply the default in a hidden fi

[J-T-C] 1 second for crash (core)

2001-06-20 Thread francesco.casalena
Hi Pier, I found a core in my /: - [root@localhost /]# gdb core core GNU gdb 19991004 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "

[J-T-C] 1 second for crash (was: httpd crash)

2001-06-20 Thread francesco.casalena
Sorry Pier, my previous httpd log was wrong :) These are ok: --- [root@localhost jakarta-tomcat-4.0-b5]# /usr/local/apache/bin/apachectl start [Wed Jun 20 16:57:34 2001] 1699 (pr_info.c:66) INFO provider initialized [Wed Jun 20 16:57:34 2001] 1699 (pr_warp.c:492) WARP provider initialized [W