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

Lomboz or Sysdeo Eclipse Plugin?

2003-08-22 Thread Mark Lenz
Hi everyone! Which plugin are you guys using for JSP development in Eclipse? Have you tried other plugins or just started using your current one? Mark Lenz Pierce Manufacturing, Inc. (920) 832-3523 [EMAIL PROTECTED] The information contained in this electronic mail message is confidential

Re: Auto-Confirmation

2003-08-22 Thread Mark Eggers
... someone needs to unsubscribe him Thank you for submitting your request to Quest Software Technical Support. [snip] Quest Software Technical Support - United States 949.754.8000 Original Message From: Mark R. Diggory [mailto

javac problems with Tomcat as NT Service

2003-08-27 Thread Turansky, Mark
started by hand. Thanks in advance, Mark Turansky - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: javac problems with Tomcat as NT Service

2003-08-27 Thread Turansky, Mark
, nor do I want to run my production server in a console window started by hand. Thanks in advance, Mark Turansky - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] I've never experienced

Re: Tomcat IIS How to

2003-08-29 Thread Mark Eggers
If you do not have a full-fledge webapp (with a WEB-INF/web.xml), you will have to add the context to Tomcat's server.xml Here's an example that I use to just noodle around with jsp files: Context className=org.apache.catalina.core.StandardContext crossContext=true reloadable=true

Re: Installing Tomcat 4.1.24 as a service on Win 2000 - won't start

2003-09-05 Thread Mark Eggers
If you're starting things as a service, the environment variables need to be defined at the system level and not the user level. HTH /mde/ just my two cents . . . . __ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software

Re: Development Tools

