RE: Help with mod_jk2

2004-10-14 Thread Mark Eggers
OK, I'm coming in a little late to this thread. Here is my configuration for a typical web application using mod_jk2.so. I am running this on Fedora Core 2 with httpd 2.0.52 and Tomcat 5.0.28. httpd.conf == # # general section - for all virtual hosts # LoadModule jk2_module

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:

request.getSession(false) randomly returns null in servlet

2004-10-12 Thread Mark
+, 512Mb, 120 GB HDD. Any comments and suggestions are welcome. Thanks, Mark. __ Do you Yahoo!? Take Yahoo! Mail with you! Get it on your mobile phone. http://mobile.yahoo.com/maildemo

Re: request.getSession(false) randomly returns null in servlet

2004-10-12 Thread Mark
. David Any other ideas? - Original Message - From: Mark [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, October 12, 2004 8:36 AM Subject: request.getSession(false) randomly returns null in servlet Hi All, I have unstable behavior in my web application when I try

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] Sent

Age Old Question of Wildcards

2004-10-07 Thread Mark van Wyk
Hi there, SUBJECT: Subdomain Wildcards I've seen this question posted all over the Internet and searched and read until blue in the face - alas without a response. Please could someone kindly direct me to a resource that answers these problems; or please answer the questions below. 1. I know

RE: Age Old Question of Wildcards

2004-10-07 Thread Mark van Wyk
Hi Yoav, I certainly do mean the alias/ directive within host/. Please put a good word in for me. Thanks, Mark -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: 07 October 2004 02:15 PM To: Tomcat Users List Subject: RE: Age Old Question of Wildcards Hi, 2

RE: Age Old Question of Wildcards

2004-10-07 Thread Mark van Wyk
have a *.freehomepages.com DNS record pointing all requests to my server * I setup Tomcat to alias*.freehomepages.net/alias to point to the freehomepages.com context * The web app reads the domain, runs it through the database and displays appropriate content for that database. Thanks, Mark

RE: DIGEST Authentication in Tomcat 4 vs Tomcat 5

