TOMCAT4 and Connector with pkcs12

2002-07-21 Thread Kikuyo Nagamatsu
Hello all, I have a question. I want to use pkcs12 certificate for the SSL certificate. So I tried to add the configuration of 'keystoreType' in server.xml: But catalina.out said as following: eException: pkcs12 not found java.security.KeyStoreException: pkcs12 not found

Re: Ant and Javadoc

2002-07-21 Thread Josh
Cheers, that helped - got it working now. Appreciated. -Josh "Rimmer, real dumplings, proper dumplings when they're properly cooked to perfection, proper dumplings, should not bounce." - Original Message - From: "Jeff Macomber" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PRO

RE: Ant and Javadoc

2002-07-21 Thread Jeff Macomber
Hey Josh, Without your script it is hard to tell but here is the javadoc element from one of my scripts. Hope it helps: Jeff -Original Message- From: Josh [mailto:[EMAIL PROTECTED]] Sent: Monday, July 22, 2002 12:49 AM To: [EMAIL PROTECTED] Subject: Ant and Javadoc Hi, I know this

Ant and Javadoc

2002-07-21 Thread Josh
Hi, I know this is a little OT, but I'm wondering if anybody can point me to some info on getting javadoc to run properly from ant? It just gives me an error about how there's no source for my packages. Javadoc runs fine from the command line, just not from ant :( Any pointers appreicated. Cheer

RE: filtering --> 2 servlets

2002-07-21 Thread Hookom, Jacob John
you might want to look at implementing Filters to handle redirection that just checked the request and passes the user off. -Original Message- From: Mark Beecroft [mailto:[EMAIL PROTECTED]] Sent: Sun 7/21/2002 7:30 PM To: Tomcat Users List; Jacob Kjome

Embedding Tomcat 4

2002-07-21 Thread betaylor
I would like to embed Tomcat 4 in an existing application. Furthermore, I need to be able to specify a parent classloader for the "common" classloader other than the system classloader. I know how to achieve the first goal, but not the second (I believe the EmbededTomcat class could be used to sp

filtering --> 2 servlets

2002-07-21 Thread Mark Beecroft
Good morning/afternoon/evening, I am using Tomcat 4 and have 2 servlets between which I would like to split processing. Servlet A needs to process all requests corresponding to the patterns "*.html", "*.html" and "/". Servlet B needs to process all other requests. The short question is how can

Re: tomcat book or tutorial

2002-07-21 Thread Erik Price
On Sunday, July 21, 2002, at 12:26 PM, [EMAIL PROTECTED] wrote: >> If anyone answers your question about a book or tutorial on >> Tomcat 3.3.1 I'd like to know about it also. Has anyone any experience with this book: "Java for the Web with Servlets, JSP, and EJB: A Developer's Guide to J2EE

Re: mod_jk.c not compatible with Apache 2.0.39

2002-07-21 Thread Pae Choi
The source, i.e., under "include" direcotry, in Apache/HTTPd has changed its function names; so the source in "mod_jk" modules referencing them *certainly* will not make your compiler happy at all. Pae - Original Message - From: "STEVE R BURRUS" <[EMAIL PROTECTED]> To: "Tomcat Users Li

Re: Xalan performance within Tomcat

2002-07-21 Thread Mario Felarca
At 09:57 PM 7/17/2002 +, you wrote: I am bumping my thread in the hopes that some people may not have seen it before, or that others may have come across some new ideas. Also, for informational purposes, the time that I am actually measuring is the actual time that the transform call takes

Re: OT: Good mailinglist for JSP/Servlet programming related questions?

2002-07-21 Thread Milt Epstein
On Sun, 21 Jul 2002 [EMAIL PROTECTED] wrote: > Ola Theander wrote: > > I'm looking for a mailinglist for JSP/Servlet programming related > > questions, i.e. not targeted torwards a specific product. > > http://archives.java.sun.com/archives/servlet-interest.html They also have a jsp-interst, ava

Re: mod_jk.c not compatible with Apache 2.0.39

2002-07-21 Thread STEVE R BURRUS
Greetings Eric, this is steve burrus, you don't seem to know me at all, but I was just wondering if u could possibly send me the link to download the mod_jk file which facilitates the integration of Tomcat with the Apache HTTP Server?? Sorry that I cannot help u with your problem, but I FEEL YOUR

application scope servlets launched by web.xml problem

2002-07-21 Thread Richard Diaz
I have some application scope data that I want to share with all the servlets and JSPs in my application. So I load my class "InitTwc" from my application’s web.xml (load-on-startup = 99, i.e. LAST). It launches successfully however when I call the: getServletContext().setAttribute("com.mycompan