2003-09-09 Thread Mark Eggers
Hopefully Tim that was tongue firmly planted in cheek! Anyway, I use emacs/ant/jde for emacs (http://jdee.sunsite.dk/) I have cygwin on the Windows platform so when I drop into a shell in emacs I have something that works well. I also use xae (http://xae.sunsite.dk/) which is an xml authoring

RE: content type charset

2003-09-10 Thread Mark Orr
, not the other way around. Mark -Original Message- From: aaz [mailto:[EMAIL PROTECTED] Sent: 10 September 2003 17:22 To: [EMAIL PROTECTED] Subject: content type charset Hi, We are using Tomcat 4.1.24 and jdk 1.4.1. And are having problems getting the HTTP headers returned from Tomcat

TRACE/TRACK methods

2003-09-11 Thread Mark Lenz
in browsers. I have been assigned the task of turning off this support, but I have searched Google, tomcat-user archives and the Tomcat documentation to no avail. Does anyone know how to disable these methods? Thanks. Mark Lenz Software Engineer Control Systems Group Pierce Manufacturing, Inc. (920) 832

Re: TRACE/TRACK methods

2003-09-11 Thread Mark Lenz
I'm not sure exactly how to do this. The Servlet Spec is pretty vague on how to add a security-constraint denying access via an http-method. Could you give me an example? Thanks. Mark Lenz Software Engineer Control Systems Group Pierce Manufacturing, Inc. (920) 832-3523 [EMAIL PROTECTED

Re: TRACE/TRACK methods

2003-09-11 Thread Mark Lenz
Thanks, that seems to have done the trick. Mark Lenz Software Engineer Control Systems Group Pierce Manufacturing, Inc. (920) 832-3523 [EMAIL PROTECTED] |-+ | | Tim Funk | | | [EMAIL PROTECTED

Auto Form Based Logins

2003-09-18 Thread Mark Pfeifer
and login the person in automatically. I know I can force a call to a protected resource and auto post the login form, but some app servers are making this easier for developer. Does Tomcat offer anything in this area? Thanks, Mark __ Do you Yahoo!? Yahoo

virtual hosts tomcat connectors

2003-09-30 Thread Mark Lowe
or mod_webapp .. i really dont care which just something that works and not a http://localhost/webappname this seems to be the only thing the connectors do... this looked great until i tried it, http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk2/vhosthowto.html Cheers Mark

Re: connectors documents

2003-10-01 Thread Mark Lowe
in the jk2 example looked the business, but jk2 doesn't seem to like the [uri:[vhost]:[port]] stuff.. I'm continuing down the jk road as efforts to conquer this beast, I just have trouble believing that nobody has this running and could enlighten me. Cheers Mark On Wednesday, October 1, 2003, at 11

Re: connectors documents

2003-10-01 Thread Mark Lowe
use. but I cant believe that this vhost issue is uncommon. Cheers Mark On Wednesday, October 1, 2003, at 11:20 AM, Walker Chris wrote: Sadly, I have to agree with Mark. Last week Tim Funk suggested I RTFAQ to find out why not to use mod_webapp. Though well-meant, this suggestion was regrettable

Re: connectors documents

2003-10-01 Thread Mark Lowe
reply Mark On Wednesday, October 1, 2003, at 04:32 PM, Walker Chris wrote: Yes, I'm using virtual hosts and so far it's running OK. I'll check on the sources I'm using. I suspect that my configuration has a major problem with unclaimed resources if you shut down and restart httpd and Tomcat

Re: connectors documents

2003-10-01 Thread Mark Lowe
Your unrockable certainty that you have it is a help is nothing else.. I'll let you know when its working. Cheers Mark On Wednesday, October 1, 2003, at 06:06 PM, David Rees wrote: On Wed, October 1, 2003 at 2:13 am, Mark Lowe sent the following Yeah i know, I did.. and now i'm trying a cheeky

Re: connectors documents

2003-10-01 Thread Mark Lowe
That was exactly what i needed.. The only problem was the server.xml bit where the jk2 example used an appBase attribute rather than docBase in the context.. Many many thanks. Mark On Wednesday, October 1, 2003, at 06:06 PM, David Rees wrote: On Wed, October 1, 2003 at 2:13 am, Mark Lowe

Re: connectors documents

2003-10-01 Thread Mark Lowe
/tomcat-4.1-doc/jk2/index.html does this work? Looks like there are 3 files that need amending just to administer it, but i'll live with it.. So far apache cant find the workers2.properties.. I have no idea why or how to find out why.. Many thanks in advance Mark On Wednesday, October 1, 2003

Re: JK2 log location, anyone?

2003-10-02 Thread Mark Eggers
According to the docs (don't have them handy at the moment), mod_jk2 uses the Windows system logging as a default. If you want to use your own log file, put something like the following in workers2.properties. # Alternate file logger [logger.file:0] # level=DEBUG file=${serverRoot}/logs/jk2.log

Re: Is this still an issue with 4.1.24 ?

2003-10-06 Thread Mark Eggers
Yes, it is best to use the appropriate mapping in your application's web.xml. /mde/ just my two cents . . . . --- Mark W. Webb [EMAIL PROTECTED] wrote: I came across this article and wondered if this is an issue with 4.1.24. Thanks for any thoughts on this issue. http://www.fawcette.com

Re: How to format number

2003-10-07 Thread Mark Lenz
Check out the class java.text.DecimalFormat from the j2se SDK. Mark Lenz Software Engineer Control Systems Group Pierce Manufacturing, Inc. (920) 832-3523 [EMAIL PROTECTED] |-+ | | Lawence | | | [EMAIL PROTECTED

Tomcat4.1, jk2, and apache 1.3

2003-10-08 Thread Mark Claassen
, but it seems that they are for a different (incompatible) version. The JkMount directives cannot be added manually either, since mod_jk2 doesn't seem to understand these. What magic do I need to do so that tomcat 4.1 can produce the jk2 config file automatically? Thanks, Mark

RE: Tomcat4.1, jk2, and apache 1.3

2003-10-09 Thread Mark Claassen
trying to integrate Apache 1.3, TC 4.1.27 using jk2 on RH7.3 From what I see you need mod_jk2.so (build this), jk2.properties, workers2.properties. Avoid going the auto config route in httpd just add the 2 lines for the jk2 module. Thomas -Original Message- From: Mark

Tomcat and NT Authentication

2003-10-09 Thread Turansky, Mark
, www.mysite.com, they need to be prompted for a domain login. Thanks in advance, Mark Gregory Turansky Web Engineer [EMAIL PROTECTED] www.keymind.com 5111 Leesburg Pike, Suite 703 Falls Church, VA 22041 Tel. 703.379.2060 x450 Fax.703.379.6328

RE: Tomcat and NT Authentication

2003-10-09 Thread Turansky, Mark
Thanks, and I should have gone and read the FAQ *before* posting mark -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Thursday, October 09, 2003 11:18 AM To: Tomcat Users List Subject: Re: Tomcat and NT Authentication http://jakarta.apache.org/tomcat/faq

RE: Tomcat4.1, jk2, and apache 1.3

2003-10-10 Thread Mark Claassen
1 0 (error) [mod_jk2.c (427)]: mod_jk.handler() Error connecting to tomcat 21000 Mark -Original Message- From: Mark Claassen [mailto:[EMAIL PROTECTED] Sent: Thursday, October 09, 2003 9:06 AM To: 'Tomcat Users List' Subject: RE: Tomcat4.1, jk2, and apache 1.3 What are the two

RE: Tomcat4.1, jk2, and apache 1.3

2003-10-10 Thread Mark Claassen
channel.socket:localhost:8019 # Map the Tomcat examples webapp to the Web server uri space [uri:/examples/*] info=Map the whole webapp group=ajp13:localhost:8019 context=/examples/* debug=9 -Original Message- From: Mark Claassen [mailto:[EMAIL PROTECTED] Sent: Friday, October 10, 2003 8:21 AM

RE: Connect to MySQL.

2003-10-20 Thread Mark Lenz
IMHO I wouldn't put the jar in your Java installation. I would put it in CATALINA_HOME/common/lib. Mark Lenz Software Engineer Control Systems Group Pierce Manufacturing, Inc. (920) 832-3523 [EMAIL PROTECTED] |-+--- | | Wilson, Allen

Re: Tomcat under Java 1.1 ?

2003-10-23 Thread Mark Lowe
Last time I ran tomcat on jdk1.1 was 3.2.1 .. So I guess 3.3 should work. Was in the old macos days. Cheers Mark On Thursday, October 23, 2003, at 01:08 PM, Ralf Bierig wrote: Can I run Tomcat under Java SDK 1.1.8 ? If yes, which version is the best (= latest) version I can use? -- NEU FÜR

Tomcat 5 to start automatically on linux at bootup

2003-10-28 Thread Mark Tebong
Hi. I have installed Tomcat 5 on redhad 9, and works fine. However I would like to start it as a service automatically everytime the computer boots up. Please can someone please provide a reference to information on how to do that or simply tell me how to do that? Thanks MT

RE: Tomcat 5 to start automatically on linux at bootup

2003-10-28 Thread Mark Tebong
://www.meritonlinesystems.com/docs/apache_tomcat_redhat.html -Tim Mark Tebong wrote: Hi. I have installed Tomcat 5 on redhad 9, and works fine. However I would like to start it as a service automatically everytime the computer boots up. Please can someone please provide a reference to information on how

RE: Apache proxy question

2003-10-30 Thread Mark Gastel
everything in a Location block. Apache will remove the Server: Tomcat blah blah from tomcat's response and replace it with whatever you have apache set to respond with...this makes it slightly less obvious you are running tomcat behind the scenes. Hope this helps! Mark -Original Message

Problems with mod_jk and DirectoryIndex directives

2003-10-30 Thread Mark Meytin
Hello! I know that this question has been discussed before, and I searhed through the archives, but was not able to find the answer. What I am trying to accomplish seems like a fairly trivial matter. I want to connect Apache 1.3 with Tomcat 4.1.27 via mod_jk (1.2.5) so that the static content

Re: Problems with mod_jk and DirectoryIndex directives

2003-11-03 Thread Mark Meytin
I haven't heard from anyone regarding this seemingly trivial issue. Can someone please share their configuration that would allow accomplishing the requirements stated below? Any help will be greatly appreciated! Thanks, -M- Mark Meytin wrote: Hello! I know that this question has been

Slow response times

2003-11-05 Thread Turansky, Mark
? Any known issues regarding Tomcat and firewalls? Mark Gregory Turansky Web Engineer [EMAIL PROTECTED] www.keymind.com 5111 Leesburg Pike, Suite 703 Falls Church, VA 22041 Tel. 703.379.2060 x450 Fax.703.379.6328

RE: Tomcat 4.1.26 on Win2000

2003-11-06 Thread Turansky, Mark
When you install Tomcat 4.1.27 (the executable) it will give you an option to install it as a service. It will be set to Automatic and start up every time you boot the server. -Original Message- From: Hardee, Brenda G NAVSAFECEN [mailto:[EMAIL PROTECTED] Sent: Thursday, November 06,

RE: Slow response times -- Fixed!!

2003-11-07 Thread Turansky, Mark
: [EMAIL PROTECTED] Subject: Re: Slow response times On Wed, November 5, 2003 at 9:14 am, Turansky, Mark wrote: Tomcat 4.1.27 is running in my company's DMZ. Users external to my company's network see the normal, fast response times from Tomcat. On my cable modem at home, it is very fast

RE: tomcat 4.1.27 with jvm 1.4.2_02=crashes

2003-11-10 Thread Mark Eggers
Output on my machine (RedHat 9 20.4.20-9, Tomcat 4.1.29, Apache 2.0.47) java -showversion java version 1.4.2_02 Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_02-b03) Java HotSpot(TM) Client VM (build 1.4.2_02-b03, mixed mode) I pulled this down from Sun on 11/03/2003 0903.

java web services and XML

2003-11-10 Thread Mark Tebong
I installed Sun's java web services in order to parse XML and work with XML. Unfortunately, it installs a copy of TOMCAT, even though I already have one installed and working right. This is my problem: I am trying to create web templates that use XML data, so that data and user interface are

RE: java web services and XML

2003-11-10 Thread Mark Tebong
updated: I installed Sun's java web services in order to parse XML and work with XML. Unfortunately, it installs a copy of TOMCAT, even though I already have one installed and working right. The issue is it is a developer pack, and cannot be used for production. This is my problem: I am

RE: java web services and XML

2003-11-11 Thread Mark Tebong
of the new installed tomcat that came with JWSDK? -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Monday, November 10, 2003 9:25 PM To: Tomcat Users List Subject: Re: java web services and XML Mark, I installed Sun's java web services in order to parse XML

JWSDP install options

2003-11-11 Thread Mark Tebong
When installing the JWSDP, it includes a tomcat container. Since I already have tomcat running, and already configured for a couple of sites, and tomcat running as a service, how do I install this package (JWSDP) in such a way that it uses my existing tomcat container? Or how can I configure my

Re: How to get mod_jk 2.0 for redhat

2003-11-12 Thread Mark Eggers
Michel, Check out www.jpackage.org. I don't know how good these RPM's are since I build the connectors from source. /mde/ . . . . just my two cents --- Michel Cote [EMAIL PROTECTED] wrote: Hello, I'm looking for the BINARY distribution of the Tomcat web server connector (mod_jk 2.0)

Re: How to turn on mod_jk2 logging

2003-11-12 Thread Mark Eggers
From my config file on the Windows/2000 Pro side: # Alternate file logger [logger.file:0] # level=DEBUG file=${serverRoot}/logs/jk2.log [workerEnv:] info=Global server options timing=1 debug=0 # Default Native Logger (apache2 or win32 ) # can be overriden to a file logger, useful # when tracing

RE: Looking for mod_jk2

2003-11-13 Thread Mark Eggers
Dave, The linker is looking for libapr-0.so. I don't know what you used in your ./configure run. On some installations the link between the current version of libapr and libapr-0.so (and libapr-0.so.0) does not get made when Apache is installed. This appears to be mostly a problem with the

Problem finding external Linux shared object library under Red Hat/Tomcat 4.1.24

2003-11-19 Thread Mark Maigatter
in the directory that the startup.sh script is run from? --mark

Re: Problem finding external Linux shared object library under Red Hat/Tomcat 4.1.24

2003-11-19 Thread Mark Eggers
Mark, Once you put the directory where the library lives in /etc/ld.so.conf, you'll need to run ldconfig. If you put it in the startup script, you might have something like: export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH /mde/ just my two cents

Java memory model and web applications

2003-11-20 Thread Mark . Shotton
that changes made by one thread are visible to another? Thanks for your help. Mark

Cookies

2003-11-20 Thread Mark Tebong
I set a cookie like this from a servlet (URI= /app/servlet/myPackage.CookieTest): Cookie userCookie = new Cookie(someName, someValue); userCookie.setMaxAge(60*60*24*365); response.addCookie(userCookie); I later try to read the cookies using a JSP

RE: Cookies

2003-11-21 Thread Mark Tebong
cookie.setPath(/) to your servlet to set the cookie path to the root. Then your JSP (as it is a subdirectory of the root) can read your cookie. grts, Patrick -Original Message- From: Mark Tebong [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2003 2:10 PM To: Tomcat Users List Subject: Cookies

Re: Where is the HowTo FAQ section?

2003-12-01 Thread Mark Eggers
I'm putting some stuff in the Wiki right now. I should be done in another hour or so. I am describing the following: Tomcat 4.1.x / Apache 2.0.x / mod_jk2 IP sockets / Linux Tomcat 4.1.x / Apache 2.0.x / mod_jk IP sockets / Linux Tomcat 4.1.x / Apache 2.0.x / mod_jk2 IP sockets / Win2K Tomcat

Tomcat FAQs on Wiki

2003-12-01 Thread Mark Eggers
Folks, I have put some of my documentation on the Tomcat Wiki at: http://nagoya.apache.org/wiki/apachewiki.cgi?TomcatWeb These are sort of bare-bones documents about some ways to connect Tomcat/Apache on Linux, Tomcat/Apache on Windows/2000, and Tomcat/IIS 5 on Windows/2000. Hopefully this

Re: Problem with tomcat, iis and jk2

2003-12-03 Thread Mark Eggers
See the following, among others: http://nagoya.apache.org/wiki/apachewiki.cgi?TomcatWeb /mde/ just my two cents . . . . __ Do you Yahoo!? Free Pop-Up Blocker - Get it now http://companion.yahoo.com/

Re: Can't get jk2 to work!

2003-12-11 Thread Mark Eggers
JK2 and JK are two different beasts. If you are going to use JK instructions in httpd.conf (which is what you have), then you will need to use mod_jk.dll. Go to here: http://jakarta.apache.org/site/binindex.cgi and select the JK 1.2 binaries to download. If you are going to use JK2, then you

Re: Database Rollback doesn't work

2003-12-19 Thread Mark Matthews
to see whether it was delivered or not, and even then, you might not get those. Perhaps a better way to do it might be to have different states, i.e. confirmation email sent, user confirmed, etc? Regards, -Mark - -- Mr. Mark Matthews MySQL AB, Software Development Manager, J2EE

Re: Need Help - Apache 2.0.48 + Tomcat 4.1.29 + Mod_jk2 + Windows 2000 Server ( No IIS)

2003-12-26 Thread Mark Eggers
Check http://nagoya.apache.org/wiki/apachewiki.cgi?TomcatWeb and see if that information helps. /mde/ just my two cents . . . . __ Do you Yahoo!? New Yahoo! Photos - easier uploading and sharing. http://photos.yahoo.com/

Exception in RealmBase

2004-01-02 Thread Mark Woon
be appreciated. Thanks, -Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Logging and Tomcat 5.0.16

2004-01-02 Thread Mark Woon
, why doesn't Tomcat just come with commons-logging.jar and log4j.jar bundled in /server/libs? 4) Is there a FAQ or HOWTO on recommended approaches to handling logging in Tomcat somewhere? Thanks, -Mark - To unsubscribe, e-mail

Re: MOD_JK2 also Fails aaaggggg@###!!!

2004-01-02 Thread Mark Eggers
George, This has been discussed on the list before. While you can use a vanilla RedHat 9 install, some of the libraries (apr, apr-util) are not quite where the make file thinks they should be. There are several solutions. 1. Build apache 2.0.48 from source. a) Note that on RedHat, the SSL

Logging and Tomcat 5.0.16

2004-01-02 Thread Mark Woon
) In any case, why doesn't Tomcat just come with commons-logging.jar and log4j.jar bundled in /server/libs? 4) Is there a FAQ or HOWTO on recommended approaches to handling logging in Tomcat somewhere? Thanks, -Mark - To unsubscribe, e

Exception in RealmBase

2004-01-02 Thread Mark Woon
. Any help would be appreciated. Thanks, -Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Really dumb question -- how do I set up Tomcat 5 to run as a service on NT?

2004-01-02 Thread Mark Eggers
Betty, Check the following page: http://jakarta.apache.org/site/binindex.cgi About 3/4 down the page, you should see the following: Tomcat 5.0.16 KEYS * 5.0.16 zip PGP MD5 * 5.0.16 tar.gz PGP MD5 * 5.0.16 exe PGP MD5 * 5.0.16 Deployer zip PGP MD5 * 5.0.16 Deployer tar.gz

Re: tomcat4.1.24 + apache_2.0.47 + connectors-jk2.0.2

2004-01-02 Thread Mark Eggers
John's excellent instructions are written for mod_jk mod_jk2 is different. There are several How-To's available. [link] Tomcat-Apache using JK2 connector from the FAQ page or http://nagoya.apache.org/wiki/apachewiki.cgi?TomcatWeb are two good sources of information. HTH /mde/ just my two

Re: MOD_JK2 also Fails aaaggggg@###!!!

2004-01-02 Thread Mark Eggers
George, I am sending you the config.log and a script of exactly what I did since it is rather large. Here is my environment. I realize that it is more recent than yours. However, I performed the exact same operations on all previous versions of RedHat 9 with the same results. [EMAIL

Re: Problem Authenticating Users in LDAP

2004-10-29 Thread Mark Doppelfeld
any chars within user/password which need special encoding??? Cheers Mark Sandeep N wrote: This is what the log file (catalina_log.2004-10-29.txt) reads - 2004-10-29 15:53:14 JNDIRealm[Standalone]: Connecting to URL ldap://localhost:389 2004-10-29 15:53:38 JNDIRealm[Standalone]: lookupUser

Re: Problem Authenticating Users in LDAP

2004-10-29 Thread Mark Doppelfeld
information. Mark Sandeep N wrote: I guess in the LDAP directory, the password is not stored as a clear text but in an encrypted manner using SHA (Simple Hashing Algorithm). Can that be the reason for not authenticating this user? And I don't have any special characters embedded in my username

Re: Problem Authenticating Users in LDAP

2004-10-29 Thread Mark Doppelfeld
So did you try debugging the JNDIRealm That's what I wonna do with my umlaut problem... Mark Sandeep N wrote: I did try out these things long back, but it did not yield any success. Hence mailed the list. On Fri, 29 Oct 2004 14:14:57 +0200, Mark Doppelfeld [EMAIL PROTECTED] wrote: Hi, took

Character encoding within form based autentication

2004-10-29 Thread Mark Doppelfeld
up. I tried several settings of |useBodyEncodingForURI and ||URIEncoding but won't get it running Help is highly appreciated. Thanks in advance Mark | - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

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

Finding the log directory

2004-11-03 Thread Mark Claassen
am sorry if this is a repeat. I found a similar question in the archive, but the mail-archive indices were wrong at it was inaccessible. Mark Confidentiality Notice: OCIESERVICE - The contents of this e-mail message and any

RE: Finding the log directory

2004-11-03 Thread Mark Claassen
Thanks for your help. -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 03, 2004 1:57 PM To: Tomcat Users List Subject: RE: Finding the log directory Hi, Is there a container independent way to find the base directory. I have

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

2004-11-05 Thread Mark Claassen
. Anyone have any ideas on where to start looking? Thanks, Mark java.io.IOException: Broken pipe at java.io.FileOutputStream.writeBytes(Native Method) at java.io.FileOutputStream.write(FileOutputStream.java:257) at java.io.BufferedOutputStream.flushBuffer

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

2004-11-08 Thread Mark Claassen
To: 'Tomcat Users List' Subject: RE: CGI ...yeah, I know (Tomcat 4.1.29) Enable cgiservlet log (I usually set debug to 6) and see what's output in the log (very detail). -Original Message- From: Mark Claassen [mailto:[EMAIL PROTECTED] Sent: November 5, 2004 5:07 PM To: 'Tomcat

Hiding tomcat version numbers

2004-11-08 Thread Mark Claassen
the sender by reply e-mail and then delete this message and its attachments. Do not deliver, distribute, copy, disclose the contents or take any action in reliance upon the information contained in the communication or any attachments. - Mark Claassen Donnell Systems, Inc

ClassLoader question

2004-11-08 Thread Mark Claassen
resides). This, however, would not start up and gave me ClassNotFound exceptions. However, when I moved my jar to the shared directory, everything seems to work. Question: - I thought everything had access to things in the server/lib directory. What is going on here? Thanks, Mark

RE: ClassLoader question

2004-11-08 Thread Mark Claassen
. -Original Message- From: Mark Claassen [mailto:[EMAIL PROTECTED] Sent: Monday, November 08, 2004 3:14 PM To: 'Tomcat Users List' Subject: RE: ClassLoader question I forgot to mention that I am running 4.1, however the docs are similar and on this point I clearly deserve any

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

2004-11-08 Thread Mark Thomas
my apologies. Mark -Original Message- From: Mark Claassen [mailto:[EMAIL PROTECTED] Sent: Monday, November 08, 2004 3:17 PM To: 'Tomcat Users List' Subject: RE: CGI ...yeah, I know (Tomcat 4.1.29) Thanks for the reply. We have the debug set to 6 already. We found

Datasource problems on Tomcat 5.5.4

2004-11-08 Thread Mark Fleischman
be greatly appreciated. Thanks, Mark

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

2004-11-09 Thread Mark Claassen
...as long as the package name doesn't change. Mark -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Monday, November 08, 2004 4:33 PM To: 'Tomcat Users List' Subject: RE: CGI ...yeah, I know (Tomcat 4.1.29) I think you have run into http

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

2004-11-09 Thread Mark Claassen
2004-11-08 16:06:55 StandardContext[]: Servlet threw load() exception javax.servlet.ServletException: Wrapper cannot find servlet class dsi.app.tomcat.DCGIServlet or a class it depends on at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:89 1) at

RE: Datasource problems on Tomcat 5.5.4

2004-11-09 Thread Mark Fleischman
Thanks Rémy Yoav! Mark Quoting Shapira, Yoav [EMAIL PROTECTED]: Hi, The ResourceParams nested elements are history, it's all in the Resource element now. See the new configuration page at http://jakarta.apache.org/tomcat/tomcat-5.5-doc/jndi-datasource-examples -howto.html. Yoav

RE: class loader problem?

2004-11-10 Thread Mark Claassen
you. Mark -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 10, 2004 4:14 PM To: Tomcat Users List Subject: RE: class loader problem? Hi, Thanks for posting, but I think you're on your own. I personally am not going to waste time

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.Credentials

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 WebDav

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
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: Newbie: problem with WebDav Tomcat servlet

2004-11-13 Thread Mark Thomas
know unix very well so can't really explain how to set something like this up HTH Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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

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 of web

RE: Soap under Tomcat

2004-11-14 Thread Mark Thomas
To quote from the error message from your original post: The requested resource (/soap/rpcrouter) is not available. Mark -Original Message- From: feilong [mailto:[EMAIL PROTECTED] Sent: Sunday, November 14, 2004 8:18 PM To: Tomcat Users List Subject: Re: Soap under Tomcat

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 package

RE: Tomcat 4.1.27 ana apache 2.0.47 with mod_jk

2004-11-15 Thread Mark Thomas
Please start a new thread for a new question. It makes it easier for those using thread aware mail clients or one of the many web archives to follow a particular question. Mark -Original Message- From: Venkat Reddy Valluri [mailto:[EMAIL PROTECTED] Sent: Monday, November 15, 2004 9

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 Tomact

RE: WebDAV-Servlet with Contexts different from FileDirContext

2004-11-16 Thread Mark Thomas
size. If you want to enhance the webdav servet I would be happy to look at your patches and apply them as appropriate. There is however, one caveat. I don't want the webdav servlet to become a source of bloat so it is important that it remains lean - ideally in a single servlet. Mark -Original

Sessions on restart

2004-11-18 Thread Mark O'Driscoll
to be happening with 5.0.28. The question is: How do I maintain a list of sctive sessions across restarts of Tomcat. TIA - Mark (back after a LONG time) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: Sessions on restart

2004-11-18 Thread Mark O'Driscoll
Well, as you can see my listener implements this interface but the activation/ passivation methods are never called :-( I have flagged the class as a listener in m web.xml. Is there anything else I have to do? TIA Mark - Original Message - From: Shapira, Yoav [EMAIL PROTECTED

<    7   8   9   10   11   12   13   14   15   16   >