RE: EJB Compliance

2003-12-18 Thread Jerry Birchler
Tomcat does not implement EJB. JBOSS implements EJB on top of tomcat (currently, version 4.1.29). Check it out here: http://www.jboss.org -Original Message- From: Tony Colson [mailto:[EMAIL PROTECTED] Sent: Thursday, December 18, 2003 9:57 PM To: 'Tomcat Users List' Subject: EJB

RE: Instructions for compiling JK2 connector for tomcat 5?

2003-12-04 Thread Jerry Birchler
Neil, Have not talked to you in a while, and I have not tried this particular Linux configuration, but I can tell you that it is not unusual to have to either copy files from one directory to another or set up symbolic links to make the ant build/make work. My primary target platform for Tomcat

RE: Tomcat IBM JVM 1.4 and SSL truststores

2003-09-08 Thread Jerry Birchler
I tried both the IBM and Sun packages. Unfortunately, neither handled expired or untrusted certificates. In my case, I did not care one way or the other whether or not the certificate was trusted or not. By virtue of parsing or spidering a site, I was making a choice. Perhaps you have the same

RE: JSP vs C#/.NET

2003-09-02 Thread Jerry Birchler
M$ thinks they can take on the US justice department and doesn't mind offshoring jobs from the US. I'd say that the eventual backlash of that political reality will hurt them if the majority of American people believe that can they elect people who will represent them--That could be a stretch.

RE: PHP servlet

2003-01-27 Thread Jerry Birchler
I am interested in knowing if anyone has solved this on any 4+ release of Tomcat on Red Hat Linux 7+ or 8. A howto based on a real working example would be great. -Original Message- From: Jeremy [mailto:[EMAIL PROTECTED]] Sent: Friday, January 24, 2003 5:02 PM To: [EMAIL PROTECTED]

RE: [OT] - Let's be nice -- Re: How do I integrate my CLASSPATH on Tomcat?

2002-11-28 Thread Jerry Birchler
I'm not recommending this as something to do, but you could write some shell script to parse the CLASSPATH and copy each jar or symlink them into the common /lib directory. -Original Message- From: micael [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 27, 2002 1:18 PM To: Tomcat

RE: [ Tomcat as Webserver ]

2002-11-28 Thread Jerry Birchler
Yes, sort of. I think you are talking about integrating Apache with Tomcat through a listener and sharing html and images from Tomcat. For instance, I had integrated Apache with Tomcat using the Coyote listener. I wanted to share /images and such between Tomcat and Apache as I have both JSP and

RE: tomcat/EJBs

2002-10-25 Thread Jerry Birchler
Check out JBOSS at www.jboss.org goto the downloads link and check this out JBoss-3.0.3_Tomcat-4.1.12.zip. It might be what you're looking for. -Original Message- From: Grant C. Peters [mailto:grantcpeters;earthlink.net] Sent: Friday, October 25, 2002 11:38 AM To: Tomcat Users List

RE: Jerry!! : How to Apache2, Tomcat4.1.2, JK2 ?

2002-10-23 Thread Jerry Birchler
Let me know what happens when you try this. # # Red Hat 8.0 includes apache 2.0.40 # Let's install apache 2.0.43 as it fixes some bugs and some vulnerabilities # I had trouble installing newer versions of apache on Red Hat 7.2, so let's # assume that we are running Red Hat 8.0 already or can

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

2002-10-20 Thread Jerry Birchler
I have a working example of Apache 2.0.43 with Tomcat 4.1.2 using JK2 on Red Hat Linux 8.0. I had to fallback to methods used on a previous integration of Apache 1.3.24 with Tomcat 4.0.4 after looking at the Howtos that came with the 4.1.2 documentaton. That enabled me to quickly put together a

RE: Connecting IPlanet and Tomcat

2002-09-18 Thread Jerry Birchler
download the gnu c++ compiler from ftp://ftp.sunfreeware.com/pub/freeware/sparc/8/gcc-3.2-sol8-sparc-local.gz and the tomcat connectors source distribution from http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.4/src/ Take the zip file, as the gzip file will most likely fail with

RE: integrating tomcat 4.04 into iplanet 4.1 using nsapi_redirector on linux

2002-08-19 Thread Jerry Birchler
My theory is that no one can claim that they have actually done this. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

integrating tomcat 4.04 into iplanet 4.1 using nsapi_redirector on linux

2002-08-04 Thread Jerry Birchler
Has anyone done this? If so, I would like some help. I have compiled the redirector and validated that it is getting invoked, my connector is up and listening, I validated that the class files used for ajp13 are getting invoked, I set up my obj.conf file, the server.xml file and my