Re: Auth bug in 3.2.1?

2001-04-14 Thread Marc Palmer
Hi Marc, I saw this problem in 3.2.1 as well - I made a fix for it in the tomcat that ships with the Borland AppServer but couldn't get anyone to comment on the fix in the main code-line (essentially I'm not a commiter so couldn't submit the fix) Hi Thom, Thanks for the info. Can someone

[ANNOUNCEMENT] Tomcat 3.2.2 beta 2 released

2001-04-07 Thread Marc Saegesser
the potential to expose directory listings and file contents outside a web application. The problem first appeared in Tomcat 3.2.2 beta 1 and does not exist in Tomcat 3.2.1. If you are using any Tomcat 3.2.2 beta release please upgrade to the Beta 3 release as soon as possible. Marc A. Saegesser

[ANNOUNCEMENT] Tomcat 3.2.2 beta 3 released

2001-04-07 Thread Marc Saegesser
the potential to expose directory listings and file contents outside a web application. The problem first appeared in Tomcat 3.2.2 beta 1 and does not exist in Tomcat 3.2.1. If you are using any Tomcat 3.2.2 beta release please upgrade to the Beta 3 release as soon as possible. Marc A. Saegesser

RE: tomcat-iis-howto.html

2001-03-09 Thread Marc Saegesser
When tomcat starts it creates a file in tomcat/conf called iis_redirect.reg-auto that has all the right registry entries with the correct paths based on the current config files. For example the full path to the log file, the full path to the workers and uriworkermap properties files.

RE: Include files in Tomcat and Apache

2001-03-09 Thread Marc Saegesser
Read the JSP spec. The include directive requires a relativeURLspec. You can only include files from the current webapp so there is no need to fully qualify the URL. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Abdullah Sent: Wednesday, March

RE: web.xml

2001-03-09 Thread Marc Saegesser
Yes. -Original Message- From: Benoit Lalumiere (LMC) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 07, 2001 1:33 PM To: 'Tomcat-User (E-mail) Subject: web.xml Hi all I am converting our application from tomcat 3.1 to tomcat 3.2.1, just want to make sure here as I did not

Apache1.3.17/Tomcat3.2.1/Suse Linux 7.0/High Load

2001-02-28 Thread Marc Zwingmann
of the Server goes up to 3.00 and the idle time goes to 0.5%. When I start the tomcat again the load is as high as before. The request didn´t get a timeout and the server is very slow. I don´t want to restart Apache! Does anybody know this problem and a solution? Cheers Marc

[ANNOUNCEMENT] Tomcat 3.2.2 beta 1 released

2001-02-26 Thread Marc Saegesser
I am pleased to announce that the Tomcat 3.2.2 beta 1 release is now available for download at http://jakarta.apache.org/builds/tomcat/release/v3.2.2-beta-1 Tomcat 3.2.2 contains bug fixes collected since the release of Tomcat 3.2.1. The bugs known to be fixed in this release are listed in the

RE: Starting tomcat as an NT Service

2001-02-22 Thread Marc Saegesser
This is almost certainly the infamous JDK1.3 bug. It has been discussed *lots* of times on this list (search the archives or read the documentation at http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/NT-Service-howto.htm l). -Original Message- From: Scott Eversole

RE: cpu load 100% on windows 2000 using iis

2001-02-21 Thread Marc Saegesser
Is there a ROOT web app? There is a known bug in 3.2.1 that causes Tomcat to spin in a tight loop if it gets a URL that doesn't map into a servlet *and* the ROOT webapp has been removed. This has been fixed and will appear in Tomcat 3.2.2. Also, be careful using JDK 1.3 if your going to run

RE: SOLVED: runaway threads eating cpu cycles on Solaris 7

2001-02-19 Thread Marc Saegesser
FWIW, this has been fixed for Tomcat 3.2.2 higher. You'll now get the 404 error instead of the tight loop. -Original Message- From: Kelly Kleinfelder [mailto:[EMAIL PROTECTED]] Sent: Friday, February 16, 2001 11:33 AM To: [EMAIL PROTECTED] Subject: SOLVED: runaway threads eating cpu

RE: Shouldn't Tomcat 3.2.1 decode the UTF-8 encoding of request parameters?

