Re: [libredwg] how to find the layer containing a given Dwg_Object

2014-12-07 Thread Dave Bender
a non-graphical object > ("pure" object). Only "entities" objects should have a layer, because they > are shown on the screen/paper, ok? > > > > 2014-11-17 21:21 GMT-02:00 Dave Bender : > >> Hi, >> Given a Dwg_Object, say an LWPLINE, how do I determine which layer >> contains it? >> >> -Dave >> >

Re: [libredwg] Libredwg Rebirth

2014-12-07 Thread Dave Bender
On Sun, Dec 7, 2014 at 12:32 AM, gagan wrote: > > On 06-Dec-2014 10:10 PM, "Dave Bender" wrote: > >> And I will echo the sentiment of many a CAD developer: the ODA >> membership is not cheap but if given the opportunity I would join that >> and use their clo

Re: [libredwg] Libredwg Rebirth

2014-12-06 Thread Dave Bender
I currently use libredwg in my own private work and would be happy to see my bug fixes and enhancements go into libredwg. I don't plan on working with the FSF; I will only make changes to my own branch in github https://github.com/benegon/libredwg The libredwg project can feel free to pull changes

[libredwg] how to find the layer containing a given Dwg_Object

2014-11-17 Thread Dave Bender
Hi, Given a Dwg_Object, say an LWPLINE, how do I determine which layer contains it? -Dave

Re: [libredwg] large file patches and issues

2014-10-13 Thread Dave Bender
Good to hear sir and good luck. I will be glad to test if you think you got the pointers properly updating. On Oct 13, 2014 2:06 PM, "gagan" wrote: > On Mon, May 12, 2014 at 10:40 AM, Dave Bender wrote: > > > > Dear List, > > I was working with a file contai

Re: [libredwg] API changes

2014-05-15 Thread Dave Bender
organized, but a lack of attention to the basics (especially the realloc problem...) On Thu, May 15, 2014 at 8:57 AM, gagan wrote: > On Thu, May 15, 2014 at 3:37 AM, Dave Bender wrote: > > You should compile with warnings and add the missing return statements to > > those function

Re: [libredwg] API changes