2004-10-06 Thread Mark Thomas
these fixes - hopefully there will be a 4.1.31 release soon. However, you should update to TC5 if you can as it is now the main focus of development effort. Mark -Original Message- From: Anderson, M. Paul [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 05, 2004 11:30 PM To: 'Tomcat Users

Re: Search engine friendly URLs

2004-10-05 Thread Mark Lowe
filter up you'll want something like this. rule from/action.do/*/*/from to type=redirect/action.do?$1=$2/to /rule HTH Mark On 4 Oct 2004, at 15:04, Shapira, Yoav wrote: Hi, You can also do this with one (or more, if you want, depending on the exact requirements

Re: Search engine friendly URLs

2004-10-05 Thread Mark Lowe
this. %@ taglib prefix=tags tagdir=/WEB-INF/tags % c:url var=mylink value=/action.do c:param name=one value=firstval / c:param name=two value=firstval / c:param name=three value=firstval / /c:url a href=tags:cleanLink link=${mylink} /click this/a You may need tomcat 5 to do it.. Mark

Re: Tomcat becoming almost completely non-responsive

2004-10-05 Thread Mark Matthews
that gets you, to start with. -Mark - -- Mr. Mark Matthews MySQL AB, Software Development Manager, J2EE and Windows Platforms Office: +1 708 332 0507 www.mysql.com MySQL Guide to Lower TCO http://www.mysql.com/it-resources/white-papers/tco.php -BEGIN PGP SIGNATURE- Version: GnuPG

RE: type in twice for basic authentication???

2004-10-04 Thread Mark Thomas
You should definitely try 4.1.30 (or 5.0.27). There were a bunch of fixes between 4.1.29 and 4.1.30 to the JDBC realm. There is a good chance that the behaviour you see is related to bug 11929. Mark -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Monday

Problems with jakarta-tomcat-connectors-jk2-2.0.[24]-src/jk/native2/configure and HP-UX 11.0

2004-10-04 Thread HORSTMAN, MARK A \(SBCSI\)
; then or if ${TEST} ${tempval}x = x ; then does anyone have any ideas how I can get around this? Is this an autoconf issue? I've tried re-generating the configure script using buildconf.sh by installing GNU autoconf-2.58, automake-1.9.2 and libtool-1.5.8 but I get the same problems. Mark

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 going

RE: webdav servlet file path; documentation

2004-10-02 Thread Mark Thomas
? org.apache.catalina.servlets.WebdavServlet I'd be happy to look at anything you come up with. Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: mod_rewrite pass rewrited URL to mod_jk how ?

2004-10-02 Thread Mark Lowe
You can rewrite urls as you would without jk .. JK only cares about urls that match the mounts typically /*.jsp, /servlet/*, /*.do or /*.jsf Mark On 2 Oct 2004, at 11:36, Antony Paul wrote: Hi , I want Apache to rewrite the URL's before passing it to Tomcat. It is rewriting the URL(from

RE: Problem!

2004-09-28 Thread Mark Thomas
on port 8080, you will see a series of errors. Mark -Original Message- From: hoseinjany [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 28, 2004 2:11 PM To: [EMAIL PROTECTED] Subject: Problem! Dear All Readers, I have installed j2re-1_4_2_01-windows-i586 and jakarta

RE: Tomcat cgi NPH support

2004-09-28 Thread Mark Thomas
always assumed that NPN support would involve passing the output from the script directly to the client but haven't really given it any great amount of thought. As ever, patches are always welome ;) Mark - To unsubscribe, e-mail

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

2004-09-28 Thread Mark Thomas
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; I'm working on Windows OS, and had

Re: API docs for Mysql JDBC Driver?

2004-09-26 Thread Mark Matthews
of documentation artifacts for JDBC (books, tutorials, apidocs, etc), there's no reason for us to re-invent the wheel there. We implement the _standard_, there are very few 'extensions' to the JDBC standard in the Connector/J docs...Where there are, they're documented. -Mark - -- Mr. Mark

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: use

RE: Installing the MySql jdbc driver on XP?

2004-09-23 Thread Mark Benussi
Use mysql connector for your jdbc connections and place the jar in the $CATALINA_HOME/common/lib. In terms of using it in your lightweight code, you will have to describe your development practices... are you using an IDE? -

RE: Installing the MySql jdbc driver on XP?

2004-09-23 Thread Mark Benussi
If your using eclipse just place the mysql connector jar in your projects jar list... there are many examples of using DriverManager... search the web. Sorry I cant be of more help but my code uses connection pooling and you need to find and understand the use of DriverManager in its most basic

RE: List subscription problem

2004-09-22 Thread Mark Thomas
start getting through. Mark -Original Message- From: Lee Hoffner [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 21, 2004 5:12 PM To: [EMAIL PROTECTED] Subject: List subscription problem Sorry to post a list administration problem on the list itself, but I've sent to [EMAIL

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 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 the

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] set meta header content-type to UTF-8

Re: valid XHTML 1.1, Tomcat, text/xml, and @!* IE

2004-09-18 Thread Mark Eggers
Yes, but the actual XSL is just a copy statement: stylesheet version=1.0 xmlns=http://www.w3.org/1999/XSL/Transform; template match=/ copy-of select=./ /template /stylesheet This should mean that no actual transformation gets done. However, also from the FAQ: Why is it

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

2004-09-18 Thread Mark Thomas
messages. Apologies to the rest of the list subscribers for this message, but I obviously can't e-mail Lee directly. Mark List Moderator -Original Message- From: Lee Hoffner [mailto:[EMAIL PROTECTED] Sent: Friday, September 17, 2004 6:30 AM To: [EMAIL PROTECTED] Subject: Re: Tomcat

Re: valid XHTML 1.1, Tomcat, text/xml, and @!* IE

2004-09-17 Thread Mark Eggers
On Fri, 2004-09-17 at 17:55, Garret Wilson wrote: With Tomcat 5.5.2, JSF, and JSP, I'm serving up pure, standards-compliant XHTML 1.1 that starts out with: ?xml version=1.0 !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.1//EN http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd; html

Re: Server Alias

2004-09-15 Thread Mark Lowe
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/host.html Between the host tag you can use Aliasmyalias.com/Alias Mark On 14 Sep 2004, at 23:20, Dionisio Ruiz de Zárate wrote: Hello for configurin one alias in apache i use the serverAlias there is any form for configure several ServerAlias

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
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: [EMAIL

RE: Changing the server name in response headers

2004-09-12 Thread Mark Thomas
that was previously set? I am using Tomcat 5.0.24. Sort of. What was happening was that two server headers were being sent. Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Question about multiple instances instead virtual hosts

2004-09-10 Thread Mark Lowe
, there are plenty of postings in the archives on this. IMO stick to jk1 , I have jk1 and 2 running, and 2 involves more configuration hassles. Mark On 10 Sep 2004, at 16:42, Bedrijven.nl wrote: I think I want to use several Tomcat installations, since the applications are not so dependent on one jvm. So how

Re: JSP Compiler produces huge HTML files with whitespace

2004-09-08 Thread Mark Lowe
... Mark On 8 Sep 2004, at 20:00, Peter Lin wrote: well I don't consider that an security issue. just because you know someone is using jsp tags, it doesn't mean you know how the whole architecture works. The only thing it tells a competitor is that it is feasible to use jsp tags. beyond that, all

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

RE: Newbie help w/ORielly examples

2004-09-03 Thread Williams, Mark L CIV NSWC-PC
FWIW, the O'Reilly examples work just fine on my TC 5.0.27 site with no tweaking of any kind. Did you if you followed the installation instructions to be sure the whole directory tree was copied into the webapps directory? Mark -Original Message- From: Shapira, Yoav [mailto:[EMAIL

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

2004-09-01 Thread Mark Thomas
and put together a very simple JSP test case and get back to you. Mark -Original Message- From: Rick [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 01, 2004 3:44 AM To: 'Tomcat Users List'; [EMAIL PROTECTED] Subject: UTF-8 Encoding Issue Since 5.0.27 ( gun in my mouth ) Since

RE: Context path= docBase=ROOT... fails in Tomcat 5.5?

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 01

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

2004-09-01 Thread Mark Thomas
characters by hand is a real pain. A simple conversion app should fix this though. 6. Apart from the property file issue, everything seems fine. Test files follow. Hope this helps, Mark PS I noticed that you cross-posted to the dev list. Please don't do this. Any message cross-posted is less

Java process growth under Linux...leak?

2004-08-31 Thread Mark Maigatter
? --mark

RE: Java process growth under Linux...leak?

2004-08-31 Thread Mark Maigatter
Wade Chandler wrote: Mark Maigatter wrote: We have a Tomcat 5.0.25 based web site for uploading images and assorted files and managing them. We have found that the Java process that Tomcat is running under is gradually growing when repetitively processing files uploaded and stripped

RE: problem displaying gif images through cgi script with tomcat

2004-08-28 Thread Mark Thomas
://cvs.apache.org/viewcvs.cgi/jakarta-tomcat-4.0/catalina/src/share/org/apac he/catalina/servlets/CGIServlet.java?r1=1.23r2=1.24diff_format=h for the changes. I have linked to the diffs for TC4 but the same problem existed (and has been fixed) in TC5. Mark -Original Message- From: [EMAIL

RE: ssl

2004-08-26 Thread Williams, Mark L CIV NSWC-PC
on the server, Tomcat itself was quite easy and seems to work fine. VR/ Mark -Original Message- From: Carey Boldenow [mailto:[EMAIL PROTECTED] Sent: Thursday, August 26, 2004 14:21 To: [EMAIL PROTECTED] Subject: ssl I have just a general question regarding SSL and Tomcat. I have a web

JSTL VS. JSP

2004-08-26 Thread Williams, Mark L CIV NSWC-PC
. I'm not begging here, but it sure does sound like it. VR/ Mark smime.p7s Description: S/MIME cryptographic signature

RE: JSTL / MYSQL JDBC / TOMCAT 5

2004-08-24 Thread Williams, Mark L CIV NSWC-PC
Again, I appreciate the feedback. We are working in a rather controlled environment these days and it turns out that the Java plug-in won't go, so the whole applet idea looks to be a non-starter anyway. Live and learn. (or not, I guess...) VR/ Mark -Original Message- From: QM [mailto

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 spent

RE: JSTL / MYSQL JDBC / TOMCAT 5

2004-08-23 Thread Williams, Mark L CIV NSWC-PC
is not practical, how are folks handling this kind of issue? TIA... Mark -Original Message- From: QM [mailto:[EMAIL PROTECTED] Sent: Friday, August 20, 2004 16:15 To: Tomcat Users List Subject: Re: JSTL / MYSQL JDBC / TOMCAT 5 On Fri, Aug 20, 2004 at 05:11:09PM -0400, Williams, Mark L CIV

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

2004-08-23 Thread Mark Thomas
of /* rather than / seemed to fix things. I haven't seen this on TC4 but try it and see if it helps. My XP box that I do Tomcat dev on is fully patched and I haven't seen this for a while. Whether those facts are related is anybody's guess ;) Mark -Original Message- From: Sundaram

FOREST FOR THE TREES?

2004-08-23 Thread Williams, Mark L CIV NSWC-PC
. test.jsp uses the MySQL connector and, as indicated, works fine through port 8080. Any help would be greatly appreciated. VR/ Mark smime.p7s Description: S/MIME cryptographic signature

JSTL / MYSQL JDBC / TOMCAT 5

2004-08-20 Thread Williams, Mark L CIV NSWC-PC
the column names from a query and use those to label a SELECT * kind of retrieval. Any suggestions on what to try next (other than give up and go to regular servlets) would be greatly appreciated. VR/ Mark L. Williams Computer Scientist Naval Surface Warfare Center Panama City smime.p7s

RE: JSTL / MYSQL JDBC / TOMCAT 5

2004-08-20 Thread Williams, Mark L CIV NSWC-PC
someone fix the documentation? Or is it just not a cut-and-paste candidate? TIA, Mark ===extract starts here== web-app xmlns=http://java.sun.com/xml/ns/j2ee; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://java.sun.com/xml/ns/j2ee http

JK2 and retrieving NT groups

2004-08-19 Thread Mark Castoe
. thanks in advance, Mark Castoe - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Setting PHP for Apache Tomcat

2004-08-18 Thread Keates, Mark
Hi, Cygwin isn't necessarily required, I have previously used php 4.2.2 with Apache 2.0.39, but other combinations should be straight forward enough to get up and running. http://www.php.net/downloads.php -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: 18 August

RE: Setting PHP for Apache Tomcat

2004-08-18 Thread Keates, Mark
Sorry, my mistake, you weren't using Apache, just Tomcat :) -Original Message- From: Keates, Mark Sent: 18 August 2004 14:27 To: 'Tomcat Users List' Subject: RE: Setting PHP for Apache Tomcat Hi, Cygwin isn't necessarily required, I have previously used php 4.2.2 with Apache 2.0.39

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 6

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 PROTECTED

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 Hi

RE: WebDAV using Tomcat 5 and Dreamweaver 7.0.1

2004-08-13 Thread Mark Thomas
nc-value = 8LHEX LHEX = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | a | b | c | d | e | f Mark -Original Message- From: Robert Hunt [mailto:[EMAIL PROTECTED] Sent: Friday

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

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 possible

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 more

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

RE: Windows Service Source Code

2004-08-02 Thread Mark Thomas
repository and the source code for the project. Hope this helps. Mark -Original Message- From: Charles Baker [mailto:[EMAIL PROTECTED] Sent: Monday, August 02, 2004 5:46 PM To: [EMAIL PROTECTED] Subject: Windows Service Source Code I wanted to take a look at the source code

Re: Strange problem with Apache2/Tomcat4 part II

2004-07-30 Thread Mark Eggers
I think that this has been discussed on the list before. You might want to check the archives. If I remember correctly, this happens on a Redhat 9 system where the SSL libraries have been installed via RPMs. Before running your configure commmand, setting an environment variable via the

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: SSL Certificate Errors

2004-07-26 Thread Mark Thomas
and user username=CN=Mark Thomas, OU=My Dept, O=My Company, L=London, C=GB password=null roles=tomcat,admin,manager,certs/ in tomcat-user.xml works for me. Note that certifcate authentication doesn't work with JNDI and JDBC realms (search bugzilla for details). There are also some issues with using

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 C2

Re: jk2, apache2, tomcat5, on redhat 9 issue

2004-07-25 Thread Mark Eggers
I'm not sure what's borked with installing modules on Redhat since I build everything myself. Based on your error messages, it doesn't seem that the rpm's apxs is finding everything correctly. There have been several threads on this in the mailing list, so you can search there as well. If I

Re: jk2, apache2, tomcat5, on redhat 9 issue

2004-07-24 Thread Mark Eggers
You will need to install the httpd-devel rpm as well. This will give you apxs and other material needed to compile mod_jk2. You might check on yum to see if mod_jk2 is already compiled. It is for Fedora Core 2. I don't know if it is for Redhat 9. I build my own Apache, mod_jk2, etc. from

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

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

2004-07-19 Thread Mark Thomas
down list at the bottom of the save file dialog. I have just cut and pasted the example Russian text from your original e-mail into a JSP. Before changing the encoding I saw a series of ?s in the browser. After correcting the JSP file encoding I saw the expected Russian text in IE. Mark

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

2004-07-19 Thread Mark Thomas
No idea. Try the online help or google. Mark -Original Message- From: Ivan Jouikov [mailto:[EMAIL PROTECTED] Sent: Monday, July 19, 2004 8:33 PM To: 'Tomcat Users List' Subject: RE: [URGENT] When I type Russian in my .jsps, it displays it as a bunch of squares! YAY YAY YAY

Re: Retrieveing Unicode stuff from MySQL 4.1.x ?

2004-07-14 Thread Mark Matthews
at _each_ stage to make sure that the characters are encoded the way you think they are. I can state from experience that _usually_ it's not at the database level, however, it's usually a mismatch somewhere else that these problems occur (but they are hard to debug sometimes :( ) Regards, -Mark

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 Status

RE: Can't Login as Admin or manager

2004-07-12 Thread Mark Thomas
working with BASIC and FORM authentication although it won't work with CLIENT-CERT authentication (this has been fixed in CVS). Mark -Original Message- From: BONUCHI, MICHAEL ROGER (SBCSI) [mailto:[EMAIL PROTECTED] Sent: Monday, July 12, 2004 4:24 AM To: Tomcat Users List Subject: RE

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

Re: AGAIN: How can you deploy an application onto a specific host?

2004-07-07 Thread Mark Eggers
Ivan, This depends a lot on your environment. I am running 3 virtual hosts on this machine. I have used the following documentation in setting up a manager application for each virtual host. http://localhost:8080/tomcat-docs/manager-howto.html In particular, I use the following solution:

RE: howto disable webdav extensions / methods?

2004-07-06 Thread Mark Thomas
:8080/index.jsp HTTP/1.1 Mark -Original Message- From: Patrick Glennon [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 06, 2004 5:19 PM To: 'Tomcat Users List' Subject: RE: howto disable webdav extensions / methods? I tried that, and even un-deployed the webdav app, but not only

RE: utf-8 with tomcat 5: second round

2004-07-05 Thread Mark Thomas
This is exactly what should happen. You are working with characters not bytes hence you see 1 UTF-8 character. Mark -Original Message- From: Asher Tarnopolski [mailto:[EMAIL PROTECTED] Sent: Sunday, July 04, 2004 11:18 PM To: Tomcat Users List Subject: Re: utf-8 with tomcat 5

RE: utf-8 with tomcat 5: second round

2004-07-04 Thread Mark Thomas
encoding that matters. The full text of my test JSP is below. Mark %@ page language=java import=java.lang.*,java.util.* % %@ page pageEncoding=UTF-8 % html body form action=bug29900.jsp method=post input type=text name=source input type=submit form p % request.setCharacterEncoding(UTF-8

Re: Change to Port 80

2004-07-02 Thread Mark Lowe
was apache already running on linux by any remote chance? did the log say that 80 was already in use? On 2 Jul 2004, at 00:01, Steve Beaman wrote: I'm also on Linux, and when I tried to mod 8080 to 80 via vi, it crashed the server at startup. I finally gave up, made the mods on a Windows box,

Re: Upgrade Tomcat version in OS X Server

2004-07-01 Thread Mark Lowe
http://homepage.mac.com/melowe/iblog/B141099555/C760077128/E969031629/ index.html On 1 Jul 2004, at 16:04, Jason Lane wrote: Hi list, OK I've just taken possession of a G5 X Serve running OS X 10.3.4 Server. This version comes with Tomcat 4x but I really want to upgrade to Tomcat 5x. I have

Re: need mod_jk2

2004-06-29 Thread Mark Lowe
Samual.. I guess we can see if the one I've compiled on a mac will work with your stuff. It might work, its does on the box i compiled it on. I'll put it some where you can get to it. Mark On 29 Jun 2004, at 20:29, Samuel V. Green III wrote: I can't seem to find a binary version of the module

Re: need mod_jk2

2004-06-29 Thread Mark Lowe
Try downloading this and untar it in /usr/libexec/apache2 It might work for you, it does for me. Same one that i blogged. http://homepage.mac.com/melowe/mod_jk2.so.tar.gz Apache/2.0.49 (Unix) mod_jk2/2.0.5-dev OSX 10.3 Mark On 29 Jun 2004, at 23:28, Mark Lowe wrote: Samual.. I guess we can see

JSP debugging no longer working with tomcat 5 using vanilla eclipse

2004-06-29 Thread Mark Palmer
I have been using eclipse 3.0R? for quite some time. And have been able to debug jsp's in tomcat 4 by simplying copying the *.java files created by tomcat's jasper compiler, into my eclipse workspace, into a directory called org/apache/jsp and attaching a remot e debugger. That way I can see the

Re: JSP debugging no longer working with tomcat 5 using vanilla eclipse

2004-06-29 Thread Mark Palmer
-name param-valuetrue/param-value /init-param /servlet I will do a how-to web page in the next couple of days --- Mark Palmer [EMAIL PROTECTED] wrote: I have been using eclipse 3.0R? for quite some time. And have been able to debug jsp's in tomcat 4 by simplying copying

RE: Tomcat and mod_webapp?

2004-06-28 Thread Keates, Mark
My mistake, it was Suse 8.0' Apache and an earlier version of Tomcat (4.0.1). These CDs didn't have Apache2 (and connectors) but Suse 8.2 does. -Original Message- From: Keates, Mark Sent: 25 June 2004 09:45 To: Tomcat Users List Subject: RE: Tomcat and mod_webapp? Hi, mod_webapp

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-Dieter

RE: Tomcat and mod_webapp?

2004-06-25 Thread Keates, Mark
? Perhaps I need to uninstall Apache and install their Apache2 (2.0.44) instead? Would that set up the jk(2) connector by default? Regards, Mark -Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of Bill Barker Sent: 25 June 2004 06:05 To: [EMAIL PROTECTED] Subject: Re: Tomcat

RE: Getting url which submitted form

2004-06-25 Thread Mark Thias
Thank you all so much for your response and help. For my purposes, the request.getHeader(referer) seems to do the trick. Using hidden fields is another excellent suggestion. Thanks, Mark -Original Message- From: Nikola Milutinovic [mailto:[EMAIL PROTECTED] Sent: Friday, June 25, 2004

Re: how to check if a String is empty?

2004-06-24 Thread Mark Lowe
to avoid null pointer exceptions. If(.equals(test)) { } On 24 Jun 2004, at 19:39, Tom K wrote: Every once in a while you see this question pop-up and the same thing happens...you get a whole bunch of answers. Remember that a String is an Object and not a primitive e.g. int, long etc. So in that

Re: Tomcat JK2 Question

2004-06-24 Thread Mark Lowe
pattern=common resolveHosts=false/ /Host Notice the path attribute in context. HTH Mark On 24 Jun 2004, at 19:50, Balaji Varanasi wrote: Hello All, I am not sure if this question has been answered but will appreciate if some one can help. I have apache 2 and tomcat running on the same machine

Re: Tomcat JK2 Question

2004-06-24 Thread Mark Lowe
In fact combine what oliver and I have suggested and you should be home n dry. On 24 Jun 2004, at 20:24, Oliver Nautsch wrote: Hello Balaji, try something like: ... [uri:/*.jsp] group=ajp13:localhost:8009 ... in your workers2.properties Oliver Balaji Varanasi wrote: Hello All, I am not sure if

Getting url which submitted form

2004-06-24 Thread Mark Thias
, a post is submitted to MyNextForm.jsp. Is there a way to retrieve the name of the submitting JSP page (MyFirstPage.JSP) while processing the HttpServletRequest parameters inside MyNextForm.jsp. Thank you, Mark Thias This email may contain confidential and privileged material for the sole use

RE: WEBDAV error - date and time string

2004-06-23 Thread Mark Thomas
with the same complaint, but no response. Anyone know what the I have to do to get Tomcat and GoLive to be nice? Right now, now idea. Let me have a look and get back to you. Mark - To unsubscribe, e-mail: [EMAIL PROTECTED

RE: WEBDAV error - date and time string

2004-06-23 Thread Mark Thomas
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 -Original Message- From: [EMAIL PROTECTED

RE: please...

2004-06-17 Thread Mark Schmitt
Ryan, This is probably the email address you want... [EMAIL PROTECTED] -Original Message- From: ryan deneveu [mailto:[EMAIL PROTECTED] Sent: Thursday, June 17, 2004 1:15 PM To: [EMAIL PROTECTED] Subject: please... Please take me off this list. I am not very computer literate and my

<    3   4   5   6   7   8   9   10   11   12   >