Re: Fwd: md5 sums for jakarta downloads

2004-08-10 Thread Mark R. Diggory
han the BSD md5 or vice versa... Yoav Shapira Millennium Research Informatics -----Original Message- From: Mark R. Diggory [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 10, 2004 9:52 AM To: Tomcat Developers List Cc: [EMAIL PROTECTED] Subject: Re: Fwd: md5 sums for jakarta downloads For exampl

Re: Fwd: md5 sums for jakarta downloads

2004-08-10 Thread Mark R. Diggory
as it will be more prevalent and possibly is the closest one can get to a standard: > md5 -r commons-collections-3.1.jar d1dcb0fbee884bb855bb327b8190af36 commons-collections-3.1.jar Mark R. Diggory wrote: This is the md5 output generated by BSD md5 and not necessarily a "standard&q

Re: Fwd: md5 sums for jakarta downloads

2004-08-10 Thread Mark R. Diggory
This is the md5 output generated by BSD md5 and not necessarily a "standard", GNU md5sum generates a different format that is not "standard" as well. For maven, just the checksum portion of the content is stored in the file. It would be nice if there was a standard in this area, but I have yet

Re: Problems Instantiating JNDI LdapDirContext as resource.

2004-06-29 Thread Mark R. Diggory
Enrico, Sure, my solution was to compile my own Factory for creating the InitialDirContext, something like the following and then place it into the tomcatX/common/lib directory. public class MyDirContextFactory implements ObjectFactory, InitialContextFactory { public Object getObjectInst

Re: Problems Instantiating JNDI LdapDirContext as resource.

2004-01-13 Thread Mark R. Diggory
Are the "parameter's" in ResourceParams also passed to the ObjectFactory via the environment Hashtable? This may be where things are going wrong in my case? Remy, your listed as an author on much of the Naming stuff, can you elaborate on this subject at all? -Mark Mark R

Re: Problems Instantiating JNDI LdapDirContext as resource.

2004-01-13 Thread Mark R. Diggory
none java.naming.referral follow java.naming.ldap.referral.limit 1 Mark R. Diggory wrote: When I listBindings on "java:comp/env/ldap" and toString() the object returned, this is what

Re: Problems Instantiating JNDI LdapDirContext as resource.

2004-01-13 Thread Mark R. Diggory
ent=follow}] Mark R. Diggory wrote: I'm hoping to be able to build a Federated Namespace and be able to access my ldap context in a federated fashion from the "java:comp" context for instance "java:comp/env/ldap/ou=foo,o=bar". java.naming.factory.initial

Problems Instantiating JNDI LdapDirContext as resource.

2004-01-13 Thread Mark R. Diggory
I'm hoping to be able to build a Federated Namespace and be able to access my ldap context in a federated fashion from the "java:comp" context for instance "java:comp/env/ldap/ou=foo,o=bar". java.naming.factory.initial com.sun.jndi.ldap.LdapCtxFactory java.naming.

Re: Hey, we're famous !

2003-07-02 Thread Mark R. Diggory
I remember back when CNet was this great site where you could get all kinds of "unbiased" information. [sigh] Now its just a place for companies to blanket advertise their products. This just seems to be an advertisement for Reasoning, and a poor one at that. It'd be nice if he at least defined

Re: jakarta-commons-daemon could use that ?

2003-03-09 Thread Mark R. Diggory
(Please excuse the cross post, I wanted to get this out onto the the Commons Development List and to JPackage as well. I think the Tomcat Lists seem to get a little crowded) Henri, I emailed the developer of Easy Posix (Greg Guerin). Turns out that its current implementation is dependent upon

Re: Shutdown Status in Bootstrap/Catalina

2003-03-04 Thread Mark R. Diggory
, then the answer is true per your definition, no? Or do you mean more precisely, request processing threads on the server? Yoav Shapira Millennium ChemInformatics -Original Message----- From: Mark R. Diggory [mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 2003 10:16 AM To: Tomcat Devel

Re: Shutdown Status in Bootstrap/Catalina

2003-03-03 Thread Mark R. Diggory
understand doing it, but for my purposes knowing the number and nature of the threads is not neccessary. Mark Yoav Shapira Millennium ChemInformatics -Original Message- From: Mark R. Diggory [mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 2003 10:16 AM To: Tomcat Developers List Subject

Re: Shutdown Status in Bootstrap/Catalina

2003-03-03 Thread Mark R. Diggory
is not running, how will you get a status back? Etc etc. Yoav Shapira Millennium ChemInformatics -Original Message- From: Mark R. Diggory [mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 2003 9:28 AM To: [EMAIL PROTECTED] Subject: Shutdown Status in Bootstrap/Catalina Hi All, We

Shutdown Status in Bootstrap/Catalina

2003-03-03 Thread Mark R. Diggory
Hi All, We're looking into the possibility of improving the Bootstrap/Catalina startup/shutdown that is currently used to start/stop tomcat in the JPackage RPM distribution for Tomcat 4.l.*. What are the chances that a "status" command could be added to the Bootstrap/Catalina 4.1.* classes? Th

Re: Idea for dtomcat4 script/conf in webapp.rpm

2002-04-30 Thread Mark R. Diggory
GOMEZ Henri wrote: >>Yes, I mean in the Tomcat4 RPM, not the mod_webapp rpm. I did >>this with >>my tomcat4.conf file and dtomcat4 and it works for the "start" option. >>I'm not sure what one would have to do with the "run" or >>"embed" options >>of dtomcat4. >> > >It's something which sho

Re: Idea for dtomcat4 script/conf in webapp.rpm

2002-04-30 Thread Mark R. Diggory
Opse, sorry. Yes, I mean in the Tomcat4 RPM, not the mod_webapp rpm. I did this with my tomcat4.conf file and dtomcat4 and it works for the "start" option. I'm not sure what one would have to do with the "run" or "embed" options of dtomcat4. -Mark GOMEZ Henri wrote: >>What do you think of a

Re: Security in Tomcat Webapps - WAS: Tomcat 4 / mod_webapp RPMsavailable...

2002-02-08 Thread Mark R. Diggory
conf- /etc/httpd/conf/httpd.conf fi if ! grep -q '.*IfModule mod_webapp.c' /etc/httpd/conf/httpd.conf ; then cat >>/etc/httpd/conf/httpd.conf< WebAppConnection warpConnection warp localhost:8008 WebAppDeploy examples warpConnection /examples/ WebApp

Re: Listeners in the WARP Connector?

2002-02-07 Thread Mark R. Diggory
warpConnection /manager/ WebAppDeploy webdav warpConnection /webdav/ Mark R. Diggory wrote: > I've successflly set up tomcat to server user public_html directories > using the example in the docmentation. > > However, this doesn't seem to work as well when I try it through my >

Tomcat 4 / mod_webapp RPMs available...

2002-02-01 Thread Mark R. Diggory
e which we didn't need to maintain for getting the external packages (like Tomcat4.0) that are required prior to installing our projects packages. Mark R. Diggory Software Engineer Harvard-MIT Data Center M-30 Littauer Center, North Yard Harvard University Cambridge, MA 02138 phone: (61