2014-05-14 Thread Dave Bender
You should compile with warnings and add the missing return statements to those functions On May 14, 2014 3:18 PM, "gagan" wrote: > I was just wondering that the API functions are quite small, should I > add inline to those functions ? > > More over now the API is just a one huge file (17000~ LOC

[libredwg] large file patches and issues

2014-05-12 Thread Dave Bender
Dear List, I was working with a file containing 660,000 entries and had to make some changes. I use a hash table for handle->object index resolution to improve the parse performance by orders of magnitude (down from 14 minutes to 2 seconds). I also put in some const correctness because that's jus

Re: ftdi_eeprom and FT230X

2013-10-24 Thread Dave Bender
I found that the 230X did not support the mode that I wanted. I did not try to resolve the EEPROM issue. On Thu, Oct 24, 2013 at 8:43 AM, Thomas Jarosch < thomas.jaro...@intra2net.com> wrote: > Hi Dave, > > On Monday, 22. July 2013 09:15:05 Dave Bender wrote: > > So

Re: ftdi_eeprom and FT230X

2013-07-22 Thread Dave Bender
unction: CLK24 FTDI close: 0 On Mon, Jul 22, 2013 at 10:18 AM, Ryan Tennill wrote: > Can you share the full config file and any output from the programming > tool? Are you using the stock tool or have you modified it at all? > > R. > > > > On 7/22/2013 8:15 AM, Dave Ben

ftdi_eeprom and FT230X

2013-07-22 Thread Dave Bender
So I'm trying to set up synchronous bitbang on my FT230X board and am stuck configuring the CBUS pins. I am using ftdi_eeprom built from the latest git sources. I use a config file with the following lines: cbus0="BITBANG_WR" cbus1="IO_MODE" cbus2="IO_MODE" cbus3="IO_MODE" However, when I read ba

Re: JSON Patch Internet Draft 01

2011-06-10 Thread Dave Bender
This may be a stupid question, but how does the RFC account for the order in which JSON map elements appear? Are these two JSON docs considered equivalent: A: {"a":1,"b":2} B: {"b":2,"a":1} The xdelta approach would catch a difference in ordering whereas the RFC version would not. On Fri, Jun

Re: My first few days of using couchdb

2010-07-25 Thread Dave Bender
Robin, Why don't you have a document for each tag? Your tag document name could be "tag_TAG". Each of these tag documents would contain an array of UUIDs or document names that it tags. By making your tag a first class document you could even tag tags. For finding documents tagged with N tags yo

database files stored on SAN?

2010-07-21 Thread Dave Bender
Hi, I am looking to use couchdb on a Linux VM with some limited local storage and a huge amount of SAN storage. What I would like to do is run one couchdb instance, but keep some databases on the local storage and some on the SAN. -If the SAN goes down and the couchdb process enters the 'D' stat

database files stored on SAN?

2010-07-21 Thread Dave Bender
Hi, I am looking to use couchdb on a Linux VM with some limited local storage and a huge amount of SAN storage. What I would like to do is run one couchdb instance, but keep some databases on the local storage and some on the SAN. -If the SAN goes down and the couchdb process enters the 'D' stat

Re: pocket pc as X screen?

2010-01-27 Thread Dave Bender
>> >> B: >> -PDA runs an Xorg server, and Desktop Xorg incorporates this as a remote >> server >> > > dmx should do what you want: > http://dmx.sourceforge.net/ > > Alex > Thanks, this is exactly the software necessary for the Desktop Xorg side; However I still cannot find a pocket pc xorg server

Re: pocket pc as X screen?

2010-01-27 Thread Dave Bender
I could probably phrase my need better. I would like to -Use PDA as an auxiliary display to Desktop. -Display an X screen on the PDA, operating much like TwinView. The mouse cursor would be able to move onto and interact with display. -not required to have PDA touchscreen input, just a dumb displa

pocket pc as X screen?

2010-01-27 Thread Dave Bender
Hi, I was wondering if there was a way to use a WiFi or USB connected CE/Mobile PocketPC as another X screen. It would be a good use for old PDAs. -Dave ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

[Exherbo-dev] [RFC] Exherbo for embedded systems

2009-10-28 Thread Dave Bender
Exherbo is a compelling "concept" to port to this field. Here are my thoughts: Objectives: 1) Geared toward files in userspace portion of deployed firmwares or images. * Excludes bootstrap or bootloader development. 2) Package management must respect userspace dependencies on kernel 3) Maintain

Re: [paludis-user] Who wants contrarius?

2008-10-13 Thread Dave Bender
A tool for building cross compilers is actually quite useful (I currently use crossdev). So I was interested, but in looking at contrarius I came to this conclusion: There is a disconnect between contrarius' intended audience and its implementation. -Developers coding for say, arm processors, are

RE: How to tell Tomcat to use an additional classpath other than web-inf/classes?

2008-08-20 Thread Dave Bender
Why not add the path to the CLASSPATH variable in the '/bin/setclasspath.sh' script (or setclasspath.bat for Windows)? We've done that for getting Tomcat to recognize server-specific properties files and it seems to do the trick. Dave -Original Message- From: [EMAIL PROTECTED] [mailto:

Re: [paludis-user] sensible way to

2008-08-17 Thread Dave Bender
pshot and stage tarball should I start with? Thanks, -Dave On Sat, Aug 16, 2008 at 6:10 PM, Ciaran McCreesh <[EMAIL PROTECTED]> wrote: > On Sat, 16 Aug 2008 17:40:49 -0400 > "Dave Bender" <[EMAIL PROTECTED]> wrote: >> I am not really good at parsing this output ye

Re: [paludis-user] sensible way to

2008-08-16 Thread Dave Bender
kaged, and how can I convince paludis otherwise? Thanks for your help so far, Dave On Sat, Aug 16, 2008 at 5:02 PM, Ciaran McCreesh <[EMAIL PROTECTED]> wrote: > On Sat, 16 Aug 2008 16:56:41 -0400 > "Dave Bender" <[EMAIL PROTECTED]> wrote: >> Ok I gave it slot 0, bu

Re: [paludis-user] sensible way to

