RE: WebappClassLoader won't load resource from jar file ?!?

2003-11-18 Thread Jay Garala
Put the JARs in the WEB-INF/lib dir! -Original Message- From: Steph Richardson [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 18, 2003 11:34 AM To: Tomcat Users List Subject: WebappClassLoader won't load resource from jar file ?!? I have a web app containing resource files in

RE: Error: Unable to find a javac compiler; com.sun.tools.javac.Main is not on the classpath.

2003-10-28 Thread Jay Garala
Make sure u have $JDK/lib/tools.jar in your classpath -Original Message- From: Gerald Stampfel [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 28, 2003 4:11 PM To: [EMAIL PROTECTED] Subject: Error: Unable to find a javac compiler; com.sun.tools.javac.Main is not on the classpath. Hi

[OFF-TOPIC] HTML-JavaScript -- Does anyone know what this is....

2003-10-19 Thread Jay Garala
anyone have links on the web or examples/code for this?? Jay Garala Senior Analyst Electrosoft Services, Inc. 7918 Jones Branch Drive, Suite 600 McLean, VA 22102 (703) 918-4907

RE: Tomcat webapp is ignoring the system class path

2003-10-10 Thread Jay Garala
modify the $Tomcat/bin/setClasspath.bat (sh), ~ Line 41 set CLASSPATH=%JAVA_HOME%\lib\tools.jar;%CLASSPATH% Jay Garala Senior Analyst Electrosoft Services, Inc. 7918 Jones Branch Drive, Suite 600 McLean, VA 22102 (703) 918-4907 -Original Message- From: Agarwal, Naresh [mailto:[EMAIL

[OFF-TOPIC] Ant property file...

2003-10-09 Thread Jay Garala
If I have property file=build.properties/ property file=../build.properties/ property file=${user.home}/build.properties/ in my build.xml, will ant use the first found property file or use all found and override existing with latter found? Jay Garala Senior Analyst Electrosoft Services, Inc

RE: ssl on more than one port on w2000 sp2?

2003-10-02 Thread Jay Garala
Are they using the same port -Original Message- From: Vengurlekar, Mandar [mailto:[EMAIL PROTECTED] Sent: Thursday, October 02, 2003 12:35 PM To: '[EMAIL PROTECTED]' Subject: ssl on more than one port on w2000 sp2? Hi, Can i start more than one apache tomcat servers to listen on

RE: ssl on more than one port on w2000 sp2?

2003-10-02 Thread Jay Garala
smime.p7m Description: S/MIME encrypted message

RE: ssl on more than one port on w2000 sp2?

2003-10-02 Thread Jay Garala
and Regards, Mandar -Original Message- From: Jay Garala [mailto:[EMAIL PROTECTED] Sent: Thursday, October 02, 2003 1:42 PM To: [EMAIL PROTECTED] Subject: RE: ssl on more than one port on w2000 sp2? Are they using the same port -Original Message- From: Vengurlekar, Mandar [mailto

RE: SSL/Verisign Confusion

2003-09-05 Thread Jay Garala
Try the Java keytool help: http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/keytool.html Tomcat how-to: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/ssl-howto.html If you have OpenSSL: http://forum.java.sun.com/thread.jsp?forum=2thread=4240 Jay -Original Message- From: Dave

RE: SSL/Verisign Confusion

2003-09-05 Thread Jay Garala
-Original Message- From: Jay Garala [mailto:[EMAIL PROTECTED] Sent: Friday, September 05, 2003 7:12 AM To: 'Tomcat Users List' Subject: RE: SSL/Verisign Confusion Try the Java keytool help: http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/keytool.html Tomcat how-to: http://jakarta.apache.org

RE: SSL/Verisign Confusion

2003-09-05 Thread Jay Garala
I realize you can't do this with keytool. Is there no way to do it at all? I'm beginning to think I might be totally hosed here. Thanks, Dave -Original Message- From: Jay Garala [mailto:[EMAIL PROTECTED] Sent: Friday, September 05, 2003 8:37 AM To: 'Tomcat Users List' Subject: RE: SSL

RE: SSL/Verisign Confusion

2003-09-05 Thread Jay Garala
Is public the one returned from Versign or is it the Verisign's CA Cert? If you want try following to see if the cert exists within JDK trusted calist: Execute from jdk\jre\lib\security Directory keytool -list -keystore cacerts -storepass changeit Jay -Original Message- From: Dave

Apache 2.0.47 + Tomcat 4.1.27 + OpenSSL 0.9.7b on Win2k

2003-08-14 Thread Jay Garala
Hello, Has anyone tried/build a working configuration of these components working together using JK (1)? Does JK (1) still work with the newer stuff? If so, how or where could i get the information? Thanks, Jay

(Symbolic) Links in Windows

2003-07-29 Thread Jay Garala
Good Afternoon, I am using Win2k with Tomcat 4.0.6. How can I make the contextPath '/software' point to a folder on a different drive (and/or directory). How would i go by doing this? I got this so far in my server.xml Context path=/software docBase=c:/software debug=1

RE: (Symbolic) Links in Windows

2003-07-29 Thread Jay Garala
is to simply change your docBase: Context path=/software docBase=some_other_drive:/some_other_dir /Context Jay Garala wrote: Good Afternoon, I am using Win2k with Tomcat 4.0.6. How can I make the contextPath '/software' point to a folder on a different drive (and/or directory). How would i go

RE: (Symbolic) Links in Windows

2003-07-29 Thread Jay Garala
pathname for this directory or WAR file, or a pathname that is relative to the appBase directory of the owning Host. You're saying an absolute pathname for a docBase that is outside the CATALINA_HOME/webapps directory doesn't work? What's the error message? John Jay Garala wrote: This only works

RE: (Symbolic) Links in Windows

2003-07-29 Thread Jay Garala
from 4.0.1... Make sure you use forward separators, do not run tomcat as a service and have no spaces in the pathname, maybe that helps. greetz Hans At 03:08 PM 7/29/2003 -0400, Jay Garala wrote: This only works on 4.1.24 not 4.0.6 -Original Message- From: John Turner [mailto:[EMAIL

Tomcat Folder Listings

2003-07-28 Thread Jay Garala
Hi all, I want to give a folder (URI /folder_to_list) the ability to List the files within the folder, and only this folder. Is there a way i can make the global web.xml.. DefaultServlet.. listing = true only for this folder? Thanks a bunch Jay

RE: Easy question on Tomcat 4.0 and SSL+HTTPS via localhost:8843. Loc k-Icon disappear from the Browser.

2003-07-25 Thread Jay Garala
Check the 'next page' link if its http or https -Original Message- From: Zaragoza, Carles [mailto:[EMAIL PROTECTED] Sent: Friday, July 25, 2003 6:38 AM To: Tomcat Users List ([EMAIL PROTECTED]) Subject: Easy question on Tomcat 4.0 and SSL+HTTPS via localhost:8843. Loc k-Icon disappear

RE: achieving a clients (browsers) certificate in a webapp

2003-07-23 Thread Jay Garala
-browser, apache doesn't ask for the client-certificate (which is in fact optional) hmm.. anyone wanna give another shot? -Original Message- From: Jay Garala [mailto:[EMAIL PROTECTED] Sent: Dienstag, 22. Juli 2003 18:11 To: 'Tomcat Users List' Subject: RE: achieving a clients

RE: achieving a clients (browsers) certificate in a webapp

2003-07-23 Thread Jay Garala
, apache doesn't ask for the client-certificate (which is in fact optional) hmm.. anyone wanna give another shot? -Original Message- From: Jay Garala [mailto:[EMAIL PROTECTED] Sent: Dienstag, 22. Juli 2003 18:11 To: 'Tomcat Users List' Subject: RE: achieving a clients (browsers

RE: HELP! Client Authentication in Tomcat 4.1.24

2003-07-23 Thread Jay Garala
This is the part you were missing. Unfortunately, the handling of Client certs in the Jk-Coyote connector is broken in 4.1.24 (see http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15790). Wait for 4.1.26 or grab alpha from CVS -Original Message- From: Farrell, Patrick [mailto:[EMAIL

RE: achieving a clients (browsers) certificate in a webapp

2003-07-22 Thread Jay Garala
How about javax.net.ssl.peer_certificates? -Original Message- From: Karli Christoph (CSE) [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 22, 2003 11:53 AM To: 'Tomcat Users List' Subject: RE: achieving a clients (browsers) certificate in a webapp that's the point.. with the following

RE: achieving a clients (browsers) certificate in a webapp

2003-07-22 Thread Jay Garala
Oh I've done this before!!! In your SSL section in httd.conf // Change accordingly # SSLVerifyClient require # SSLVerifyDepth 1 ##SSLOptions +StdEnvVars +ExportCertData # ## # JkOptions +ForwardKeySize +ForwardURICompat ## JkExtractSSL On #

Another JK2 question

2003-07-12 Thread Jay Garala
Folks, Maybe i should try this before posting(hmm) .. Does JK2 support the same directives as JK in Apache? I know of JkSet and Jk(??)URI. But how about the others?? Thanks Jay

RE: Apache 2.0.46 + Tomcat 4.1.24 -- ${serverRoot}?

2003-07-11 Thread Jay Garala
Thank you very much. It was actually the root of the Tomcat and not Apache. Regards Jay -Original Message- From: Simon Pabst [mailto:[EMAIL PROTECTED] Sent: Friday, July 11, 2003 3:14 AM To: Tomcat Users List Subject: Re: Apache 2.0.46 + Tomcat 4.1.24 -- ${serverRoot}? serverRoot is

Apache 2.0.46 + Tomcat 4.1.24 -- ${serverRoot}?

2003-07-10 Thread Jay Garala
Hi Folks, I am getting this strange message (***) when I start up Tomcat: [INFO] Registry - -Loading registry information [INFO] Registry - -Creating new Registry instance [INFO] Registry - -Creating MBeanServer [INFO] Http11Protocol - -Initializing Coyote HTTP/1.1 on port 8080 Starting

RE: Retrieving a blob object?

2003-07-09 Thread Jay Garala
Hi Euclides, What blob type does a web form send? Do you mean HTML Form Types? Attachements? Jay Garala Senior Software Engineer Conclusive Technology, Inc. -Original Message- From: Jose Euclides da Silva Junior - DATAPREVRJ [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 08

Too Many Jars!??!

2003-06-25 Thread Jay Garala
Hi Tomcat Users, Is there a clean way to compact all the JARs that tomcat has (All JARs in Tomcat Sub-Folders) into one BIGTomcat.jar. And is there a specific order that it must go in (If have two conflicting packages and/or classes, which one to use). Is there a way to modify the

RE: Too Many Jars!??!

2003-06-25 Thread Jay Garala
Thanks Yoav, I asked this because my company's product has ~53 jars of its own. And when we deploy web apps in Tomcat for our product, sometimes tomcat wont start or start but not run any jsp/servlets. I know this is a classpath issue. Since i have created a BIGTomcat.jar with 4.0.6 and been