Anybody got mod_jk working ? help pls.

2003-03-15 Thread Stephen Riek
OK, here's the problem in a nutshell. Tomcat is set up and works fine. I can access the JSP servlet examples at http://127.0.0.1:8080/examples Apache 1.3.x and Mod_jk are also set up. I can access the JSP servlet examples at http://127.0.0.1/examples The request header servlet works fine.

ERROR IN TOMCAT 4.18 + APACHE 2.0.43 + JK2 CONNECTOR - HELP PLS

2003-01-06 Thread Krishna_R . _Nagaraj
I have explained the error in this attached document. (See attached file: problem.doc) Thanks a lot Krishna problem.doc Description: MS-Word document -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: ERROR IN TOMCAT 4.18 + APACHE 2.0.43 + JK2 CONNECTOR - HELP PLS

2003-01-06 Thread Turner, John
+ APACHE 2.0.43 + JK2 CONNECTOR - HELP PLS I have explained the error in this attached document. (See attached file: problem.doc) Thanks a lot Krishna -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: ERROR IN TOMCAT 4.18 + APACHE 2.0.43 + JK2 CONNECTOR - HELP PLS

2003-01-06 Thread Krishna_R . _Nagaraj
Sorry. I didn't mean to send 4 times. The first 2 times only the attached document was displayed in the mail. That's why I sent it out again by adding more explanation into the attached doc. Again I apologize for the inconvenience.

Urgent: Need help pls

2002-11-01 Thread Ajit Bhingarkar
Hello TomCat gurus : I am trying to deploy a webapp using TomCat4.0.6. My webapp internally uses Entrust libraries for PKI related functionality. When I try to log into the webapp the initialization fails throwing following error. ERROR java.lang.Error: factory already defined java.lang.Error:

Multiple tomcats (4.0.3), Apache 1.3.20, RH 7.2 - Help pls, we're desperate!!!

2002-04-11 Thread @Basebeans.com
Subject: Multiple tomcats (4.0.3), Apache 1.3.20, RH 7.2 - Help pls, we're desperate!!! From: Thinh Doan [EMAIL PROTECTED] === BlankWe're having a tough time configuring multiple tomcats running on the same server using mod_webapp. Each individual tc starts up fine, each with its own warp

RE: Multiple tomcats (4.0.3), Apache 1.3.20, RH 7.2 - Help pls, we're desperate!!!

2002-04-11 Thread Brett Porter
, 12 April 2002 2:55 PM To: [EMAIL PROTECTED] Subject: Multiple tomcats (4.0.3), Apache 1.3.20, RH 7.2 - Help pls, we're desperate!!! Subject: Multiple tomcats (4.0.3), Apache 1.3.20, RH 7.2 - Help pls, we're desperate!!! From: Thinh Doan [EMAIL PROTECTED] === BlankWe're having a tough time

RE: urgent help pls...

2001-12-04 Thread Jovie Castaneda
Yes I do have it registered in the security properties file what else am i missing here? -Original Message- From: Carlos Telleria [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 04, 2001 6:51 PM To: Tomcat Users List Subject: Re: urgent help pls... Did you registered JSSE security

Re: urgent help pls...

2001-12-04 Thread Carlos Telleria
Test for these causes, or try to regenerate your certificate: __ Runtime Exception: untrusted cert chains Problem: When negotiating an SSL connection, the client or server throws one of the following exceptions: javax.net.ssl.SSLException:

urgent help pls...

2001-12-03 Thread Jovie Castaneda
hello there... i hope you can help me with this problem..i have no idea on what's happening here the following lines are shown in the console once i do https post java.lang.NoClassDefFoundError: javax/net/SocketFactory at java.lang.ClassLoader.defineClass0(Native Method) at

urgent help pls...

2001-12-03 Thread Jovie Castaneda
make my code run? -Original Message- From: Byung Jin Chun [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 04, 2001 4:38 PM To: Jovie Subject: RE: urgent help pls... Jovie, you need the Java Secure Socket Extension (JSSE) which you can get at www.javasoft.com. If you have

RE: urgent help pls...

2001-12-03 Thread Jovie Castaneda
, December 04, 2001 4:53 PM To: Jovie Subject: RE: urgent help pls... did you set the env variable JSSE_HOME and r u still getting the same stack trace? -Original Message- From: Jovie Castaneda To: 'Byung Jin Chun' Sent: 12/4/01 12:40 AM Subject: RE: urgent help pls... thanks

Re: urgent help pls...

2001-12-03 Thread Carlos Telleria
.keystore ...yet im having this error... -Original Message- From: Byung Jin Chun [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 04, 2001 4:53 PM To: Jovie Subject: RE: urgent help pls... did you set the env variable JSSE_HOME and r u still getting the same stack trace

HELP PLS

2001-10-04 Thread Jovie Castaneda
How do i solve this prob in Tomcat when im accessing JSP sample codes? :( java.lang.NoClassDefFoundError: sun/tools/javac/Main at org.apache.jasper.compiler.SunJavaCompiler.compile(SunJavaCompiler.java:128) at org.apache.jasper.compiler.Compiler.compile(Compiler.java:238)

Re: HELP PLS

2001-10-04 Thread John Michael Luy
i think you need to include in your classpath tools.jar which is usually found in jdk/lib. also remember to set your JAVA_HOME to your jdk directory. - Original Message - From: Jovie Castaneda [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, October 05, 2001 7:40 AM Subject: HELP

RE: HELP PLS

2001-10-04 Thread menonv
missing tools.jar -Original Message- From: Jovie Castaneda [SMTP:[EMAIL PROTECTED]] Sent: Friday, October 05, 2001 12:40 AM To: [EMAIL PROTECTED] Subject: HELP PLS How do i solve this prob in Tomcat when im accessing JSP sample codes? :( java.lang.NoClassDefFoundError

RE: HELP PLS

2001-10-04 Thread Jovie Castaneda
Yepp got it thanls a lot it owrked now :) -Original Message- From: John Michael Luy [mailto:[EMAIL PROTECTED]] Sent: Friday, October 05, 2001 9:51 AM To: [EMAIL PROTECTED] Subject: Re: HELP PLS i think you need to include in your classpath tools.jar which is usually found in jdk/lib

help pls

2001-01-16 Thread Deepak C S
hi, 1)how to restrict users from accessing html files directly(without authentication) in tomcat-apache?? 2) how to prevent directory listing for directories under Tomcat context? pls help thanx, deeps - To unsubscribe,