2008-08-16 Thread Dave Bender
onment * Checking whether the GNU info directory needs updating... * No updates needed azamat repositories # On Sat, Aug 16, 2008 at 4:41 PM, Ciaran McCreesh <[EMAIL PROTECTED]> wrote: > On Sat, 16 Aug 2008 16:39:33 -0400 > "Dave Bender" <[EMAIL PROTECTED]> wrot

Re: [paludis-user] sensible way to

2008-08-16 Thread Dave Bender
* symlink: Force kernel ebuilds to automatically update the /usr/src/linux symlink * No unread news items found -Dave On Wed, Jul 30, 2008 at 1:35 AM, Mike Kelly <[EMAIL PROTECTED]> wrote: > On Tue, 29 Jul 2008 23:00:54 -0400 > "Dave Bender" <[EMAIL PROTECTED]> wrote

RE: Load order for Global Resources

2008-08-11 Thread Dave Bender
Load order for Global Resources Dave Bender wrote: > Is the order that Tomcat 6.0.x loads/instantiates Custom Resources > definable? I am afraid not. > If so, how? If not, is there a way to ensure that one custom resource > is loaded prior to another one? Not that I am aware of. I think t

Load order for Global Resources

2008-08-11 Thread Dave Bender
Is the order that Tomcat 6.0.x loads/instantiates Custom Resources definable? If so, how? If not, is there a way to ensure that one custom resource is loaded prior to another one? Tomcat 4.x seemed to have the behavior that custom resources were created in the order they appear in the server.xm

[gentoo-embedded] gdbserver in crossdev?

2008-08-04 Thread Dave Bender
Dear list, I was wondering if crossdev actually built gdbserver with the -gdb option. If not then how do I build it for my target platform? Dave

[paludis-user] sensible way to

2008-07-29 Thread Dave Bender
List, I keep a shared copy of the kernel source code for use by several gentoo systems. In gentoo I use package.provided to convince these systems that they have an installed rather than shared copy of the kernel source code. I put paludis on one of these systems but it insists on installing the

Re: [gentoo-embedded] Emerging into SYSROOT causes packages to install in host system

