RE: Turning on verbose mode in the JVM

2004-12-22 Thread Mark Thomas
From: Tennessee Leeuwenburg [mailto:[EMAIL PROTECTED] > 1) How do I pass the -verbose (-v) flag to the JVM? JAVA_OPTS > 2) How do I pass arbitrary flags to the JVM? JAVA_OPTS > 3) How do I add information to the wiki when I don't have > permission to > edit the pages? I believe you have to reg

RE: extra directory in WebDAV servlet listing

2004-12-20 Thread Mark Thomas
The extra directory problem is now fixed in CVS for TC4.1.x and TC5.5.x I'll look at the arbitrary file system root next. Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: extra directory in WebDAV servlet listing

2004-12-19 Thread Mark Thomas
From: Garret Wilson [mailto:[EMAIL PROTECTED] > Mark Thomas wrote: > > If I can get this to work as you expect it to, it should > provide a solution for > > "how do I use webdav to manage my webapp?" - something that > is far from easy at > > the moment. &g

RE: extra directory in WebDAV servlet listing

2004-12-19 Thread Mark Thomas
aturday, December 18, 2004 8:08 PM > To: Tomcat Users List > Subject: Re: extra directory in WebDAV servlet listing > > Mark, > > Mark Thomas wrote: > > Tomcat version? > > 5.5.4. > > > JV

RE: extra directory in WebDAV servlet listing

2004-12-18 Thread Mark Thomas
Tomcat version? JVM version? OS? > -Original Message- > From: Garret Wilson [mailto:[EMAIL PROTECTED] > Sent: Saturday, December 18, 2004 12:53 AM > To: 'Tomcat Users List' > Subject: extra directory in WebDAV servlet listing > > I have the WebDAV servlet set to > /webdav/*. > Listing

RE: Olen joululomalla, palaan 4.1.2005

2004-12-17 Thread Mark Thomas
No worries. I'll kick them off the list. Mark > -Original Message- > From: Wade Chandler [mailto:[EMAIL PROTECTED] > Sent: Friday, December 17, 2004 9:30 PM > To: Tomcat Users List > Subject: Re: Olen joululomalla, palaan 4.1.2005 > > [EMAIL PROTECTED] wrote: > > I will be out of the

RE: Help me off this list!

2004-12-15 Thread Mark Thomas
> -Original Message- > From: TK Banks [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 15, 2004 7:56 AM > To: [EMAIL PROTECTED]; > [EMAIL PROTECTED] > Subject: Help me off this list! > > No matter how many times I send mail to > [EMAIL PROTECTED] I continue > to be flooded with tomc

RE: WebDAV servlet bug for UTF-8 characters

2004-12-13 Thread Mark Thomas
Sorry for the delayed reply. You need to set URIEncoding="UTF-8" in the connector. Mark > -Original Message- > From: Garret Wilson [mailto:[EMAIL PROTECTED] > Sent: Monday, November 29, 2004 11:52 PM > To: Tomcat Users List > Subject: WebDAV servlet bug for UTF-8 characters > > I have a

RE: Using mailing lists

2004-12-13 Thread Mark Thomas
To get messages 123 through 145 (a maximum of 100 per request), mail: <[EMAIL PROTECTED]> To get an index with subject and author for messages 123-456 , mail: <[EMAIL PROTECTED]> They are always returned as sets of 100, max 2000 per request, so you'll actually get 100-499. To receive all m

RE: Where is the source code of class org.apache.tomcat.util.threads.ThreadPool

2004-12-04 Thread Mark Thomas
jakarta-tomcat-connectors\util\java\org\apache\tomcat\util\threads Mark > -Original Message- > From: zerol tib [mailto:[EMAIL PROTECTED] > Sent: Saturday, December 04, 2004 8:49 AM > To: [EMAIL PROTECTED] > Subject: Where is the source code of class > org.apache.tomcat.util.threads.Thr

RE: [java] RE: bug JDBC Real with CLIENT-CERT

2004-12-01 Thread Mark Thomas
> Since I can have just one login-config per application, I > will have to work > with two WARs (one for each configuration)...if I need to > have both "form > based" and "cert based" authentication in the same application, right? > > Do you know any bette

RE: [java] RE: bug JDBC Real with CLIENT-CERT

2004-12-01 Thread Mark Thomas
uot;NOME_GRUPO" > digest="SHA"/> > > We need to use CLIENT-CERT together with FORM-BASED > authentication - is it > possible to use both in the same WAR? > > We could make CLIENT-CERT work with MemoryReal but since we > couldn't make it > work wi

RE: [java] RE: bug JDBC Real with CLIENT-CERT

2004-11-29 Thread Mark Thomas
re?... > > > Alvim. > > -Mensagem original- > De: Mark Thomas [mailto:[EMAIL PROTECTED] > Enviada em: segunda-feira, 29 de novembro de 2004 17:02 > Para: 'Tomcat Users List' > Assunto: [java] RE: bug JDBC Real with CLIENT-CERT > > > I co

RE: bug JDBC Real with CLIENT-CERT

2004-11-29 Thread Mark Thomas
I committed some patches to support CLIENT-CERT to 5.5.x recently. Should be in the next release. If you want them now, you can always grab them from CVS. Mark > -Original Message- > From: Paulo Alvim [mailto:[EMAIL PROTECTED] > Sent: Monday, November 29, 2004 4:02 PM > To: Tomcat Users

RE: EJB in tomcat

2004-11-29 Thread Mark Thomas
> Can EJB's be deployed in tomcat ?? No. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: TC 5.0.28 "error creating temporary file"

2004-11-27 Thread Mark Thomas
Have you tried pre-compiling your JSPs before deployment? Mark > -Original Message- > From: news [mailto:[EMAIL PROTECTED] On Behalf Of M.Hockings > Sent: Saturday, November 27, 2004 12:59 PM > To: [EMAIL PROTECTED] > Subject: Re: TC 5.0.28 "error creating temporary file" > > Tim Funk w

RE: multipart/byteranges bug in tomcat 4.1.x

2004-11-22 Thread Mark Thomas
part/byteranges bug in tomcat 4.1.x > > Thanks. I'll ask for some quick advice. Is it safer (stability wise) > to upgrade to 5.0.x rather than directly to 5.5.x? > > Thanks, > > Vincent > > > -Original Message- > > From: Mark Thomas [mailto:[EMAI

RE: multipart/byteranges bug in tomcat 4.1.x

2004-11-22 Thread Mark Thomas
Fixed in CVS for TC4 but I wouldn't expect a 4.1.32 release for some time (New Year at the earliest). Mark > -Original Message- > From: Shapira, Yoav [mailto:[EMAIL PROTECTED] > Sent: Monday, November 22, 2004 1:56 PM > To: Tomcat Users List > Subject: RE: multipart/byteranges bug in to

RE: CGIServlet and CGI.pm upload feature

2004-11-21 Thread Mark Thomas
Sorry it has taken so long for a response on this. It looks like you have been hit by bug 32023. This has now been fixed in CVS for TC 5.5.x, TC 5.0.x and TC4.1.x Mark > -Original Message- > From: Brian T. Dittmer [mailto:[EMAIL PROTECTED] > Sent: Friday, July 09, 2004 9:14 PM > To: [EM

RE: CGI Again...Servlet.service() for servlet cgi threw exception

2004-11-21 Thread Mark Thomas
I'll look into this but I need a bit more info: 1. What servlet mapping did you specify in web.xml? 2. What URL are you requesting? Mark > -Original Message- > From: Sergey Kamshilin [mailto:[EMAIL PROTECTED] > Sent: Saturday, November 20, 2004 12:00 AM > To: [EMAIL PROTECTED] > Subject

RE: SSL Redirect problem

2004-11-21 Thread Mark Thomas
Sounds like an IE bug. I suspect IE is sending the wrong port information at some point in the redirect from http to https. To confirm this you'll need to look at the http headers going back and forth. One quick test would be to configure tomcat for the default ports (80 for http and 443 for https

RE: WebDav behavior

2004-11-19 Thread Mark Thomas
From: Brian K Bonner [mailto:[EMAIL PROTECTED] > Sent: Friday, November 19, 2004 9:10 PM > To: Tomcat Users List > Subject: RE: WebDav behavior > > OK, I probably need to start over. > > I'd like to access content from http://localhost:8080/abc > with my browser > and be able to see the Index.

RE: WebDav behavior

2004-11-19 Thread Mark Thomas
s > effect, but from what I read I understood it to be more for > rogue clients > (i.e. MS Webfolders). > > I'm only trying to work w/ Static content now, and I recall > reading that > webdav servlet won't work w/ .JSP files IIRC because of how > the content is

RE: WebDav behavior

2004-11-19 Thread Mark Thomas
The webdav servlets are exactly the same, give or take a few formatting differences. There are difference between 4.1.x and 5.x in how requests for http://host/webapp/ are handled. Generally, you can use a context for webdav, or you can use it with a browser to server content. Trying to mix the t

RE: WebDAV-Servlet with Contexts different from FileDirContext

2004-11-16 Thread Mark Thomas
Not quite talking to yourself but what with timezones and day jobs and all that it isn't always possible to reply quickly. ;) I am not sure of the level of interest in this but people have taken the trouble to write bug reports and it does crop up reasonably often on the lists considering its size

RE: Tomcat 4.1.27 can't access symbolink directories

2004-11-15 Thread Mark Thomas
Have a look at http://www.jguru.com/faq/view.jsp?EID=1028397 Mark > -Original Message- > From: Venkat Reddy Valluri [mailto:[EMAIL PROTECTED] > Sent: Monday, November 15, 2004 10:16 PM > To: Tomcat Users List > Subject: Tomcat 4.1.27 can't access symbolink directories > > Hi, > why Tom

RE: Tomcat 4.1.27 ana apache 2.0.47 with mod_jk

2004-11-15 Thread Mark Thomas
ess those symbolic link directories > > > > > > > > > -Original Message- > From: Mark Thomas [mailto:[EMAIL PROTECTED] > Sent: Mon 11/15/2004 4:48 PM > To: 'Tomcat Users List' > Cc: > Subject: RE: Tomcat 4.1.27 ana apache 2.0.47 with mod_jk

RE: Tomcat 4.1.27 ana apache 2.0.47 with mod_jk

2004-11-15 Thread Mark Thomas
No. The spec requires this. > -Original Message- > From: Venkat Reddy Valluri [mailto:[EMAIL PROTECTED] > Sent: Monday, November 15, 2004 9:19 PM > To: Tomcat Users List > Subject: RE: Tomcat 4.1.27 ana apache 2.0.47 with mod_jk > > But it worked with tomcat 4.0.4 with out using any pac

RE: Soap under Tomcat

2004-11-14 Thread Mark Thomas
onse. > if ( resp.generatedFault() ) { > > Fault fault = resp.getFault (); > System.out.println("The call failed: "); > System.out.println("Fault Code = " + fault.getFaultCode()); > System.out.println("Fault String = " + fault.getF

RE: Webgui framework

2004-11-14 Thread Mark Thomas
Java Server Faces http://java.sun.com/j2ee/javaserverfaces/ Mark > -Original Message- > From: Alessandro Ronchi [mailto:[EMAIL PROTECTED] > Sent: Sunday, November 14, 2004 1:04 AM > To: 'Tomcat Users List' > Subject: Webgui framework > > Is there a jsp framework that helps developing

RE: Soap under Tomcat

2004-11-14 Thread Mark Thomas
I am not familiar with this particular tutorial but the problem appears to be that your client is requesting /soap/rpcrouter but the servlet mapping in web.xml indicates that the webapp is expcting /soap/servlet/rpcrouter. What the root cuase of this mismatch might be I do not know. Mark > -O

RE: Newbie: problem with WebDav Tomcat servlet

2004-11-13 Thread Mark Thomas
From: Alessandro Ronchi [mailto:[EMAIL PROTECTED] > Here is my example: > I have a context named "dwers", and I correctly execute this jsp page: > http://localhost:8080/dwers/index.jsp > located on > /usr/share/tomcat/webapps/dwers/index.jsp > > what's the correct webdav url? All tomcat respons

RE: Newbie: problem with WebDav Tomcat servlet

2004-11-13 Thread Mark Thomas
> Another question: is it possible to access to a webapp dir > contents with > this webdav url: http://host:8080/webapp/webdav/? No. The url is http://host[:port]/context/pathtofile/file > Must I add any configuration directive to get this working? You shouldn't need to. You might want to try

RE: CGI Servlet environmental variables

2004-11-13 Thread Mark Thomas
A couple of options: 1. Any query parameter or POSTed parameter should be passed to the CGI script on the command line in the form perl arg1=value1 arg2=value2 etc 2. The latest CGI script from CVS (the one in 4.1.31 contains a JDK 1.4 dependency) supports passing enviroment parameters to the CGI

RE: Newbie: problem with WebDav Tomcat servlet

2004-11-13 Thread Mark Thomas
This works for me. Did you restart the app after changing web.xml? What version of tomcat are you using? Mark > -Original Message- > From: Alessandro Ronchi [mailto:[EMAIL PROTECTED] > Sent: Friday, November 12, 2004 11:40 AM > To: [EMAIL PROTECTED] > Subject: Newbie: problem with WebD

RE: Tomcat auth error?

2004-11-13 Thread Mark Thomas
Looks like an error in your code. This isn't a tomact problem. > -Original Message- > From: Sunitha Kumar [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 11, 2004 9:53 PM > To: [EMAIL PROTECTED] > Subject: Tomcat auth error? > > ERROR [http8443-Processor20] authentication.Credentia

RE: CGI ...yeah, I know (Tomcat 4.1.29)

2004-11-08 Thread Mark Thomas
I think you have run into http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24478 Sorry - this was entirely my fault and has since been fixed. To get around this you can take the servlets-cgi.jar from an earlier/later release if you don't want to upgrade your entire server. Again, please accept

RE: so confused: compiling tomcat without cvs update?

2004-11-01 Thread Mark Thomas
Adding tag="TOMCAT_5_0_28" to each of the ant cvs tasks in the build.xml that does the checkouts should do the trick. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Monday, November 01, 2004 8:08 PM > To: [EMAIL PROTECTED] > Subject: so confused: compilin

RE: webdav help

2004-10-22 Thread Mark Thomas
From: Darren Grant [mailto:[EMAIL PROTECTED] > Sent: Friday, October 22, 2004 6:08 AM > To: [EMAIL PROTECTED] > Subject: webdav help > > The example webdav servlet allows you to log into > "http://localhost:8080/webdav"; and gives you access to the > /$CATALINA_HOME/webapps/webdav/ folder whic

RE: Tomcat 4.1.31

2004-10-13 Thread Mark Thomas
Sorry. Try this: http://cvs.apache.org/viewcvs.cgi/jakarta-tomcat-4.0/catalina/src/share/org/apac he/catalina/session/JDBCStore.java > -Original Message- > From: Harald Henkel [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 13, 2004 8:30 AM > To: 'Tomcat Users List' > Subject: Re:

RE: Tomcat 4.1.31

2004-10-12 Thread Mark Thomas
I think all that has happened is that the announcement has come out before all the mirrors have synchronised with the apache servers - hence you might see an older release. For the record, it is both "available" and "production quality". Mark From: Harald Henkel [mailto:[EMAIL PROTECTED] > Sen

RE: DIGEST Authentication in Tomcat 4 vs Tomcat 5

2004-10-06 Thread Mark Thomas
There have been a few issues (see the change log at http://cvs.apache.org/viewcvs.cgi/jakarta-tomcat-4.0/catalina/src/share/org/apac he/catalina/authenticator/DigestAuthenticator.java for details) but these have been fixed in both TC4 and TC5. The latest TC4 release (4.1.30) does not contain these

RE: type in twice for basic authentication???

2004-10-04 Thread Mark Thomas
authentication??? > > > >Tomcat 4.1.27 -- please help! > > > > > >- Original message - > >From: "Mark Thomas" <[EMAIL PROTECTED]> > >To: "'Tomcat Users List'" <[EMAIL PROTECTED]> > >Date: Sat, 2 Oct 2004

RE: webdav servlet file path; documentation

2004-10-02 Thread Mark Thomas
From: Garret Wilson [mailto:[EMAIL PROTECTED] > > Something like this: > > > > This should be a parameter of the webdav servlet rather than a context one. > I can't imagine why this wouldn't be a simple change to the Tomcat > WebDAV code---probably just five or ten lines. You start with

RE: type in twice for basic authentication???

2004-10-02 Thread Mark Thomas
What version of tomcat? > -Original Message- > From: Stephen Charles Huey [mailto:[EMAIL PROTECTED] > Sent: Friday, October 01, 2004 11:38 PM > To: Tomcat Users List > Subject: Re: type in twice for basic authentication??? > > Yeah, I need some major help on this to figure out what's >

RE: Info re: use of CGI servlet in Tomcat, JDK version

2004-09-28 Thread Mark Thomas
rking state) in 5.5.x Mark From: Mark Thomas [mailto:[EMAIL PROTECTED] > A JDK 1.4 requirement is a bug and most likely my fault. I'll > look at this now. > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > Hello, > >This is not a question so much as a notice;

RE: Tomcat cgi NPH support

2004-09-28 Thread Mark Thomas
From: Phillip Qin [mailto:[EMAIL PROTECTED] > I am curious why NPH support is so difficult to implement in > CgiServlet? Just because something isn't done, it doesn't necessarily mean it is difficult. A number of 'extra' servlets provided with Tomcat (CGI, webDAV, etc) are not 100% complete. It

RE: Problem!

2004-09-28 Thread Mark Thomas
A clean install of tomcat won't do that. Are you 100% sure that it is tomcat listening on port 8080? The most likely explanation is that it is some other application. If you start tomcat from the command line you should see if tomcat is/isn't starting correctly. If something else is listening on po

RE: Info re: use of CGI servlet in Tomcat, JDK version

2004-09-24 Thread Mark Thomas
A JDK 1.4 requirement is a bug and most likely my fault. I'll look at this now. Thanks for bringing this to my attention. Mark > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Friday, September 24, 2004 7:40 PM > To: Tomcat Users List > Subject: Info re:

RE: List subscription problem

2004-09-22 Thread Mark Thomas
Lee, I tried responding directly to your message but it was rejected because your mailbox was full. I also responded to your post on the tomcat-user mailing list since you stated you were monitoring that through one of the many web based archives. Empty your mailbox and then the messages should s

RE: Tomcat 5.0.28 broken character encoding handling

2004-09-20 Thread Mark Thomas
From: Michael J. Makunas [mailto:[EMAIL PROTECTED] > Sent: Monday, September 20, 2004 8:29 PM > To: Tomcat Users List > Subject: Re: Tomcat 5.0.28 broken character encoding handling > > Mark Thomas wrote: > >>From: Krzysztof Cieniuch [mailto:[EMAIL PROTECTED] > >

RE: Tomcat 5.0.28 broken character encoding handling

2004-09-20 Thread Mark Thomas
> From: Krzysztof Cieniuch [mailto:[EMAIL PROTECTED] > Could someone clearly explain me > how exactly tomcat 5.0.28 handles > character encodings in requests. This is not a trivial thing to explain. The short answer is "as the spec requires". If you are only interested in request parameters then

RE: Tomcat QueryString Encoding/Decoding Issue

2004-09-20 Thread Mark Thomas
From: koney krishna [mailto:[EMAIL PROTECTED] > I have changed the Server.xml ( for setting > URLEncoding="UTF-8" ) & web.xml ( to enable > setCharacterEncoding = UTF8 ) Are you really using URLEncoding="UTF-8"? It should be URIEncoding="UTF-8" Also, what version of tomcat? Mark --

RE: Tomcat fine within the LAN, but invisible from without

2004-09-18 Thread Mark Thomas
Lee, You mail server is rejecting all messages to your address because you have exceeded your quota. Hence, you will not receive any messages until this is resolved. Please note that the apache list server will eventually remove addresses from the list the consistently return delivery failure mess

RE: Tomcat server (4.1.29) unable to handle GERMAN characters ; Please help

2004-09-15 Thread Mark Thomas
Add the following to your connector in server.xml URIEncoding="UTF-8" Mark > -Original Message- > From: koney krishna [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 15, 2004 5:49 AM > To: [EMAIL PROTECTED] > Subject: Tomcat server (4.1.29) unable to handle GERMAN > characters

RE: Changing the server name in response headers

2004-09-12 Thread Mark Thomas
From: Sander Smith [mailto:[EMAIL PROTECTED] > Thanks for your answer, although you really didn't answer my > question. To > get this functionality do I just need to set the header and > it should work? Yes > Was that the bug that you fixed, that you were overriding > something that > was

RE: Changing the server name in response headers

2004-09-12 Thread Mark Thomas
This has been fixed quite recently. The fix is in 5.5.0 branch. Having checked CVS, I forgot to back port the patch to the 4.1.x/5.0.x branch. I'll do this now. Mark > -Original Message- > From: Sander Smith [mailto:[EMAIL PROTECTED] > Sent: Sunday, September 12, 2004 9:02 PM > To: [EMAI

RE: chinese charsets not supported on Tomcat5.0.28?

2004-09-07 Thread Mark Thomas
I have tested this repeatedly and have yet to find any issue with non-latin characters for some time. You do, however, need to be very careful with configuration settings. Can you post a simple test case that fails and I will have a look at it for you. Mark > -Original Message- > From: ny

RE: UTF-8 Encoding Issue Since 5.0.27 ( gun in my mouth )

2004-09-01 Thread Mark Thomas
OK. I have a simple test case and all seems to be well. See the end of this message for the contents of my test files. My environment: Win XP SP2 - brave I know but all has been OK so far ;) JDK 1.4.2_05 Tomcat 5.0 branch, HEAD (latest) from CVS (very close to 5.0.28) Points to note: 1. All my te

RE:

2004-09-01 Thread Mark Thomas
You can't define a schema for the configuration files because you don't know what attributes and/or nested elements any customised components may use. No schema = no validation. Mark > -Original Message- > From: Jonathan Eric Miller [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September

RE: UTF-8 Encoding Issue Since 5.0.27 ( gun in my mouth )

2004-09-01 Thread Mark Thomas
The change (which is required by the spec) is that if the character set has not been set before a call to getWriter() then it will default to ISO-8859-1. There was some discussion on the tomcat-dev list about this (see http://marc.theaimsgroup.com/?l=tomcat-dev&m=109104739719572&w=2) I'll try and

RE: problem displaying gif images through cgi script with tomcat

2004-08-28 Thread Mark Thomas
There was a problem with the CGI script handling binary output. This has been fixed in CVS and will be included in the next release. See http://cvs.apache.org/viewcvs.cgi/jakarta-tomcat-4.0/catalina/src/share/org/apac he/catalina/servlets/CGIServlet.java?r1=1.22&r2=1.23&diff_format=h and http://cv

RE: CGI-BIN - TOMCAT 4.1.29

2004-08-24 Thread Mark Thomas
What is the content of the perl script? Mark > -Original Message- > From: Marek Gimza [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 24, 2004 6:43 PM > To: Tomcat Users List > Subject: CGI-BIN - TOMCAT 4.1.29 > > Hi, > > I would be grateful for some assistance > > I have spen

RE: Windows XP as webdav client hangs while accessing any non-IIS webdav server

2004-08-23 Thread Mark Thomas
The URL "/_vti_bin/shtml.exe/_vti_rpc" is what IE goes looking for if it doesn't recognise the response from a WEBDav compliant server. I have seen similar problems on TC5 in the past around 302 redirects from, for example, http://localhost/webdav to http://localhost/webdav/. Using a servlet mappin

RE: Debug Mode Won't Go Away!

2004-08-16 Thread Mark Thomas
The debug startup option is not related to the logging verbosity. At a guess he changed the logging level for one or more components in server.xml as well. Changing back should fix it. Mark > -Original Message- > From: Jim Beard [mailto:[EMAIL PROTECTED] > Sent: Monday, August 16, 2004

RE: WebDAV using Tomcat 5 and Dreamweaver 7.0.1

2004-08-15 Thread Mark Thomas
Looking at this again alongside http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22563 I still think this token should not be quoted but I have patched both TC4 and TC5 to remove the quotes if they are present. Mark > -Original Message- > From: Mark Thomas [mailto:[EMAIL PRO

RE: WebDAV using Tomcat 5 and Dreamweaver 7.0.1

2004-08-13 Thread Mark Thomas
Looking at the headers the nc value in the header from dreamweaver is quoted. My reading of RFC2617 is that the nc value should not be quoted. Tomcat removes quotes from those parameters that are allowed to be quoted. Quoting selectively from RFC2617: nonce-count = "nc" "=" nc-value

RE: regarding link to download jakarta-tomcat 4.1.24

2004-08-13 Thread Mark Thomas
http://jakarta.apache.org/site/binindex.cgi http://jakarta.apache.org/site/sourceindex.cgi > -Original Message- > From: Singh, Manish [mailto:[EMAIL PROTECTED] > Sent: Friday, August 13, 2004 2:10 PM > To: [EMAIL PROTECTED] > Subject: regarding link to download jakarta-tomcat 4.1.24 >

RE: better error message a web.xml has errors

2004-08-12 Thread Mark Thomas
Look in the manager app. It will show which app isn’t running. Mark > -Original Message- > From: Emerson Cargnin [mailto:[EMAIL PROTECTED] > Sent: Friday, August 13, 2004 12:01 AM > To: Tomcat Users List > Subject: better error message a web.xml has errors > > I have a server that has

RE: installing tomcat 4.1.27 on linux

2004-08-12 Thread Mark Thomas
> -Original Message- > From: Stephen Charles Huey [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 12, 2004 11:14 PM > To: Tomcat User > Subject: installing tomcat 4.1.27 on linux > > We're moving Tomcat over to a Linux box, and we're under > pressure to get > it done as quickly as pos

RE: Servlet.service error

2004-08-12 Thread Mark Thomas
This works for me in both TC4 and TC5 on Win XP. I suggest you try an as simple as possible stand alone webapp and see if you can reproduce this. Also what happens if you request footer.jsp directly? Mark > -Original Message- > From: Schalk Neethling [mailto:[EMAIL PROTECTED] > Sent: Thu

RE: form-based login username and password encoding issue

2004-08-09 Thread Mark Thomas
You should be able to do this although I have never tried. Depending on your version of tomcat, you may need to adjust a few settings. See below. Mark REQUESTS There are a number of situations where there may be a requirement to use non-US ASCII characters in a URI. These include: - Par

RE: Windows Service Source Code

2004-08-02 Thread Mark Thomas
TC4 uses Java Service from http://www.alexandriasc.com/software/JavaService/JavaService-bin-1.2.0.zip although it hasn't been available for a while. TC5 uses procrun which comes from the commons-daemon project, which is at http://jakarta.apache.org/commons/daemon. That site has links to the CVS re

RE: How to build tomcat 5 on windows? tar.gz's??

2004-07-29 Thread Mark Thomas
Ant will handle these quite happily for you on Windows. (So will WinZip if you really want to things by hand.) You should be able to follow the instructions as http://jakarta.apache.org/tomcat/tomcat-5.0-doc/building.html to build TC5. Mark > -Original Message- > From: [EMAIL PROTECTED]

RE: SSLServerSocketFactory not found in 4.1.27

2004-07-26 Thread Mark Thomas
What version of the JDK are you using? Pre 1.4.x you need to install JSSE. Mark > -Original Message- > From: David Smithson [mailto:[EMAIL PROTECTED] > Sent: Monday, July 26, 2004 11:58 PM > To: [EMAIL PROTECTED] > Subject: SSLServerSocketFactory not found in 4.1.27 > > Hi. On Fedora

RE: SSL Certificate Errors

2004-07-26 Thread Mark Thomas
Could be lots of things. Without more detail it is difficult to tell but, assuming you have a client cert and are trying to authenticate to tomcat... 1. Can you connect to https://yourhost:8443/ and see the tomcat index page? 2. The cert of the authority that issued tomcat's certificate must be in

RE: [URGENT] When I type Russian in my .jsps, it displays it as a bunch of squares!

2004-07-19 Thread Mark Thomas
27;t blame myself, now can I? > > BTW, do you happen to know how to make it so that ALL my > files are saved as Unicode? > > > -Original Message- > > From: Mark Thomas [mailto:[EMAIL PROTECTED] > > Sent: Monday, July 19, 2004 11:43 AM > > To: 'Tomc

RE: [URGENT] When I type Russian in my .jsps, it displays it as a bunch of squares!

2004-07-19 Thread Mark Thomas
> > You entered: "<%=text%>" > > I have no problem seeing Russian here. But why the hell > can't I type it directly into JSPs? I guess it would just > like typing it into a java class... does it have anything to > do with jvm? > > > -

RE: [URGENT] When I type Russian in my .jsps, it displays it as a bunch of squares!

2004-07-19 Thread Mark Thomas
Which version of tomcat? What operating system? _ From: Ivan Jouikov [mailto:[EMAIL PROTECTED] Sent: Monday, July 19, 2004 9:48 AM To: 'Tomcat Users List' Subject: [URGENT] When I type Russian in my .jsps, it displays it as a bunch of squares! Hi everyone! First of all, in my JSP pag

RE: Can't Login as Admin or manager

2004-07-12 Thread Mark Thomas
type="org.apache.catalina.UserDatabase" >description="User database that can be updated and saved"> > > > > factory > > org.apache.catalina.users.MemoryUserDatabaseFactory > >

RE: HTTP Status

2004-07-12 Thread Mark Thomas
These are WebDAV methods. See RFC2518. Tomcat will respond with a 500 to these unless you have configured the webdav servlet. Mark > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Monday, July 12, 2004 6:52 AM > To: Tomcat Users List > Subject: HTTP Statu

RE: Can't Login as Admin or manager

2004-07-10 Thread Mark Thomas
There is no account lock-out implemented in tomcat. Have a look in server.xml and see how the realm is configured. You might have changed this through the admin app. If you have, the previous server.xml should still be in the conf directory with a timstamp appended to the filename. Mark > -Or

RE: howto disable webdav extensions / methods?

2004-07-06 Thread Mark Thomas
Patrick, The only code in tomcat that understands PROPFIND is the webdav servlet. I have justed tried using telnet to PROPFIND a resource that isn't mapped to the webdav servlet and I get the expected 501 response. What do you see if you try: telenet open localhost 8080 PROPFIND http://localhost:

RE: utf-8 with tomcat 5: second round

2004-07-05 Thread Mark Thomas
elf in utf-8 encoding) > &#1488;(same as above parsed to be visible in browser) > > in tc 5 i get this: > 1(which already lets me know that this is not really utf-8) > the entered hebrew letter > the entered hebrew letter (nothing is parsed, so '&' signed >

RE: utf-8 with tomcat 5: second round

2004-07-04 Thread Mark Thomas
Asher, A few questions... What do you put in the text box on the form and what output do you see? Are you really using "" or do you mean ? When I did my test I copied your UTF-8 character form the bugzilla report and pasted into the text box. I was seeing question marks in the output until I ad

RE: Klaus-Dieter -V715101- Ackermann/Volksfuersorge/AMComNET/DE ist außer Haus.

2004-06-28 Thread Mark Thomas
I am sorry to disappoint those of you who look forward to receiving these messages. I am about to unsubscribe him from the list. Mark > -Original Message- > From: Jan Behrens [mailto:[EMAIL PROTECTED] > Sent: Monday, June 28, 2004 8:03 PM > To: 'Tomcat Users List' > Subject: RE: Klaus-Di

RE: WEBDAV error - "date and time string"

2004-06-23 Thread Mark Thomas
erred format. You need to take this up with Adobe. Mark > -Original Message- > From: Mark Thomas [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 23, 2004 10:31 PM > To: 'Tomcat Users List' > Subject: RE: WEBDAV error - "date and time string" > >

RE: WEBDAV error - "date and time string"

2004-06-23 Thread Mark Thomas
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 23, 2004 10:19 PM > To: [EMAIL PROTECTED] > Subject: WEBDAV error - "date and time string" > > I'm trying to use the Adobe GoLive 7.0 WEBDAV client with a Tomcat > 5.0.27. When I attempt to

RE: can CGI Servlet handle Perl taint checking?

2004-06-15 Thread Mark Thomas
> > -Original Message- > > From: Larry Levin [mailto:[EMAIL PROTECTED] > > Sent: Thursday, May 27, 2004 4:59 PM > > To: [EMAIL PROTECTED] > > Subject: can CGI Servlet handle Perl taint checking? > > > > Hi; > > > > I am trying to get Bugzilla to work with Tomcat and have run into a > >

RE: CGIServlet -- tomcat

2004-06-15 Thread Mark Thomas
This was a bug. It has been fixed in CVS for TC4 and TC5. Mark > -Original Message- > From: Mark Thomas [mailto:[EMAIL PROTECTED] > Sent: Friday, May 21, 2004 7:15 PM > To: 'Tomcat Users List' > Subject: RE: CGIServlet -- tomcat > > Alex, > > I ha

RE: can CGI Servlet handle Perl taint checking?

2004-05-27 Thread Mark Thomas
Hi, I tend to look after the CGI servlet. I am about to go on annual leave but will try and look at it when I get back (mid-June ish). Mark > -Original Message- > From: Larry Levin [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 27, 2004 4:59 PM > To: [EMAIL PROTECTED] > Subject: can C

RE: HTTP AUTH

2004-05-25 Thread Mark Thomas
How about use web.xml to configure your security rather than doing it by hand? That way tomcat does all the hard work. Mark > -Original Message- > From: SH Solutions [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 25, 2004 10:37 PM > To: 'Tomcat Users List' > Subject: HTTP AUTH > > Hi >

RE: This is a test message

2004-05-24 Thread Mark Thomas
I have just checked the status page: http://www.spamcop.net/w3m?action=blcheck&ip=209.237.227.199 and everything looks good apart from one 3 hour period in the last 14 days. I have been receiving mail consistently from both the user and dev list. Looks like you might be seeing some other (possibly

RE: webdav servlet problems with Tomcat 5.0.24 and IE

2004-05-21 Thread Mark Thomas
From: Roy Gardner [mailto:[EMAIL PROTECTED] > Do you know how the TC4 handles the redirection issue? We > have a webapp > to which we are adding webdav support. Our webdav implementation has > exactly the same problem as the TC5 implementation when using IE > clients. If we set the url-pattern

RE: CGIServlet -- tomcat

2004-05-21 Thread Mark Thomas
Alex, I have been looking after the CGI servlet for the last few months. If you look in CVS you'll see my name against most of the changes. Sorry I didn't see your early posts on the user list. I do keep my eyes open for anything CGI servlet related and must have missed it. Is the header issue t

RE: webdav servlet problems with Tomcat 5.0.24 and IE

2004-05-20 Thread Mark Thomas
Roy, First of all it is worth pointing out that this works quite happily for me on WinXP using TC5.0.24 and IE6. There are difference between how tomcat 4 and 5 handle redirection from www.yourhost.com/webdav to www.yourhost.com/webdav/ Either should be valid but the webdav implementation in IE d

RE: Loading custom classes doesn't work

2004-05-09 Thread Mark Thomas
You must put your custom class inside a package. Mark > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: Sunday, May 09, 2004 8:21 AM > To: [EMAIL PROTECTED] > Subject: Loading custom classes doesn't work > > Greetings, > > I'm trying to compile a very

RE: How does a servlet get a username

2004-05-05 Thread Mark Thomas
request.getRemoteUser() request.getUserPrincipal() See the servlet spec for more information. Mark > -Original Message- > From: Celona, Paul - AES [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 05, 2004 11:30 PM > To: Tomcat Users List > Subject: How does a servlet get a username >

RE: ssl-only access to a page?

2004-05-05 Thread Mark Thomas
Yes. Look up transport guarantees in the servlet spec. They are specified in web.xml Mark > -Original Message- > From: Barnet Wagman [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 05, 2004 9:27 PM > To: Tomcat Users List > Subject: ssl-only access to a page? > > Is it possible to make

RE: Servlet generating applet

2004-05-03 Thread Mark Thomas
Anything under WEB-INF is not visible to clients. Your applet code needs to be somewhere the client can download it from. Mark > -Original Message- > From: Celona, Paul - AES [mailto:[EMAIL PROTECTED] > Sent: Monday, May 03, 2004 9:45 PM > To: Tomcat Users List > Subject: Servlet genera

<    1   2   3   4   5   >