RE: tomcat certificate

2004-03-23 Thread Mark Thomas
Which version of tomact are you using? Mark -Original Message- From: Idoia Murua Belacortu [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 23, 2004 5:00 PM To: Tomcat Users List Subject: RE: tomcat certificate I have configured the files as you said in the e-mail, but when I

IOException while loading persisted sessions: java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: org.apache.commons.logging.impl.Log4JLogger

2004-03-22 Thread Mark Shifman
My server .xml is set out of the box with: unpackWARs=true autoDeploy=true If I copy a war file to webapps when there is an active session present i get this error: IOException while loading persisted sessions: java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException:

Re: IOException while loading persisted sessions: java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: org.apache.commons.logging.impl.Log4JLogger

2004-03-22 Thread Mark Shifman
. My only session attributes are a String , an Integer , an ArrayList and a String[]. the struts form beans, are DyanValidatorForm which are serializable. Yoav Shapira Millennium Research Informatics -Original Message- From: Mark Shifman [mailto:[EMAIL PROTECTED] Sent: Monday

RE: Programmatically deploying webapps

2004-03-22 Thread Mark Thomas
You can archive your web app using ant's jar task. Mark -Original Message- From: Philipp Taprogge [mailto:[EMAIL PROTECTED] Sent: Monday, March 22, 2004 2:05 AM To: Tomcat Users List Subject: Programmatically deploying webapps Hi! I am stuck here :-/ Perhaps anyone could

Re: IOException while loading persisted sessions: java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: org.apache.commons.logging.impl.Log4JLogger

2004-03-22 Thread Mark Shifman
commands, e-mail: [EMAIL PROTECTED] -- Mark Shifman MD. Ph.D. Yale Center for Medical Informatics Phone (203)737-5219 [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: IOException while loading persisted sessions: java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: org.apache.commons.logging.impl.Log4JLogger

2004-03-22 Thread Mark Shifman
your WAR copy and restart, do you still get the error? I don't see any session.cer file anywhere. $CATALINA_HOME/work, or anywhere along the path work/Catalina/localhost/chartms Yoav Shapira Millennium Research Informatics -Original Message- From: Mark Shifman [mailto:[EMAIL

memory gobbled up by sessions

2004-03-22 Thread Mark Orr
, as long as they're not serialised, use memory inside the JVM, just like any other object, no? Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Security

2004-03-21 Thread Mark Thomas
applications rather than the entire tomcat installation. Again, see catalina.policy for more information. Regards, Mark -Original Message- From: Matt Anderson [mailto:[EMAIL PROTECTED] Sent: Sunday, March 21, 2004 4:54 AM To: [EMAIL PROTECTED] Subject: Security Hi All

RE: Keystore help OT?

2004-03-19 Thread Mark Thomas
Why do you need to extract your private key? What are you trying to do? Have you tried java.security.Keystore.getKey() ? Mark -Original Message- From: Hamilton Andrew [mailto:[EMAIL PROTECTED] Sent: Thursday, March 18, 2004 7:57 PM To: Tomcat Users List Subject: RE: Keystore help

RE: JMX conflict in Tomcat 5.0

2004-03-18 Thread Mark Richards
FAQ but I seem to recall reading somewhere that they do have access to these libraries. In that case, will Tomcat function properly with the JMX jars in server/lib? Thanks, Mark -Original Message- From: Mark Richards [mailto:[EMAIL PROTECTED] Sent: March 17, 2004 3:42 PM To: 'Tomcat

RE: JMX conflict in Tomcat 5.0

2004-03-18 Thread Mark Richards
Thanks for the help! Mark -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: March 18, 2004 11:23 AM To: Tomcat Users List Subject: RE: JMX conflict in Tomcat 5.0 Hi, I just wanted to provide another data-point on this issue in case anyone has any ideas. When I

Encountered exception java.lang.ThreadDeath on Starting from manager

2004-03-18 Thread Mark Shifman
I am using 5.0.19 and Linux, When I stop my application via the manager, I can't start it again. I get this message Encountered exception java.lang.ThreadDeath What am I doing wrong. catalina.out shows Mar 18, 2004 1:26:19 PM org.apache.catalina.core.StandardHostDeployer stop INFO:

RE: tomcat certificate

2004-03-18 Thread Mark Thomas
username=CN=Mark Thomas, OU=WWW, O=XXX, L=YYY, ST=ZZZ, C=GB password=null roles=tomcat,certs/ web.xml: ?xml version=1.0 encoding=ISO-8859-1? !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.3//EN http://java.sun.com/dtd/web-app_2_3.dtd; web-app display-nameBug

RE: Keystore help OT?

2004-03-18 Thread Mark Thomas
You just import the reply into the keystore (using the same alias) and the keystore combines them for you. Have a look at the keytool docs that come with the JDK for further info. Mark -Original Message- From: Hamilton Andrew [mailto:[EMAIL PROTECTED] Sent: Thursday, March 18, 2004

Re: Encountered exception java.lang.ThreadDeath on Starting from manager

2004-03-18 Thread Mark Shifman
wrote: Hi, See if adding LogManager.shutdown() (org.apache.log4j.LogManager, that is) to a ServletContextListener's contextDestroyed method solves this issue. Yoav Shapira Millennium Research Informatics -Original Message- From: Mark Shifman [mailto:[EMAIL PROTECTED] Sent: Thursday

JMX conflict in Tomcat 5.0

2004-03-17 Thread Mark Richards
? Other details: Our web-app conforms to Servlet 2.2 JDK 1.3.1 Changing our version of JMX to whatever Tomcat uses is not an option at this time. Thanks, Mark Richards Software Developer InSystems Corporation Voice: (905) 513-1400 ext. 3552 Fax: (905) 513-1419 mailto:[EMAIL PROTECTED] http

RE: JMX conflict in Tomcat 5.0

2004-03-17 Thread Mark Richards
We originally put these jars there but it didn't work; our application was unable to connect to the MBean server (or listener... forgive me but JMX isn't my specialty). When we removed the Tomcat JMX jars and put ours in place, the app functioned as we expected. Thanks, Mark -Original

RE: JMX conflict in Tomcat 5.0

2004-03-17 Thread Mark Richards
are willing to take, but we'd rather not. Thanks, Mark -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: March 17, 2004 11:00 AM To: Tomcat Users List Subject: RE: JMX conflict in Tomcat 5.0 Hi, You removed only the MX4J implementation, or other things as well

RE: JMX conflict in Tomcat 5.0

2004-03-17 Thread Mark Richards
, but both seem to work apart). Thanks, Mark -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: March 17, 2004 12:08 PM To: Tomcat Users List Subject: RE: JMX conflict in Tomcat 5.0 Hi, We removed jmx-remote-tools.jar, jmx-remote.jar and jmx.jar from TOMCAT_HOME/common

RE: tomcat certificate

2004-03-17 Thread Mark Thomas
This is not correct. Tomcat does support CLIENT-CERT authentication 'out-of-the-box'. When combined with appropriate authorisation constraints in web.xml you can limit access to specific URLs. I have this working quite happily. Mark -Original Message- From: Rommel Sharma [mailto

RE: JMX conflict in Tomcat 5.0

2004-03-17 Thread Mark Richards
JMX for the management webapp, but is it required, or optional? Are there any other reasons to use JMX? The tomcat installation will be deployed stand-alone with only my web app and whatever comes standard with Tomcat 5 (i.e. the management web app, etc). Thanks, Mark -Original Message

RE: SSL using Microsoft CA

2004-03-16 Thread Mark Thomas
-users.xml the user cert entry is of the form user username=CN=Mark Thomas, OU=WWW, O=XXX, L=YYY, ST=ZZZ, C=GB password=null roles=tomcat,certs/ Hope this helps. -Original Message- From: Donald Lee [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 16, 2004 12:05 AM To: [EMAIL PROTECTED

RE: web.xml Welcome-file for SSL

2004-03-16 Thread Mark Thomas
Should do. This works for me with TC4 and the default welcome list. Mark -Original Message- From: Forte, Graham [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 16, 2004 3:33 PM To: 'Tomcat Users List' Subject: RE: web.xml Welcome-file for SSL Corrected subject, any takers

jsvc.exec error

2004-03-15 Thread Mark Shifman
I just installed and init.d script for jakarta-tomcat-5.0.19. I am running linux 2.4.21-9.ELsmp. The edited Tomcat5.sh script seems to work fine but I get this message logged to catalina.out when I stop tomcat: jsvc.exec error: Service exit with a return value of 143 I checked jsvc-unix.c

Re: problem with mod_jk 1.2: error in action code

2004-03-12 Thread Mark Matthews
/connector-j/index.html#id2803835 -Mark (the guy who wrote the 'autoReconnect' functionality, and now wishes he could remove it from the JDBC driver) - -- Mr. Mark Matthews MySQL AB, Software Development Manager, J2EE and Windows Platforms Office: +1 708 332 0507 www.mysql.com Meet

Question on the packaging of tag libraries

2004-03-11 Thread Faine, Mark
app from a lib directory but what about tlds can they also be placed in some central location and loaded by every web application instead of having to maintain them in each web application individually. Thanks, -Mark

RE: Tomcat is not finding my classes

2004-03-09 Thread Faine, Mark
Nope, not finding them there either. I've tried both. The appropriate place for them would be shared/lib but I've tried common/lib also and would be satisfied if it worked there but the only place it works is in the WEB-INF/classes (unpacked) or WEB-INF/lib (packed). Thanks, -Mark

RE: Tomcat is not finding my classes

2004-03-09 Thread Faine, Mark
Nope, not finding them there either. I've tried both. The appropriate place for them would be shared/lib but I've tried common/lib also and would be satisfied if it worked there but the only place it works is in the WEB-INF/classes (unpacked) or WEB-INF/lib (packed). Thanks, -Mark

Re: JNDI Datasource Reference in DD Not Necessary?

2004-03-09 Thread Mark Matthews
. Once you have _that_ working, then start tweaking from there. I've found that trying to plug the right magic values from scratch into server.xml never works as you'd expect. Regards, -Mark - -- Mr. Mark Matthews MySQL AB, Software Development Manager, J2EE and Windows Platforms Office: +1

Tomcat is not finding my classes

2004-03-08 Thread Faine, Mark
for the shared/lib directory but on my installation they are in common/lib. Is this a problem or out of date docs? Thanks, -Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: mod_jk

2004-03-06 Thread Mark Eggers
Chris, Here's how I've compiled mod_jk on Linux (Redhat 9 and Fedora Core 1). 1. Download source 2. Uncompress it and extract the tar file. 3. cd to jakarta-tomcat-connectors-jk-1.2.n-src/jk/native 4. chmod u+x configure 5. Run configure with: ./configure \

Classloader problems

2004-03-05 Thread Faine, Mark
: java.lang.ClassNotFoundException: The only way I can get them recognized by Tomcat is to put them in the WEB-INF/lib folder for each web app. Any help would be appreciated. Thanks, -Mark - To unsubscribe, e-mail: [EMAIL PROTECTED

RE: Classloader problems

2004-03-05 Thread Mark F
What two jars are these? Is the class in the CNFE above in one of those two jars? Yoav Shapira They are specific to the applications that we build and the class in the CNFE is located in WEB-INF/classes Thanks, -Mark

Re: Classloader problems

2004-03-05 Thread Mark F
Could it be that the class is actually found but some of the classes it relies on are not searched for any further because they are not found in the library directory in WEB-INF/classes/reallylongclasspath/library Thanks, -Mark

Java/JSP sporadic Illegal constant pool index error

2004-03-05 Thread Mark Maigatter
) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943) at org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java: 1027) at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1125 ) at java.lang.Thread.run(Thread.java:534) Thanks, Mark Maigatter

unknown jar file in Tomcat, redux

2004-03-04 Thread Mark J. Miller
4.1 lib folder will screw up my current installation. Yoav, if you already knew that the files weren't part of the 4.0.2 install, my apologies for not taking your word. -- Mark :-) Mark J. Miller, Sr. Instructional Systems Analyst

RE: unknown jar file in Tomcat

2004-02-27 Thread Mark J. Miller
version numbers. If you have a JDK (as opposed to a JRE), you don't need this file at all. Yoav Shapira Millennium ChemInformatics Yeah, I've got the JDK installed. So, I'll ignore the files for now and see what happens. Thanks Yoav. -- Mark

Re: Keytore and Veriisgn certificates

2004-02-27 Thread Mark Foster
I leaving out a step? or ? any ideas would be helpful Have you read http://mark.foster.cc/kb/keytool ?? It would help if you showed the keytool commands you are using at each step as well as the output of keytool -list -v -- Some days it's just not worth chewing through the restraints... Mark D

unknown jar file in Tomcat

2004-02-26 Thread Mark J. Miller
turned up a reference to jdk-tools-1.4.1.jar on sourceforge.net. But that neither helped me figure out what I should do. -- Mark :-) Mark J. Miller, Sr. Instructional Systems Analyst Saginaw Valley State University USA 7400 Bay Rd

Re: Tomcat 4 or 5 and SOAP

2004-02-18 Thread Mark
Apache Axis works very well: http://ws.apache.org/axis/index.html At 2/18/2004 10:48 AM, you wrote: Hello does anyone knows how can I make SOAP working on my Apache Tomcat server ? On the version 3.2 I had no problem, but with the 4 or 5 I can do nothing. Do you know a good tutorial for Tomcat

Mark Sutton/LDN/FIMAT is out of the office.

2004-02-18 Thread Mark Sutton
I will be out of the office starting 19/02/2004 and will not return until 23/02/2004. I am out of the office on 19 20 Feb 2004. In my absence please contact Conroy Pretorius. Mark *** The e-mail and any attachments

Tomcat running as NT service can't locate JNI DLLs

2004-02-14 Thread Mark
, then re-installing the Tomcat service using the '-path' option pointing to D:\myDLLs directory, but it still fails. I have a feeling I'm missing something fundamental, but I'm just not seeing it. Has anyone dealt with this before? Thanks in advance Mark

Re: Another Try at MySQL Connection Pooling

2004-02-11 Thread Mark Matthews
will give you a 50-60% performance improvement. It depends on the particular version of Windows (first, it has to be NT-based, secondly the newer the better). -Mark - -- Mr. Mark Matthews MySQL AB, Software Development Manager, J2EE and Windows Platforms Office: +1 708 332 0507 www.mysql.com

Re: Another Try at MySQL Connection Pooling

2004-02-11 Thread Mark Matthews
one thing at a time. Unfortunately, Tomcat itself doesn't complain much up front when you have something wrong with configuration, and it usually manifests itself as an exception that's not related to what you've misconfigured :( Regards, -Mark - -- Mr. Mark Matthews MySQL AB, Software

IIS5+Tomcat5 and default documents

2004-02-11 Thread Mark Keir
-working examples show uri:cname2/* and uri:cname/*.jsp respectively. Has anyone else seen similar behaviour and or know possible solutions? A number of other programming languages are used on the box that IIS is managing so I want everything except JSP to be handled by IIS. Cheers, Mark -- Mark

Re: apache-tomcat ssl doc download error in IE

2004-02-10 Thread Mark W. Webb
, Daniel On Thu, 5 Feb 2004, Mark W. Webb wrote: I am seeing a very similar problem with Tomcat 4.1.24 and Apache over SSL on Solaris 9. I am using Tomcat4.1.24, JDK 1.4.2 Apache 2.0.48(mod_ssl, mod_jk), OpenSSL 0.9.7c. Everything compiled from source except JDK. Hi, I'm really stumped and hope

Tomcat + IE + pragma tag

2004-02-10 Thread Mark W. Webb
Does anyone know why IE will not allow a file download from tomcat (and maybe other sources) when the connection is over SSL and the pragma HTTP Header tag is set to no-cache? I have been experiencing this and am puzzled as to why this is happening. If I set the pragma tag to no-cache, blah,

RE: Do the tomcat developers use bugzilla?

2004-02-05 Thread Mark Thomas
a bug in bugzilla can do is attach a simple war that exhibits the problem. The less time I spend building test apps for bugs, the more time I can spend fixing them. Mark - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: apache-tomcat ssl doc download error in IE

2004-02-05 Thread Mark W. Webb
I am seeing a very similar problem with Tomcat 4.1.24 and Apache over SSL on Solaris 9. I am using Tomcat4.1.24, JDK 1.4.2 Apache 2.0.48(mod_ssl, mod_jk), OpenSSL 0.9.7c. Everything compiled from source except JDK. Hi, I'm really stumped and hope someone can provide insight :( We got a

RE: Having trouble using CGI with Tomcat 4.1...

2004-02-04 Thread Mark Thomas
Ken, Without knowing the steps you took, I have no idea. It would also help to know exactly what you are trying to do. Mark From: Ken Perregaux [mailto:[EMAIL PROTECTED] I have setup Tomcat to use CGI but when I try to run my script or EXE it get the following error... HTTP Status 500

Tomcat 5.0.18 not responding as a Windows Service

2004-02-04 Thread Turansky, Mark
) from the command line does nothing. Tomcat does not appear in the task manager. There is no response whatsoever. How do I fix this? Please help. Thanks in advance, Mark - To unsubscribe, e-mail: [EMAIL PROTECTED

FIX THIS! Bad dependency is culprit - Tomcat 5.0.18 not responding as a Windows Service

2004-02-04 Thread Turansky, Mark
installation at c:\java, but 5.0.18 won't?!?! -Original Message- From: Turansky, Mark Sent: Wednesday, February 04, 2004 3:30 PM To: Tomcat Users List Subject: Tomcat 5.0.18 not responding as a Windows Service I installed 5.0.18 on W2K, which automatically sets up Tomcat as a Windows Service

RE: Tomcat 5.0.18 not responding as a Windows Service

2004-02-04 Thread Turansky, Mark
the Tomcat service from automatic to manual and it still works. HTH. Clay Hensley - Original Message - From: Turansky, Mark [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, February 04, 2004 2:30 PM Subject: Tomcat 5.0.18 not responding as a Windows Service I installed

RE: $JAVA_HOME error

2004-02-04 Thread Mark Thomas
Might not be the root cause of your problem but you need to use the SDK not the JRE. Mark -Original Message- From: Tony Sutton [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 04, 2004 11:14 PM To: [EMAIL PROTECTED] Subject: $JAVA_HOME error Hi there, I'm new to using

RE: Session disconnect

2004-02-02 Thread Mark Tebong
I don't think it has anythin to so with cookies because sessions don't use paths. -Original Message- From: Antonio Fiol Bonnin [mailto:[EMAIL PROTECTED] Sent: Sunday, February 01, 2004 3:30 AM To: Tomcat Users List Subject: Re: Session disconnect Mark Tebong wrote: I have

tomcat and apache

2004-02-02 Thread Mark Tebong
I have a little problem with my web site. It has to do with the session disconnecting on my proxy server. Basically, I have an apache 2.0 server that acts as a web proxy. Its IP is 192.168.11.11. I also have another server which is internal, and running tomcat with IP 192.168.11.211. On the

jsvc and -config?

2004-02-02 Thread Mark Woon
With the old startup script (startup.sh), there's a -config parameter to pass in a specific server.xml to use. Is there an equivalent parameter with jsvc? If not, is there any way to achieve the same objective? Thanks, -Mark

Re: Tomcat5 RH ES mod_jk2 Apache2

2004-01-30 Thread Mark Eggers
Rich, See the following link: http://nagoya.apache.org/wiki/apachewiki.cgi?TomcatWeb Replace /examples/*.jsp with /jsp-examples/*.jsp and /examples/servlet/* with /servlets-examples/servlet/* and you should be good to go with Tomcat 5. HTH /mde/ just my two cents . . . .

Session disconnect

2004-01-30 Thread Mark Tebong
I have a little problem with my web site. It has to do with the session disconnecting on my proxy server. Basically, I have an apache 2.0 server that acts as a web proxy. Its IP is 192.168.11.11. I also have another server which is internal, and running tomcat with IP 192.168.11.211. On the

Session disconnect

2004-01-30 Thread Mark Tebong
I have a little problem with my web site. It has to do with the session disconnecting on my proxy server. Basically, I have an apache 2.0 server that acts as a web proxy. Its IP is 192.168.11.11. I also have another server which is internal, and running tomcat with IP 192.168.11.211. On the

Re: Apache + Tomcat RH HOWTO (Apache Compile)

2004-01-28 Thread Mark Eggers
RedHat places some libraries in places that configure doesn't expect. In order to get SSL compiled, the following environment variable needs to be set before running configure. export CPPFLAGS=-I/usr/kerberos/include -I/usr/openssl/include (all on one line - sorry about the

Re: tomcat 5 embedded ?

2004-01-27 Thread Mark W. Webb
where can I find some examples on embedding tomcat in a java app using JMX? thank you for your time and sorry for any inconvenience. Remy Maucherat wrote: Mark W. Webb wrote: Embedded tomcat 4 had an API that could be used to programatically start tomcat from within another application. I

Re: Problem with cc-gcc compiling mod_jk in Solaris 9

2004-01-27 Thread Mark Eggers
Mauricio, Are you trying to compile mod_jk, or mod_jk2? Instead of creating a symbolic link, do the following: 1. Make sure that gcc is in your path (it's usually installed in /opt/something if I remember correctly). 2. Set an environment variable: setenv CC=gcc (C shell) export CC=gcc (Bash

Re: mod_jk problem

2004-01-27 Thread Mark Eggers
Lukas, There are a lot of ways to start out exploring jsp programming. 1. Create a directory under %CATALINA_HOME%/webapps and modify Tomcat's server.xml a) For example, create a beg-jsp directory b) Add the following context in server.xml !-- Beginning JSP context for experimenting with raw

tomcat 5 embedded ?

2004-01-26 Thread Mark W. Webb
Is there such a thing as an embedded tomcat 5? I need to embed tomcat into a C program, which I could do with 4.1.24 easily enough using the Startup examples that I found in the tomcat baseline. I now need to integrate tomcat 5.x.x into my C program, but not sure how I should approach this.

apache.org down ?

2004-01-26 Thread Mark W. Webb
can anyone get to apache.org? I cannot get there or jakarta - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [URGENT] Problems getting SSL 2-Way Authentication to work

2004-01-26 Thread Mark Thomas
the keystore. Good luck! Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: tomcat 5 embedded ?

2004-01-26 Thread Mark W. Webb
Can you explain how embedded tomcat is easier? I would appreciate it greatly. Also, if there is any documentation on this I would like to read it. Thank you. Shapira, Yoav wrote: Howdy, Is there such a thing as an embedded tomcat 5? I need to embed tomcat into a C program,

Re: tomcat 5 embedded ?

2004-01-26 Thread Mark W. Webb
Embedded tomcat 4 had an API that could be used to programatically start tomcat from within another application. I am wondering if the same API exists for tomcat 5. If not, how could I start tomcat in an existing process. I would guess that I could not take advantage of the JMX stuff in

Re: tomcat 5 embedded ?

2004-01-26 Thread Mark W. Webb
tomcat inside a C program :( I would like to write some documentation on this once I have it all working. It seems like very few people use the embedded tomcat. thank you. Remy Maucherat wrote: Mark W. Webb wrote: Embedded tomcat 4 had an API that could be used to programatically start

Re: Build problem with: connectors source

2004-01-26 Thread Mark Eggers
Building mod_jk and mod_jk2 is a bit tricky, but not too bad. Here's how I accomplished it on Linux (Redhat 9 and Fedora Core 1). mod_jk2 1. Download the latest source. 2. Uncompress and and untar it 3. cd to mod_jk2 native area cd jakarta-tomcat-connectors-jk2-2.0.2-src/jk/native2 4. Set

RE: How to change page encoding, sent by server

2004-01-25 Thread Mark Thomas
Have a look at http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13231 In the meta tag has no effect. You need to use the [EMAIL PROTECTED] ... directive instead. Mark -Original Message- From: Ivan Kozlov [mailto:[EMAIL PROTECTED] Sent: Saturday, January 24, 2004 8:56 PM To: [EMAIL

RE: Antwort: RE: SSL, keystore with ca hierarchy

2004-01-25 Thread Mark Thomas
to configure trust store locations. Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: mod_jk problem

2004-01-25 Thread Mark Eggers
Please see the following: http://nagoya.apache.org/wiki/apachewiki.cgi?TomcatWeb or http://nagoya.apache.org/wiki/apachewiki.cgi?Tomcat/Links Lots of information, including several step-by-step documents. HTH /mde/ just my two cents . . . . __ Do you Yahoo!?

RE: SSL, keystore with ca hierarchy

2004-01-24 Thread Mark Thomas
into .keystore rather than the cacerts file. Mark -Original Message- From: Oliver Wulff [mailto:[EMAIL PROTECTED] Sent: Saturday, January 24, 2004 2:25 PM To: [EMAIL PROTECTED] Subject: SSL, keystore with ca hierarchy I've created the following keystore for Tomcat 4.1.18: SET

disable taglib pooling jspc

2004-01-22 Thread Faine, Mark
The script workds correctly but the resulting class files have taglib pooling issues. Thanks, -Mark

RE: Using CA-issued certificates in Tomcat 5

2004-01-19 Thread Mark Thomas
. Can you try generating a key, not signing it yourself and sending that to be signed by the CA? Also, can you confirm that you did the format conversion as described below. Mark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, January 19, 2004 2:49 PM

RE: almost there with my servlet

2004-01-17 Thread Mark Thomas
Allan, Essentially, don't use packageless classes. The FAQ http://jakarta.apache.org/tomcat/faq/classnotfound.html has a bunch of references regarding this. Mark -Original Message- From: Allan Bruce [mailto:[EMAIL PROTECTED] Sent: Saturday, January 17, 2004 9:40 PM To: Tomcat

Exception with compression over SSL with Safari

2004-01-16 Thread Mark Woon
(PoolTcpEndpoint.java:605) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:677) at java.lang.Thread.run(Thread.java:534) Any ideas what's going on? Thanks, -Mark - To unsubscribe, e-mail: [EMAIL

RE: Using CA-issued certificates in Tomcat 5

2004-01-16 Thread Mark Thomas
solution but if you don't use windows as along as you can get access to a windows box you should be able to do this. Mark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, January 16, 2004 11:03 PM To: [EMAIL PROTECTED] Subject: Using CA-issued

RE: Realm SQL 2000 developer edition

2004-01-15 Thread Mark Thomas
AFAIK the only difference is that the developer edition is designed to give poor performance if you have more than 5 concurrent connections. Otherwise they should be the same. Mark -Original Message- From: Søren Blidorf [mailto:[EMAIL PROTECTED] Sent: Thursday, January 15, 2004 11:04 PM

Re: howto federate tomcat JNDI to another JNDI context ?

2004-01-14 Thread Mark R. Diggory
/factory/reference.html http://java.sun.com/products/jndi/tutorial/beyond/fed/index.html Good Luck, I'm glad to chat with someone having a similar problem. -Mark Diggory Nicolas De Loof wrote: Hello, I would like to use tomcat JNDI to lookup JMS Queues (MQSeries) that are registered in JNDI using

Re: Redhat9 / mod_jk2 builds from source

2004-01-14 Thread Mark Eggers
Oscar, Not a problem :-) I do have some additions to my original post. The changes get UNIX sockets working as well as IP sockets. Set the following environment variables: export LDFLAGS=-lgdbm -lldap -lexpat -ldb export CPPFLAGS=-I/usr/kerberos/include -I/usr/openssl/include (all on one

RE: New to tomcat

2004-01-14 Thread Mark Thomas
. Mark -Original Message- From: Tea, Justin [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 14, 2004 10:56 PM To: Tomcat Users List; [EMAIL PROTECTED] Subject: New to tomcat Hi, I'm new to Tomcat, Apache and JDK world (three things I noticed are loaded on our server). Our custom apps

RE: New to tomcat

2004-01-14 Thread Mark Thomas
in the archives. Mark -Original Message- From: Tea, Justin [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 14, 2004 11:47 PM To: Tomcat Users List Subject: RE: New to tomcat Thanks! That works. Sure enough, it expired 1/7. Now, how do I get the Verisign intermediate cert

Re: Redhat9 / mod_jk2 builds from source

2004-01-14 Thread Mark Eggers
Oscar, This is all pretty much in a bug I posted to on naygoya.apache.org (#17762). If you build Apache with all shared modules, then there are some dependencies in apr and aprutil. An ldd from 2.0.46 on Redhat 9 (2.4.20-9) shows the following: ldd /home/apache/lib/libapr-0.so.0.9.4

Re: Redhat9 / mod_jk2 builds from source

2004-01-14 Thread Mark Eggers
Oscar - set $JAVA_HOME if you get configure errors with include-os-type=include/linux. The configure script will tack on the $JAVA_HOME value. If you don't, then give the full path to the header files. I think I get all the extra info because I build Apache with: ./configure --with-ssl=shared

Re: John Turner or someone who responsible for Posting -- Re: How to Apache2, Tomcat4.1.2, JK2 ?

2004-01-13 Thread Mark Eggers
This has been discussed in detail on this mailing list recently. Check the archives. In short, IP sockets work, and UNIX sockets work. In-process will probably require a new Apache MPM, and currently does not work. /mde/ just my two cents . . . . --- Nikola Milutinovic [EMAIL PROTECTED]

Re: mod_jk2 doesn't create jk2.socket

2004-01-12 Thread Faine, Mark
from source. thanks, -Mark

Re: Redhat9 / apxs / mod_jk2 build problem.

2004-01-12 Thread Mark Eggers
James, I don't know about jakarta-tomcat-connectors-jk2-src-current.tar.gz, but the latest CVS snapshot has some problems during make. It appears to be an issue with the configure scripts (actually multiple issues) that need to be addressed. The best bet is to use the 2.0.2 source and compile

RE: CGI servlet in tomcat

2004-01-12 Thread Mark Thomas
want these features you'll need to build from CVS or wait for the next release. Mark -Original Message- From: Martin Dengler [mailto:[EMAIL PROTECTED] Sent: Monday, January 12, 2004 5:20 PM To: Tomcat Users List Subject: Re: CGI servlet in tomcat I've contacted the OP off-list to see if I

Server.xml Resources and LDAP DirContext Object Factories

2004-01-11 Thread Mark R. Diggory
namejava.naming.ldap.referral.limit/name value1/value /parameter /ResourceParams Is this possible, does anyone have any tips on how to do this and be able to use the Federated Namespaces in JNDI DirContext methods? -Mark -- Mark Diggory Software Developer Harvard MIT Data Center http

RE: remote debugging

2004-01-11 Thread Mark Thomas
you debug. Mark -Original Message- From: Afshartous, Nick [mailto:[EMAIL PROTECTED] Sent: Saturday, January 10, 2004 3:54 AM To: '[EMAIL PROTECTED]' Subject: remote debugging Hi, Could someone please advise on the steps to enable remote debugging on Tomcat 4.1, thanks. -- Nick

RE: remote debugging

2004-01-10 Thread Mark Thomas
shows build errors, it will still let you debug. Mark -Original Message- From: Afshartous, Nick [mailto:[EMAIL PROTECTED] Sent: Saturday, January 10, 2004 3:54 AM To: '[EMAIL PROTECTED]' Subject: remote debugging Hi, Could someone please advise on the steps to enable remote debugging

Mapping in workers2.properties

2004-01-10 Thread Mark Eggers
There are actually several ways to map between Apache and Tomcat via mod_jk2. The first is using workers2.properties. If you've compiled with -pcre, then perl regular expressions should work as well as individual names. Also, remember that servlets traditionally live in

Re: Logging and Tomcat 5.0.16

2004-01-10 Thread Mark Woon
that works yet. Thanks, -Mark

mod_jk2 doesn't create jk2.socket

2004-01-09 Thread Faine, Mark
. Thanks, -Mark

mod_jk2 doesn't create jk2.socket

2004-01-09 Thread Faine, Mark
/local/tomcat/work/jk2.socket Thanks, -Mark

mod_jk2 doesn't create jk2.socket

2004-01-09 Thread Faine, Mark
I would appreciate any help I could get on this. Thanks, -Mark

Re: mod_jk2 doesn't create jk2.socket

2004-01-09 Thread Mark Eggers
This looks like you are running on Linux . . . Or at least I've seen the same behavior on Linux as you're seeing here. It also looks like you're trying UNIX sockets as opposed to IP sockets. I've had some success doing this on the following environment. Fedora Core 1 2.4.22-1.2138.nptl Java

<    5   6   7   8   9   10   11   12   13   14   >