2008-05-04 Thread Dave Bender
; Do you also mount /proc and /dev to your chroot using the --bind option? > > > > -Original Message- > From: Dave Bender [mailto:[EMAIL PROTECTED] > Sent: 04 May 2008 15:35 > To: Mike Frysinger > Cc: gentoo-embedded@lists.gentoo.org > Subject: Re: [gentoo-embedded] Em

Re: [gentoo-embedded] Emerging into SYSROOT causes packages to install in host system

2008-05-04 Thread Dave Bender
On Sun, May 4, 2008 at 8:46 AM, Mike Frysinger <[EMAIL PROTECTED]> wrote: > On Monday 28 April 2008, Dave Bender wrote: >> That is currently the solution I use for x86. The drawbacks are >> slower compilation performance (cross compilers running on 64 bit >> empiric

[U-Boot-Users] AT91SAM9260 + DP83848 phy

2008-04-29 Thread Dave Bender
Dear list, I am currently working on a custom board, trying to get the National DP83848 Phy to work properly with the AT91SAM9260 in u-boot 1.2.0; Everything goes fine (reset is ok, can read phy id) until I read the link status bit. The link status bit is never set, so I never get a good connec

[U-Boot-Users] AT91SAM9260 + DP83848 phy

2008-04-29 Thread Dave Bender
Dear list, I am currently working on a custom board, trying to get the National DP83848 Phy to work properly with the AT91SAM9260 in u-boot 1.2.0; Everything goes fine (reset is ok, can read phy id) until I read the link status bit. The link status bit is never set, so I never get a good connecti

Re: [gentoo-embedded] Emerging into SYSROOT causes packages to install in host system

2008-04-28 Thread Dave Bender
Matthijs, That is currently the solution I use for x86. The drawbacks are slower compilation performance (cross compilers running on 64 bit empirically seem faster) and other overhead caused by chrooting. The approach also does not extend to other architectures like ARM. Essentially this approach

Re: [gentoo-embedded] Emerging into SYSROOT causes packages to install in host system

2008-04-28 Thread Dave Bender
ter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses

Re: [gentoo-embedded] Emerging into SYSROOT causes packages to install in host system

2008-04-28 Thread Dave Bender
e On Mon, Apr 28, 2008 at 12:54 PM, Ned Ludd <[EMAIL PROTECTED]> wrote: > > > On Mon, 2008-04-28 at 05:45 -0400, Mike Frysinger wrote: > > On Sunday 27 April 2008, Dave Bender wrote: > > > I am attempting to cross compile x86 packages on an x86_64 host. In > &g

[gentoo-embedded] Emerging into SYSROOT causes packages to install in host system

2008-04-27 Thread Dave Bender
Dear list, I am attempting to cross compile x86 packages on an x86_64 host. In particular, when I attempt to emerge baselayout-2 into my SYSROOT path, emerge wants to emerge baselayout-2 into my host system. PORTAGE_CONFIGROOT is also set to the SYSROOT, so I do not understand why for example,

Struts hangs on

2005-09-29 Thread Dave Bender
makes a difference. Does this symptom sound familiar to anyone? Any suggestions would be appreciated. Dave Bender

[iText-questions] Special ASCII characters disappear

2005-08-19 Thread Dave Bender
I'm having trouble getting non-alpha-numeric characters to show up in my PDF. My application is picking up certain Web pages and outputting them to PDF with iText. I've got a method (code below) that converts all the numbered entity tags, like "—", to their ASCII equivalent. Debugging shows th

[iText-questions] Determining column length

2005-06-10 Thread Dave Bender
How can I determine the length of a block of text before putting it into a column?  Actually, I'd like to put it into a MultiColumn but would like to get the columns to balance, which requires me to pass in the height of the columns.   How can I determine that before I put the text into the

RE: [iText-questions] MultiColumnText balance

2005-05-15 Thread Dave Bender
determine how much height I need to set it at? i.e. how do I know how much text there will be? Particularly when it's a long article that fills one page? Dave -Original Message- From: Steve Appling [mailto:[EMAIL PROTECTED] Sent: Sunday, May 15, 2005 3:38 PM To: Dave Bender Cc:

[iText-questions] MultiColumnText balance

2005-05-13 Thread Dave Bender
I'm new to iText and it looks great.  But I hit a snag.  I'm using the MultiColumnText object to put a series of articles into a PDF. The layout is a headline (added as a paragraph) that stretches across the page, followed by the body of the text in three columns using a MultiColumnText obje

RE: Struts In Action - Still up to date?

2005-02-18 Thread Dave Bender
It would be nice if the publishers offered an 'update' to this and other books on topics that evolve. I'd love to have the new edition of Struts in Action, but I'm not going to pay another $45 for 600 pages of mostly repeated information. I value the new information, but also value my bookshelf s

javaURLContextFactory class or jar file

2005-02-08 Thread Dave Bender
Where can I find the org.apache.naming.java.javaURLContextFactory class file or jar file that contains it? I'm trying to set up a simple JUnit test case JDNI fixture to create the JDNI context for my test cases. But I can't find where the class file sits. Does anybody have any idea? I would have

String[5] trunc'ed to String[1]

2005-01-21 Thread Dave Bender
I'm having a problem passing a set of checkbox values from an ActionForm to our database. When I transfer the values of the String[] array, such as a String[5] array, using BeanUtils.populate in my Action, the array gets truncated and comes out as a single String value, actually a String[1]. What

RE: html:option problem

2004-11-23 Thread Dave Bender
No, it's terminated. It's got an end tag . The body of the tag becomes the value. -Original Message- From: Slattery, Tim - BLS [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 23, 2004 3:27 PM To: 'Struts Users Mailing List' Subject: RE: html:option problem > This: > > produces

RE: html:option problem

2004-11-23 Thread Dave Bender
It references "/WEB-INF/struts-html.tld" -Original Message- From: Slattery, Tim - BLS [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 23, 2004 2:44 PM To: 'Struts Users Mailing List' Subject: RE: html:option problem > This: > > produces this: > > instead of this: > A

html:option problem

2004-11-23 Thread Dave Bender
Can anybody help me spot what I'm missing in creating an HTML SELECT box with the html:option tag? I'm iterating through a list of objects that have IDs and Names, plunking the ids in for the value and the name for the name. But the tag seems to insist that the bean isn't there and just prints m

RE: Tiles:insert role(s)?

2004-11-16 Thread Dave Bender
ou want for a particular > role. You can use it like this : > > > > > > With the logic:present you can write user as much that you want it. > > Charles > > -----Original Message- > From: Dave Bender [mailto:[EMAIL PROTECTED] > Sent: No

Tiles:insert role(s)?

2004-11-16 Thread Dave Bender
Is it possible to make a tile show up for people from multiple roles? I'm building a dynamic menu and would like certain items to show up for people in different roles. For example: works great to make the admin link show up if the user in the 'admin' role. But I want some items to sho

Validation in modules; messages not found

2004-11-12 Thread Dave Bender
I'm having trouble getting a simple Validator to work in a module. Is there something special to modules I need to do to get the Validator to work? Specifically, I'm getting a NullPointerException at org.apache.struts.validator.Resources.getMessage(Resources.java:209). Walking through the code (y

Getting subset from collection

2004-09-24 Thread Dave Bender
Is there a utility somewhere in Struts or the Commons that pulls subset of objects from a collection based on a String array of values? Here's what I mean: I have a collection of objects that have label and value fields so I can use them in the Struts multibox tag. Struts returns a String array

RE: JTidy integration?

2004-09-20 Thread Dave Bender
Thanks for the reply and the expertise. To answer questions you raised: >> I'm having a hard time understanding why anyone would want to spend >> the extra server side processing cycles for doing this. The reasons would be: 1) to make debugging HTML display problems easier to track down. 2) to

JTidy integration?

2004-09-17 Thread Dave Bender
Has anybody integrated JTidy or any of the other HTML-prettifiers with Struts? I find Tidy does a good job of cleaning up JSPs, which tend to get pretty spaced out particularly when there are lots of includes, but I don't have a clear idea of where it would plug in. Would it make sense to put it

input parameter not context relative?

2004-09-17 Thread Dave Bender
Isn't an Action's 'input' parameter supposed to be context relative? I thought that it was supposed to be, but I'm seeing otherwise when my form, which is in a module, fails its validation test. Instead of returning to the input form, it is forwarding to the input form prefixed with the module

RE: "Resources not defined for Validator"

2004-09-17 Thread Dave Bender
s contained in different files for different modules if I so choose? That is I could put the 'profile' validation rules in profile-validation.xml with this: Dave -Original Message- From: Dave Bender [mailto:[EMAIL PROTECTED] Sent: Friday, September 17, 2004 10:01 AM To

RE: "Resources not defined for Validator"

2004-09-17 Thread Dave Bender
config.xml? "Dave Bender" <[EMAIL PROTECTED]>

"Resources not defined for Validator"

2004-09-17 Thread Dave Bender
I'm having a challenge getting the Validator plug-in to work. It's my first crack at it, so forgive if I'm missing something obvious. Better yet, if I am missing something obvious, tell me what it is. When I call up my action, I'm getting a "Resources not defined for Validator" exception. M

RE: Where's that friggin' bean?

2004-09-16 Thread Dave Bender
in JBuilder. Dave -Original Message- From: Jim Barrows [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 14, 2004 6:38 PM To: Struts Users Mailing List Subject: RE: Where's that friggin' bean? > -Original Message- > From: Dave Bender [mailto:[EMAIL PROTECTED

Where's that friggin' bean?

2004-09-14 Thread Dave Bender
OK, I'm stumped. Can anybody tell me why I'm getting: javax.servlet.ServletException: Cannot find bean org.apache.struts.taglib.html.BEAN in any scope when I try to reference the Struts HTML TagLib in a new module I've created? I've got a Struts application with a couple of modules, and I'm u

RE: Moving from environment to environment

2004-09-11 Thread Dave Bender
Craig McClanahan [mailto:[EMAIL PROTECTED] Sent: Friday, September 10, 2004 4:17 PM To: Struts Users Mailing List Subject: Re: Moving from environment to environment On Fri, 10 Sep 2004 15:59:01 -0500, Dave Bender <[EMAIL PROTECTED]> wrote: > How do you easily move a Struts applic

Moving from environment to environment

2004-09-10 Thread Dave Bender
How do you easily move a Struts application from one environment to another, e.g. from development to test to production, without having to change the struts-config.xml file to use a different database? The datasources seem like they can be configured only in that file, but if you want to have dif

Downloads are blank...sometimes

2004-09-09 Thread Dave Bender
I'm using Struts for a file upload/download routine. All works well except that if I download (using IE 6.x), get a message box asking if I want to save or open the file, I get different results. If I save the file, then open it, it's fine. If I open it directly (using a .txt file as an examp

Struggling with includes

2004-09-07 Thread Dave Bender
I'm still a newbie with Struts, but farther along than I was a week ago. I'm still puzzled about how to get includes to work. I've got an application with a 'master/detail' relationship. We have documents and each document has zero or more replies. I want to be able to display the details of the

RE: Staying relative

2004-09-03 Thread Dave Bender
g the awareness of groups into code and out of the config. Does this help? Joe At 8:38 PM -0500 9/2/04, Dave Bender wrote: >I'm new to Struts and liking it so far. But I'm stumped on how I >can get a user of my web application to stay in the same >subdirectory through

Staying relative

2004-09-02 Thread Dave Bender
I'm new to Struts and liking it so far. But I'm stumped on how I can get a user of my web application to stay in the same subdirectory throughout the workflow without going through a lot of hoops. Here's what I mean. Our application will be used by 100 people divided into six work groups.

RE: Accessing LDAP after authentication

2004-08-24 Thread Dave Bender
LDAP via JNDI to get the other user attributes. JNDIRealm only knows how to authenticate and authorize, not user information retrieval. To get the user name - request.getRemoteUser() or request.getUserPrincipal() should give you enough information to perform your ldap lookups. -Tim Dave Bender

Accessing LDAP after authentication

2004-08-24 Thread Dave Bender
I've gotten a JndiRealm working with Tomcat to authenticate users from our LDAP directory and allow them access to various parts of our web application based on groups and roles. That works slick as snot. Now I'd like to pluck a few more tidbits from our LDAP database -- email address, first name

RE: Newbie Question

2004-07-23 Thread Dave Bender
Can you provide some more detail? When you say you're running two servers accessing an Access database, do you mean two different machines or just different server instances on the same machine? If you're trying to access Access from a different machine, you may have to use a different jdbc

RE: Configuring JNDI for tomcat

2004-06-16 Thread Dave Bender
Is it possible to configure Tomcat to use an external JNDI service? If that were possible, the original problem in this thread could be solved, in that Tomcat would use an external Naming Service as would the application outside of Tomcat. Possible? If so, how? Dave -Original Message

RE: Configuring JNDI for tomcat

2004-06-16 Thread Dave Bender
Sounds like nothing's running on localhost port 1099. I'm not a Tomcat expert so I don't know if Tomcat is supposed to be exposing its Naming Service on that port. If it is, it isn't there. Dave -Original Message- From: Russ Leong [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 15, 200

RE: New to Cactus/Jbuilder

2004-04-27 Thread Dave Bender
Look under Wizards->Cactus Setup. This may be just in the Enterprise version. It seemed to work for me on a brand new, empty project, but I haven't had much luck getting it to work on existing projects. Dave -Original Message- From: Koolrans P [mailto:[EMAIL PROTECTED] Sent: Tu

RE: JDK 1.4 Regular Expression Comparison

2003-10-01 Thread Dave Bender
apache is a battle-hardened veteran. jdk1.4 regexp is a new recruit. They're both probably fine, but with anything new you run the risk of being the unlucky one to step on that landmine that nobody's seen. -end military analogy-- -Original Message- From: Rod Macpherson [mailto:[

RE: Problems setting up remotely..

2002-12-18 Thread Dave Bender
I had trouble getting this working and discovered that there's an error in the web page documenation regarding the classpath. Maybe others caught it and corrected for it, but it took me four hours of putzing around. Under "Step 1" of http://jakarta.apache.org/jmeter/usermanual/remote-test.html, t

RE: Request to Users of this forum!!!!

2002-05-31 Thread Dave Bender
I have looked at your messages, but I am not sending a "read receipt" when I do. If you are depending on reciepts to determine whether your messages are being read, you're not getting accurate information. In fact, I going to ask you not to send your messages requesting a receipt. It's a tad anno

RE: Log4J with IPlanet

2002-04-30 Thread Dave Bender
th IPlanet Do you mean under kregedit? I am not totally clear what you mean by: it's in Server Manager->Java->Configure JVM Attributes. Bryan --- Dave Bender <[EMAIL PROTECTED]> wrote: > You need to put the log4j.jar file in the iPlanet > classpath for that > particul

RE: Log4J with IPlanet

2002-04-30 Thread Dave Bender
You need to put the log4j.jar file in the iPlanet classpath for that particular server instance. In v6.0, it's in Server Manager->Java->Configure JVM Attributes. Also if you're working in Windows and Unix, you need to remember that the classpath in Unix is separated by : not ;. iPlanet doesn't c

Clarification on Levels

2002-04-17 Thread Dave Bender
Ceki, I'm uncertain from reading the JavaDoc and the short manual what the correct hierarchy is for the Levels. Can you confirm it for me so I can put it into the "how to" and get it correct? The short manual specifies the order is: "DEBUG < INFO < WARN < ERROR < FATAL" The JavaDoc doesn't seem

RE: Log4J in servlet

2002-04-16 Thread Dave Bender
Have you verified that the log4j config file is in your servlet container's classpath? -Original Message- From: Ashish Kulkarni [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 16, 2002 8:43 AM To: Log4J Users List Subject: Log4J in servlet Hi I was just testing Log4J in standalone cla

RE: Help to configure Log4j with example

2002-04-12 Thread Dave Bender
First, Ceki is right. There is a lot of good information in the short manual. That article has a great introduction to logging generally and nicely goes into detail about the major pieces of log4j. I don't think it needs to be broken up. But I also agree that first- and second-time users would be

RE: Help to configure Log4j with example

2002-04-11 Thread Dave Bender
Hmm. All the more reason to post it on a web site, I suppose I'll attach it again and cc you. As I mentioned, it could use a second person's look to make sure there are no mistakes. I'd want someone knowledgeable to check it over before posting it. Dave Bender [EMAIL PROTECTED]

RE: Help to configure Log4j with example

2002-04-11 Thread Dave Bender
I had the same frustrations. The manual is a nice article, but it's not easy to get started using the program. When I saw your post, I whipped together the attached HTML document, which should help out you and anyone else who's just getting started. I'm not an expert with the package, and I haven

RE: newbie: trouble making sub category log differently

2002-04-02 Thread Dave Bender
Thanks Dan. It was your BTW note that set me straight. I had transposed the domain name in the configuration file. Now it's working as advertised. It seems like a great logging package, so I'm anxious to get into it. Dave -Original Message- From: Dan Lipofsky [mailto:[EMAIL PROTECTED]]

newbie: trouble making sub category log differently

2002-04-02 Thread Dave Bender
h, it doesn't. The output goes where the rootCategory is defined to go. Any help would be appreciated. I think I've covered all the documentation, but if it's there, I'm not seeing it. Dave Bender # define which appenders to use for our categories/loggers log4j.rootCategory=DE

Speed

2002-01-18 Thread Dave Bender
Is there any way to make the regexp subst() method go faster? I'm processing text files about 50K in size, not horribly big, and need to do about 63 replace operations. It takes about 22 seconds. It seems like it should be much closer to two seconds, if that. Are those replace times typical? Ar

RE: Why does this RE matches? Am I missing something?

2001-11-24 Thread Dave Bender
I'm a rookie with regular expressions, but isn't it asking: "match on starts with 'abc' or ends with def" both of those are true so it seems to me like it would match. Why wouldn't it? -Original Message- From: Matthias Gartner [mailto:[EMAIL PROTECTED]] Sent: Saturday, November 24, 200

subst preserving some text?

2001-11-02 Thread Dave Bender
Is the regexp package able to do substitutions that preserve part of the text that is in the search target? In other words, if I have lines like: AxxxB AyyyB AzzzB can a do a substitution that will change A and/or B but not change the xx, y, or ? For example, change A to

PATH changes

2001-10-09 Thread Dave Bender
7;ed %PATH% The new path was the same as the old path. It didn't change. I stopped and restarted the ssh service but that didn't help either. Where does the ssh server get its path and how can I update it? Thanks. Dave Bender Web Systems Architect Center for Infectious Disease