2001-02-19 Thread Marc Saegesser
This is the way it is supposed to work. The default form submission encoding is application/x-www-form-urlencoded (which you'll notice is what got sent in the Content-Type header. This means that all non-ASCII data is going to get URL encoded using %HH (where H is single HEX digit). Your

RE: jsp could not be loaded on winnt

2001-02-14 Thread Marc Saegesser
I've found the NPEs from the class loader generally mean corrupted .class files. Is it possible that the files got messed up when they were moved from the Linux machine to Win2000? You can turn on *lots* of debugging. There are notes in conf/server.xml about how to do it. Depending on how

RE: WinNT file name too long - JSP File naming algorithm

2001-02-13 Thread Marc Saegesser
It most likely isn't going to get fixed in Tomcat 3.2.2. The jsp file naming scheme has been cleaned up somewhat in Tomcat 3.3 but the path size limitation may still be reached. Recent changes to Jasper in Tomcat 4.0 should resolve this completely. -Original Message- From: [EMAIL

RE: tclBlend/Jacl in jsp's?

2001-02-12 Thread Marc Saegesser
I haven't used Jacl from a JSP, but I use it extensively from servlets and it works fine. The only thing odd was that I had to put the jar files in tomcat/lib (or the CLASSPATH) as opposed to web-inf/lib because of the way that Jacl looks for some classes. I'm using Tomcat 3.2.1 on WinNT.

RE: Problem with request.getServerName in redirect

2001-02-12 Thread Marc Saegesser
, Marc Saegesser -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Monday, February 12, 2001 6:23 PM To: [EMAIL PROTECTED] Subject: Re: Problem with request.getServerName in redirect Melissa Matthews wrote: I am using Apache/Tomcat 3.2.1. When I use

aliasing and basicAuth with apache-tomcat-cocoon

2001-02-06 Thread Marc Leblanc
Hi everyone,i wan to know if there is a way to configure aliasing and basic userAuthwith apache-tomcat-cocoon.exemple:my cocoon webapps is mount on /cocoon/servlets/lbss from/usr/jakarta-tomcat/webapps/cocoon/servlets/lbssbut i wan that url http://my.url/config to

aliasing and basicAuth with apache-tomcat-cocoon

2001-02-06 Thread Marc Leblanc
Hi everyone,i wan to know if there is a way to configure aliasing and basic userAuthwith apache-tomcat-cocoon.exemple:my cocoon webapps is mount on /cocoon/servlets/lbss from/usr/jakarta-tomcat/webapps/cocoon/servlets/lbssbut i wan that url http://my.url/config to

how to disable the tomcat webserver?

2001-02-02 Thread Marc Leblanc
it , that hewill not let everyone browse the directory. i try with httpd.conf of apache with Directory and Location but was unable to prevent this. Thank you Marc Leblanc Nomad Logic [EMAIL PROTECTED]

How to disable tomcat webserver ?

2001-02-02 Thread Marc Leblanc
browse the directory. i try with httpd.conf of apache with Directory and Location but was unable to prevent this. Thank you Marc Leblanc Nomad Logic [EMAIL PROTECTED]

how to disable the tomcat webserver?

2001-01-31 Thread Marc Leblanc
browse the directory. i try with httpd.conf of apache with Directory and Location but was unable to prevent this. Thank you Marc Leblanc Nomad Logic [EMAIL PROTECTED]

how to disable the tomcat webserver?

2001-01-31 Thread Marc Leblanc
browse the directory. i try with httpd.conf of apache with Directory and Location but was unable to prevent this. Thank you Marc Leblanc Nomad Logic [EMAIL PROTECTED]

RE: NT install notes error

2001-01-24 Thread Marc Saegesser
Already done (several weeks ago). It will appear in the next release of Tomcat 3.2.x. -Original Message- From: Steve Quail [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 24, 2001 2:35 AM To: [EMAIL PROTECTED] Subject: NT install notes error Could someone please update

RE: Possible isapi bug.

2001-01-24 Thread Marc Saegesser
I do this all the time and it works fine. No reboots needed. -Original Message- From: Craig Tataryn [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 23, 2001 4:37 PM To: [EMAIL PROTECTED] Subject: Possible isapi bug. I've noticed that if I edit my uriworkermap.properties

RE: precompile JSP with jspc picking up changes in JSP source

2001-01-16 Thread Marc Saegesser
They are mutually exclusive. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 16, 2001 2:01 PM To: [EMAIL PROTECTED] Subject: precompile JSP with jspc picking up changes in JSP source I noticed that if I precompile JSP with jspc and

Using classpath to look up JSPs

2001-01-10 Thread Marc Prud'hommeaux
of it. Thanks, Marc - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

RE: Tomcat dies immediately under windows

2001-01-08 Thread Marc Saegesser
Eric, I'm not sure if you got this when I sent the last time or not. If you could verify that this new tomcat.bat fixes your problem I'll committ the changes. Thanks for your help. - Eric, I don't have access to a Win98 system so could you please test the attached

RE: IIS5 / win2000

2001-01-08 Thread Marc Saegesser
I, and lots of others, use Tomcat 3.2.1 with IIS on Win2000 and it works fine. If the redirector doesn't load the problem is almost always an error in the registry settings. Review the archives for this mailing list. This topic seems to get discussed about one a week. Past postings should

Initial Context directly under the root (http://localhost/) not being mapped

2001-01-05 Thread Marc Escurriola
s... I know that my question is very long, but I rather giving a concise explanation of my situation rather than making a question that nobody can asnwer because of the lack of information. I thank you very much for your interest and help. Have a nice day. Marc mailto:[EMAIL PROTECTED] --

RE: How to enable ISAPI filters in IIS management console

2001-01-02 Thread Marc Saegesser
and associated archives can be found at http://jakarta.apache.org/site/mail.html -Original Message- From: Hawkins, Keith (Keith) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 02, 2001 8:34 AM To: 'Marc Saegesser' Cc: '[EMAIL PROTECTED]' Subject: RE: How to enable ISAPI filters in IIS management

RE: Tomcat dies immediately under windows

2001-01-02 Thread Marc Saegesser
I'll commit the changes as soon as someone can verify that the new tomcat.bat file works on Win98. I don't have the resources to test on that platform at the moment. If someone would kindly test this I would appreciate it. I sent this file to TOMCAT-USER yesterday as an attachment and it set

RE: IIS and Windows2000 support: is this coming soon?

2001-01-02 Thread Marc Saegesser
If you're using Tomcat 3.2.x then the functionality exists already. Just follow the same instructions for connecting IIS and Tomcat for WinNT. If your using Tomcat 4.x, then I don't think there is currently a connector for IIS. It actually something I'd love to do myself but I don't think I'll

RE: Tomcat dies immediately under windows

2001-01-01 Thread Marc Saegesser
Eric, I don't have access to a Win98 system so could you please test the attached tomcat.bat file. I've changed the java commands to use a -classpath argument. It works fine on WinNT but I'd like to get a test on Win98 before I commit the changes. -Original Message- From: Eric

RE: How to enable ISAPI filters in IIS management console

2001-01-01 Thread Marc Saegesser
Nagaraj, Could you elaborate on the tomcat+IIS issues? If there are Tomcat problems, then lets fix them. If the problems are with IIS then we should at least be able to document them, if not provide work arounds. -Original Message- From: G.Nagarajan [mailto:[EMAIL PROTECTED]] Sent:

RE: Init() being called 3 times

2000-12-29 Thread Marc Saegesser
Sorry about that. I was still thinking Servlet 2.1 API spec. The Servlet 2.2 spec is much tighter. -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Friday, December 29, 2000 2:35 PM To: [EMAIL PROTECTED] Subject: Re: Init() being called 3 times Marc

RE: How to enable ISAPI filters in IIS management console

2000-12-29 Thread Marc Saegesser
Search this list's archives. This comes fairly often. The isapi redirector is rather senstive to the configuration and doesn't always provide really useful error messages. Start by seeing of the iis_redirect.log file has been created and if it has any usefull error messages it in. Depending

RE: Init() being called 3 times

2000-12-28 Thread Marc Saegesser
1) Set Tomcat's debug level to something big (say 20). 2) Add a System.out.println() call to the begin and end or your init() method. Include a timestamp. 3) Add a call to Thread.currentThread().dumpStack() to the start of your init() method. 4) Post the output here. It is extremely

RE: Where is Source code for isap_redirect.dll

2000-12-27 Thread Marc Saegesser
src/native/iis/jk_isapi_plugin.c shared code is also found in src/native/jk -Original Message- From: David Fusari [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 27, 2000 4:26 PM To: [EMAIL PROTECTED] Subject: Where is Source code for isap_redirect.dll Can someone give me thr

RE: Jakarta NT service

2000-12-21 Thread Marc Saegesser
You don't mention, but you're probably using JDK1.3. That's the problem, not jk_nt_service. Search the list archives and you will find copious amounts of information about this problem and ways to get around it. The easiest way is to switch back to JDK1.2. This has come up so many times that

RE: Jakarta NT service

2000-12-21 Thread Marc Saegesser
I've also updated the NT-Service-how.html file to include a notice about the JDK 1.3 issue and known work arounds. -Original Message- From: Marc Saegesser [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 21, 2000 12:51 PM To: [EMAIL PROTECTED] Subject: RE: Jakarta NT service You

RE: 404 error w/ isapi_redirect.dll

2000-12-08 Thread Marc Saegesser
I noticed that the URI your requesting is /examples:8080/jsp/index.html. That'll never work. Try something like http://localhost:8080/examples/jsp/index.html -Original Message- From: Kintzer, Michael [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 07, 2000 12:05 PM To: '[EMAIL

RE: Diffs between 3.1 and 3.2

2000-12-08 Thread Marc Saegesser
Ahhh, that explains it. I've been meaning to look into why my first request takes so damned long. I just added the following line of code to the init() method of one of load on startup servlets and now my first requests goes through just fine. new java.security.SecureRandom().nextLong();

how to embedd bsf with tomat

2000-12-07 Thread marc antony
hello how to embedd with tomcat bye Do You Yahoo!? Get your free @yahoo.co.in address at http://mail.yahoo.co.in

RE: EmbededTomcat question

2000-11-28 Thread Marc Saegesser
forwarded from IIS via the redirector. The code is still in proof of concept stage. I'll post it when I think its ready. If anyone else is using EmbededTomcat and would like to discuss these or other changes please contact me (preferably on one of the Tomcat mailing lists). Marc Saegesser -Original

RE: BUG jk_nt_service

2000-11-28 Thread Marc Saegesser
If you really want help should provide basic information like 1) What version of Tomcat 2) What operating system 3) When the error occurs. Is it during step 3 of the instructions when you use the -i option to install the service or does it happen later when you attempt to start the service?

RE: Tomcat NT service

2000-11-22 Thread Marc Saegesser
You don't say which version of Tomcat your using so I'll assume one of the recent 3.2 betas. See step 2 of the NT-Service-howto document (tomcat\doc\NT-Service-howto.html). It says to customize the wrapper.properties file that ships with Tomcat in the tomcat\conf directory. -Original

RE: It didn't work

2000-11-22 Thread Marc Saegesser
find the iis_redirect.reg-auto file you specified could you please email a copy of it to me on [EMAIL PROTECTED]??? It will be a great help for me and my collegus! Marc Saegesser wrote: I've done several installs on WinNT and Win200 with IIS and I can tell you that it does work. Without

RE: It didn't work

2000-11-21 Thread Marc Saegesser
I've done several installs on WinNT and Win200 with IIS and I can tell you that it does work. Without more details its hard to say what wrong with your configuration but here are a few common problems. 1) Make sure the isapi_redirect.dll wasn't corrupted by the download. It should 112Kb, if

RE: Tomcat 3.2-b7 not compliant to Servlet Specification 2.2 ?!

2000-11-16 Thread Marc Saegesser
build from source, please try the attached patch and see if it fixes the problem for you. Marc Saegesser -Original Message- From: Jochen Schneider [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 16, 2000 3:20 AM To: [EMAIL PROTECTED] Subject: Tomcat 3.2-b7 not compliant to Servlet

RE: 3.2b7 Fails to Compile on WinNT4.0

2000-11-13 Thread Marc Saegesser
I had the same problem until I realiazed that I didn't have the tomcat_32 branch of jakarta-servletapi. cvs co -r tomcat_32 jakarta-servletapi -Original Message- From: Pierre Delisle [mailto:[EMAIL PROTECTED]] Sent: Monday, November 13, 2000 3:28 PM To: [EMAIL PROTECTED] Subject: Re:

RE: Session Close

2000-11-08 Thread Marc Saegesser
Take a look at the javax.servlet.http.HttpSessionBindingListener interface and see if that does what your looking for. -Original Message- From: Pablo Trujillo [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 08, 2000 10:53 AM To: Java-Linux; Polinux; Tomcat-Linux Subject: Session

RE: JK_NT_SERVICE

2000-11-06 Thread Marc Saegesser
the jvm.stderr and jvm.stdout files and restarting tomcat to see if your servle output appears in the files. Marc -Original Message- From: Rajnish Bhaskar [mailto:[EMAIL PROTECTED]] Sent: Monday, November 06, 2000 3:56 AM To: [EMAIL PROTECTED] Subject: JK_NT_SERVICE Hi all, I'm

RE: Tomcat 3.1 and Apache 1.3.14 On Win98

2000-10-20 Thread Marc . McDonald
other format? I don't recall having to make the edit on the loadmodule for JServ. Marc McDonald Design Intelligence -Original Message-From: Brian Maniex [mailto:[EMAIL PROTECTED]]Sent: Thursday, October 19, 2000 10:10 PMTo: [EMAIL PROTECTED]Subject: Tomcat 3.1 and Apache

<    1   2   3