Re: mod_jk or mod_proxy_ajp - encryption benefits?

2008-03-02 Thread David Rees
On Sun, Mar 2, 2008 at 6:42 PM, Martin Gainty <[EMAIL PROTECTED]> wrote: > PCI-DSS calls for encryption on all channels where payment information will > be transmitted is the configuration described here non PCI-DSS compliant? No, PCI-DSS calls for encryption of card data across open, public net

RE: TomCat Does not recognize my servelet

2008-03-02 Thread Caldarale, Charles R
> From: Ash B [mailto:[EMAIL PROTECTED] > Subject: RE: TomCat Does not recognize my servelet > > All cases are lower. What does that mean? Certain names (e.g., WEB-INF) must be upper case, and the URL path must be the proper case (which your sample below does appear to be). > This is the URL >

Re: mod_jk or mod_proxy_ajp - encryption benefits?

2008-03-02 Thread Martin Gainty
James/Rainier PCI-DSS calls for encryption on all channels where payment information will be transmitted is the configuration described here non PCI-DSS compliant? ? Martin-- - Original Message - From: "James Ellis" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Sunday, March 02, 2008

RE: TomCat Does not recognize my servelet

2008-03-02 Thread Ash B
Few clarification: All cases are lower. This is the URL http://localhost:8080/servlets-examples/servlet/TestDBTimeExample The sample "Hello World" servlet that can with the tomcat sample works. http://localhost:8080/servlets-examples/servlet/HelloWorldExample Also, I dont see any error pertainin

RE: mod_jk or mod_proxy_ajp - encryption benefits?

2008-03-02 Thread James Ellis
Inline: > To: users@tomcat.apache.org > From: [EMAIL PROTECTED] > Subject: Re: mod_jk or mod_proxy_ajp - encryption benefits? > Date: Sun, 2 Mar 2008 15:31:21 -0800 > > > "James Ellis" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > >Inline: > > > >> Date: Sun, 2 Mar 2008 18

Re: TomCat Does not recognize my servelt

2008-03-02 Thread Steve R Burrus
why did you have to misspell the word "servlet" anyway? Before u can get any help with your problem you must spell the subject of your e-mail correctly. - Original Message - From: "Mark Thomas" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Sunday, March 02, 2008 4:28 PM Subject: Re:

Re: mod_jk or mod_proxy_ajp - encryption benefits?

2008-03-02 Thread Bill Barker
"James Ellis" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >Inline: > >> Date: Sun, 2 Mar 2008 18:16:24 +0100 >> From: [EMAIL PROTECTED] >> To: users@tomcat.apache.org >> Subject: Re: mod_jk or mod_proxy_ajp - encryption benefits? >> >> James Ellis schrieb: >> > I know that mod_jk

RE: Unable to start Tomcat

2008-03-02 Thread James Ellis
Can you change the location from tomcat.exe to tomcat-home/bin/startup.bat or tomcat-home/bin/catalina.bat ? One of those two might do the trick... > Subject: Unable to start Tomcat > Date: Mon, 3 Mar 2008 04:24:49 +0530 > From: [EMAIL PROTECTED] > To: users@tomcat.apache.org > > > Im workin

Unable to start Tomcat

2008-03-02 Thread Shilpa_Iyer
Im working with Tomcat 5.5, While installing RMI which is my Collaborationn Server it asked fr start up script location..I gave it as tomcat5.exe What it did was saved that tomcat5.exe as SAV applicationand now when I start my server thru tomcat5w.exe.the window closes and am unable t

RE: TomCat Does not recognize my servelt

2008-03-02 Thread Caldarale, Charles R
> From: Mark Thomas [mailto:[EMAIL PROTECTED] > Subject: Re: TomCat Does not recognize my servelt > > As per the servlet spec, your class *must* be in a package. Actually, there's no such requirement in the servlet spec, but there is a restriction in the JSP spec (section 11.2) that precludes u

RE: TomCat Does not recognize my servelt

2008-03-02 Thread Caldarale, Charles R
> From: Ash B [mailto:[EMAIL PROTECTED] > Subject: TomCat Does not recognize my servelt It's "Tomcat", not "TomCat". > I added the following to Web.xml in the sample That should be web.xml, not Web.xml; case matters, even on Windows. > /servlet/TestDBTimeExample If you use the above mapping,

Re: TomCat Does not recognize my servelt

2008-03-02 Thread Mark Thomas
Ash B wrote: But tomcat does not recognize my servlet "TestDBTimeExample " Any help will be appreciated. As per the servlet spec, your class *must* be in a package. Mark - To start a new topic, e-mail: users@tomcat.apache.org

TomCat Does not recognize my servelt

2008-03-02 Thread Ash B
Hello, I just installed tomcat 5.5 on Vista. The sample servlets works fine. I added the following to Web.xml in the sample application that comes with tomcat. TestDBTimeExample TestDBTimeExample TestDBTimeExample /servlet/TestDBTimeExample

RE: mod_jk or mod_proxy_ajp - encryption benefits?

2008-03-02 Thread James Ellis
Inline: > Date: Sun, 2 Mar 2008 18:16:24 +0100 > From: [EMAIL PROTECTED] > To: users@tomcat.apache.org > Subject: Re: mod_jk or mod_proxy_ajp - encryption benefits? > > James Ellis schrieb: > > I know that mod_jk is the battle tested connector between Apache and > > Tomcat, but as I understand i

Re: mod_jk or mod_proxy_ajp - encryption benefits?

2008-03-02 Thread Rainer Jung
James Ellis schrieb: I know that mod_jk is the battle tested connector between Apache and Tomcat, but as I understand it the SSL connection generally terminates at the Apache web server and the traffic between Apache and Tomcat (to the AJP connector) is unencrypted. Two questions: 1) Does mod_p

mod_jk or mod_proxy_ajp - encryption benefits?

2008-03-02 Thread James Ellis
I know that mod_jk is the battle tested connector between Apache and Tomcat, but as I understand it the SSL connection generally terminates at the Apache web server and the traffic between Apache and Tomcat (to the AJP connector) is unencrypted. Two questions: 1) Does mod_proxy_ajp provide fo

Re: Clustering In Production

2008-03-02 Thread Filip Hanik - Dev Lists
inline: James Ellis wrote: Filip, Sorry for the confusion. I am testing this on my local machine at the moment. I am assuming in an environment with multiple machines I'd have the actual IP address of the machine here correct? How about my settings for following: - channelSendOptions t

RE: Clustering In Production

2008-03-02 Thread James Ellis
Filip, Sorry for the confusion. I am testing this on my local machine at the moment. I am assuming in an environment with multiple machines I'd have the actual IP address of the machine here correct? How about my settings for following: - channelSendOptions - NioReceiver maxThreads - McastSe